#29962A

Color #29962A Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #29962A

Tints of Forest Green #29962A

Color information

#29962A (or 0x29962A) is unknown color: approx Forest Green. HEX triplet: 29, 96 and 2A. RGB value is (41,150,42). Sum of RGB (Red+Green+Blue) = 41+150+42=233 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.60% from 233); Green value is 150 (58.98% from 255 or 64.38% from 233); Blue value is 42 (16.80% from 255 or 18.03% from 233); Max value from RGB is 150 - color contains mainly: green. Hex color #29962A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #29962A is #D669D5. Grayscale: #696969. Windows color (decimal): -14051798 or 2790953. OLE color: 2790953.

HSL color Cylindrical-coordinate representation of color #29962A: hue angle of 120.55º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #29962A is Cyan = 0.73, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.41.

Color convert

RGB4115042-
CMYK0.7300.720.41
HSL120.55º57.07%37.45%-
HSV(B)120.55º72.67%58.82%-
XYZ12.2422.455.88-
YUV105.192.3982.28-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.60%
GREEN value IS 150 (58.98% from 255) = 64.38%
BLUE value IS 42 (16.80% from 255) = 18.03%
R=17.60%
G=64.38%
B=18.03%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal41150420.7300.720.41120.5557.0737.45
Hex29962A4904829793925
Octal51226521110110511717145
Binary101001100101101010101001001010010001010011111001111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29962A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29962A; }

 p { color: rgb(41,150,42); }

 H1.HeaderClassName
 {
   color: #29962A;
 }
 .AnyTagClassName
 {
   color: #29962A;
 }
</style>
background-color css

<style>
 a { background-color: #29962A; }

 a { background-color: rgb(41,150,42); }

 div.DivClassName
 {
   background-color: #29962A;
 }
 .BgClassName
 {
   background-color: #29962A;
 }
</style>
border-color css

<style>
 span { border-color: #29962A; }

 span { border-color: rgb(41,150,42); }

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