Html Css Color HEX #29942D Forest Green

📋 copy color: '#29942D'

red 41 ◦ green 148 ◦ blue 45

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

Shades of Forest Green #29942D

Tints of Forest Green #29942D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 63.25%

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

R = 17.52%
G = 63.25%
B = 19.23%

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

#29942D (or 0x29942D) is known color: Forest Green. HEX triplet: 29, 94 and 2D. RGB value is (41,148,45). Sum of RGB (Red+Green+Blue) = 41+148+45=234 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.52% from 234); Green value is 148 (58.20% from 255 or 63.25% from 234); Blue value is 45 (17.97% from 255 or 19.23% from 234); Max value from RGB is 148 - color contains mainly: green. Hex color #29942D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #29942D is #D66BD2. Grayscale: #686868. Windows color (decimal): -14052307 or 2987049. OLE color: 2987049.

HSL color Cylindrical-coordinate representation of color #29942D: hue angle of 122.24º 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 #29942D is Cyan = 0.72, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB 41 148 45 -
CMYK 0.72 0 0.70 0.42
HSL 122.24º 0.57% 0.37% -
HSV(B) 122.24º 0.72% 0.58% -
XYZ 11.98 21.84 6.07 -
YUV 104.27 94.55 82.88 -
System Red Green Blue C M Y K H S L
Decimal 41 148 45 0.72 0 0.70 0.42 122.24 0.57 0.37
Hex 29 94 2D 48 0 46 2A 7A 39 25
Octal 51 224 55 110 0 106 52 172 71 45
Binary 101001 10010100 101101 1001000 0 1000110 101010 1111010 111001 100101

Color Harmonies of #29942D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29942D

Black with #29942D

Text Example


Text Example

White with #29942D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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