#29950D

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

Shades of Forest Green #29950D

Tints of Forest Green #29950D

Color information

#29950D (or 0x29950D) is unknown color: approx Forest Green. HEX triplet: 29, 95 and 0D. RGB value is (41,149,13). Sum of RGB (Red+Green+Blue) = 41+149+13=203 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.20% from 203); Green value is 149 (58.59% from 255 or 73.40% from 203); Blue value is 13 (5.47% from 255 or 6.40% from 203); Max value from RGB is 149 - color contains mainly: green. Hex color #29950D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #29950D is #D66AF2. Grayscale: #656565. Windows color (decimal): -14052083 or 890153. OLE color: 890153.

HSL color Cylindrical-coordinate representation of color #29950D: hue angle of 107.65º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #29950D is Cyan = 0.72, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB4114913-
CMYK0.7200.910.42
HSL107.65º83.95%31.76%-
HSV(B)107.65º91.28%58.43%-
XYZ11.73224.01-
YUV101.278.2285.06-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.20%
GREEN value IS 149 (58.59% from 255) = 73.40%
BLUE value IS 13 (5.47% from 255) = 6.40%
R=20.20%
G=73.40%
B=6.40%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal41149130.7200.910.42107.6583.9531.76
Hex2995D4805B2A6c5420
Octal512251511001335215412440
Binary10100110010101110110010000101101110101011011001010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29950D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,149,13); }

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

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

 a { background-color: rgb(41,149,13); }

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

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

 span { border-color: rgb(41,149,13); }

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