#29963D

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

Shades of Forest Green #29963D

Tints of Forest Green #29963D

Color information

#29963D (or 0x29963D) is unknown color: approx Forest Green. HEX triplet: 29, 96 and 3D. RGB value is (41,150,61). Sum of RGB (Red+Green+Blue) = 41+150+61=252 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.27% from 252); Green value is 150 (58.98% from 255 or 59.52% from 252); Blue value is 61 (24.22% from 255 or 24.21% from 252); Max value from RGB is 150 - color contains mainly: green. Hex color #29963D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #29963D is #D669C2. Grayscale: #6B6B6B. Windows color (decimal): -14051779 or 4036137. OLE color: 4036137.

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

Color convert

RGB4115061-
CMYK0.7300.590.41
HSL131.01º57.07%37.45%-
HSV(B)131.01º72.67%58.82%-
XYZ12.6622.628.11-
YUV107.26101.8980.74-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.27%
GREEN value IS 150 (58.98% from 255) = 59.52%
BLUE value IS 61 (24.22% from 255) = 24.21%
R=16.27%
G=59.52%
B=24.21%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal41150610.7300.590.41131.0157.0737.45
Hex29963D4903B29833925
Octal5122675111073512037145
Binary101001100101101111011001001011101110100110000011111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29963D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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