#29953D

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

Shades of Forest Green #29953D

Tints of Forest Green #29953D

Color information

#29953D (or 0x29953D) is unknown color: approx Forest Green. HEX triplet: 29, 95 and 3D. RGB value is (41,149,61). Sum of RGB (Red+Green+Blue) = 41+149+61=251 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.33% from 251); Green value is 149 (58.59% from 255 or 59.36% from 251); Blue value is 61 (24.22% from 255 or 24.30% from 251); Max value from RGB is 149 - color contains mainly: green. Hex color #29953D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #29953D is #D66AC2. Grayscale: #6A6A6A. Windows color (decimal): -14052035 or 4035881. OLE color: 4035881.

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

Color convert

RGB4114961-
CMYK0.7200.590.42
HSL131.11º56.84%37.25%-
HSV(B)131.11º72.48%58.43%-
XYZ12.522.38.06-
YUV106.68102.2281.16-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.33%
GREEN value IS 149 (58.59% from 255) = 59.36%
BLUE value IS 61 (24.22% from 255) = 24.30%
R=16.33%
G=59.36%
B=24.30%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal41149610.7200.590.42131.1156.8437.25
Hex29953D4803B2A833925
Octal5122575110073522037145
Binary101001100101011111011001000011101110101010000011111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29953D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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