#29950B

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

Shades of Forest Green #29950B

Tints of Forest Green #29950B

Color information

#29950B (or 0x29950B) is unknown color: approx Forest Green. HEX triplet: 29, 95 and 0B. RGB value is (41,149,11). Sum of RGB (Red+Green+Blue) = 41+149+11=201 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.40% from 201); Green value is 149 (58.59% from 255 or 74.13% from 201); Blue value is 11 (4.69% from 255 or 5.47% from 201); Max value from RGB is 149 - color contains mainly: green. Hex color #29950B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #29950B is #D66AF4. Grayscale: #656565. Windows color (decimal): -14052085 or 759081. OLE color: 759081.

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

Color convert

RGB4114911-
CMYK0.7200.930.42
HSL106.96º86.25%31.37%-
HSV(B)106.96º92.62%58.43%-
XYZ11.7221.993.94-
YUV100.9877.2285.22-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.40%
GREEN value IS 149 (58.59% from 255) = 74.13%
BLUE value IS 11 (4.69% from 255) = 5.47%
R=20.40%
G=74.13%
B=5.47%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal41149110.7200.930.42106.9686.2531.37
Hex2995B4805D2A6b561f
Octal512251311001355215312637
Binary1010011001010110111001000010111011010101101011101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29950B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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