Html Css Color HEX #29952D Forest Green

📋 copy color: '#29952D'

red 41 ◦ green 149 ◦ blue 45

#29952D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Forest Green #29952D

Tints of Forest Green #29952D

RGB

 RED value IS 41 (16.41% from 255) = 17.45%

 GREEN value IS 149 (58.59% from 255) = 63.4%

 BLUE value IS 45 (17.97% from 255) = 19.15%

R = 17.45%
G = 63.4%
B = 19.15%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.70

 K value IS 0.42

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#29952D (or 0x29952D) is known color: Forest Green. HEX triplet: 29, 95 and 2D. RGB value is (41,149,45). Sum of RGB (Red+Green+Blue) = 41+149+45=235 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.45% from 235); Green value is 149 (58.59% from 255 or 63.40% from 235); Blue value is 45 (17.97% from 255 or 19.15% from 235); Max value from RGB is 149 - color contains mainly: green. Hex color #29952D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #29952D is #D66AD2. Grayscale: #696969. Windows color (decimal): -14052051 or 2987305. OLE color: 2987305.

HSL color Cylindrical-coordinate representation of color #29952D: hue angle of 122.22º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #29952D is Cyan = 0.72, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB 41 149 45 -
CMYK 0.72 0 0.70 0.42
HSL 122.22º 0.57% 0.37% -
HSV(B) 122.22º 0.72% 0.58% -
XYZ 12.14 22.16 6.12 -
YUV 104.85 94.22 82.46 -
System Red Green Blue C M Y K H S L
Decimal 41 149 45 0.72 0 0.70 0.42 122.22 0.57 0.37
Hex 29 95 2D 48 0 46 2A 7A 39 25
Octal 51 225 55 110 0 106 52 172 71 45
Binary 101001 10010101 101101 1001000 0 1000110 101010 1111010 111001 100101

Color Harmonies of #29952D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29952D

Black with #29952D

Text Example


Text Example

White with #29952D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29952D; }

 p { color: rgb(41,149,45); }

 H1.HeaderClassName
 {
   color: #29952D;
 }
 .AnyTagClassName
 {
   color: #29952D;
 }
</style>

background-color css

<style>
 a { background-color: #29952D; }

 a { background-color: rgb(41,149,45); }

 div.DivClassName
 {
   background-color: #29952D;
 }
 .BgClassName
 {
   background-color: #29952D;
 }
</style>

border-color css

<style>
 span { border-color: #29952D; }

 span { border-color: rgb(41,149,45); }

 td.TdClassName
 {
   border-color: #29952D;
 }
 .TagClassName
 {
   border-color: #29952D;
 }
</style>