#29962E

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

Shades of Forest Green #29962E

Tints of Forest Green #29962E

Color information

#29962E (or 0x29962E) is unknown color: approx Forest Green. HEX triplet: 29, 96 and 2E. RGB value is (41,150,46). Sum of RGB (Red+Green+Blue) = 41+150+46=237 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.30% from 237); Green value is 150 (58.98% from 255 or 63.29% from 237); Blue value is 46 (18.36% from 255 or 19.41% from 237); Max value from RGB is 150 - color contains mainly: green. Hex color #29962E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #29962E is #D669D1. Grayscale: #696969. Windows color (decimal): -14051794 or 3053097. OLE color: 3053097.

HSL color Cylindrical-coordinate representation of color #29962E: hue angle of 122.75º 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 #29962E is Cyan = 0.73, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.41.

Color convert

RGB4115046-
CMYK0.7300.690.41
HSL122.75º57.07%37.45%-
HSV(B)122.75º72.67%58.82%-
XYZ12.3122.486.28-
YUV105.5594.3981.96-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.30%
GREEN value IS 150 (58.98% from 255) = 63.29%
BLUE value IS 46 (18.36% from 255) = 19.41%
R=17.30%
G=63.29%
B=19.41%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal41150460.7300.690.41122.7557.0737.45
Hex29962E49045297b3925
Octal51226561110105511737145
Binary101001100101101011101001001010001011010011111011111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29962E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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