#29940D

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

Shades of Forest Green #29940D

Tints of Forest Green #29940D

Color information

#29940D (or 0x29940D) is unknown color: approx Forest Green. HEX triplet: 29, 94 and 0D. RGB value is (41,148,13). Sum of RGB (Red+Green+Blue) = 41+148+13=202 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.30% from 202); Green value is 148 (58.20% from 255 or 73.27% from 202); Blue value is 13 (5.47% from 255 or 6.44% from 202); Max value from RGB is 148 - color contains mainly: green. Hex color #29940D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #29940D is #D66BF2. Grayscale: #656565. Windows color (decimal): -14052339 or 889897. OLE color: 889897.

HSL color Cylindrical-coordinate representation of color #29940D: hue angle of 107.56º 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 #29940D is Cyan = 0.72, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB4114813-
CMYK0.7200.910.42
HSL107.56º83.85%31.57%-
HSV(B)107.56º91.22%58.04%-
XYZ11.5821.683.96-
YUV100.6278.5585.48-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.30%
GREEN value IS 148 (58.20% from 255) = 73.27%
BLUE value IS 13 (5.47% from 255) = 6.44%
R=20.30%
G=73.27%
B=6.44%

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
Decimal41148130.7200.910.42107.5683.8531.57
Hex2994D4805B2A6c5420
Octal512241511001335215412440
Binary10100110010100110110010000101101110101011011001010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29940D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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