color details

Color Details
#29432d Color Hex

#29432d color RGB value is (2, 148, 50).
#29432d hex color red value is 2, green value is 148, and blue value is 50.
Cylindrical-coordinate representations (HSL) of color #29432d hue: 139.73, saturation: 0.97 and lightness: 0.29.

The process color (four-color CMYK) of #29432d color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #29432d is #ff9999. Color #29432d contains mainly RED.

Color Spaces
Color spaces of #29432dValue
RGB41, 67, 45
HSL0.36, 0.24, 0.21
HSV129°, 39°, 26°
XYZ3.4, 4.68, 3.21
Base Numbers
Base Red Green Blue
Binary 101001 1000011 101101
Octal 51 103 55
Decimal 41 67 45
Hex 29 43 2D

RGB Percentages for Color #29432d

26.8%
43.79%
29.41%

CMYK Percentages of the Color #29432d

38.81%
32.84%
73.73%
CSS Codes for Color #29432d
.mybgColor {background-color: #29432d;}
.myforeColor {color: #29432d;}
.myborderColor {border:3px solid #29432d;}
Text Font Color #29432d

<p style="color:#29432d">Text here</p>

This sample text is styled with the font color #29432d. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,

Background Color #29432d

<div style="background-color:#29432d">Div content here</div>

The background color of this div is #29432d
Border Color #29432d

<div style="border:3px solid #29432d">Div here</div>

The border color of this div is #29432d
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(41, 67, 45, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #29432d;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #29432d;
-webkit-box-shadow: 1px 1px 3px #29432d;
box-shadow: 1px 1px 3px #29432d;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(41, 67, 45, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #29432d;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<div style="-moz-box-shadow: 1px 1px 3px #29432d; -webkit-box-shadow: 1px 1px 3px #29432d; box-shadow: 1px 1px 3px #29432d;">Div content here</div>

This div box has a shadow with a specified color. #29432d

Scroll to Top