#29960E

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

Shades of Forest Green #29960E

Tints of Forest Green #29960E

Color information

#29960E (or 0x29960E) is unknown color: approx Forest Green. HEX triplet: 29, 96 and 0E. RGB value is (41,150,14). Sum of RGB (Red+Green+Blue) = 41+150+14=205 (27% of max value = 765). Red value is 41 (16.41% from 255 or 20% from 205); Green value is 150 (58.98% from 255 or 73.17% from 205); Blue value is 14 (5.86% from 255 or 6.83% from 205); Max value from RGB is 150 - color contains mainly: green. Hex color #29960E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #29960E is #D669F1. Grayscale: #666666. Windows color (decimal): -14051826 or 955945. OLE color: 955945.

HSL color Cylindrical-coordinate representation of color #29960E: hue angle of 108.09º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #29960E is Cyan = 0.73, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB4115014-
CMYK0.7300.910.41
HSL108.09º82.93%32.16%-
HSV(B)108.09º90.67%58.82%-
XYZ11.922.324.1-
YUV101.978.3984.56-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20%
GREEN value IS 150 (58.98% from 255) = 73.17%
BLUE value IS 14 (5.86% from 255) = 6.83%
R=20%
G=73.17%
B=6.83%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal41150140.7300.910.41108.0982.9332.16
Hex2996E4905B296c5320
Octal512261611101335115412340
Binary10100110010110111010010010101101110100111011001010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29960E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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