#299032

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

Shades of Forest Green #299032

Tints of Forest Green #299032

Color information

#299032 (or 0x299032) is unknown color: approx Forest Green. HEX triplet: 29, 90 and 32. RGB value is (41,144,50). Sum of RGB (Red+Green+Blue) = 41+144+50=235 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.45% from 235); Green value is 144 (56.64% from 255 or 61.28% from 235); Blue value is 50 (19.92% from 255 or 21.28% from 235); Max value from RGB is 144 - color contains mainly: green. Hex color #299032 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #299032 is #D66FCD. Grayscale: #666666. Windows color (decimal): -14053326 or 3313705. OLE color: 3313705.

HSL color Cylindrical-coordinate representation of color #299032: hue angle of 125.24º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #299032 is Cyan = 0.72, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.44.

Color convert

RGB4114450-
CMYK0.7200.650.44
HSL125.24º55.68%36.27%-
HSV(B)125.24º71.53%56.47%-
XYZ11.4620.656.4-
YUV102.4998.3884.14-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.45%
GREEN value IS 144 (56.64% from 255) = 61.28%
BLUE value IS 50 (19.92% from 255) = 21.28%
R=17.45%
G=61.28%
B=21.28%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal41144500.7200.650.44125.2455.6836.27
Hex299032480412C7d3824
Octal51220621100101541757044
Binary101001100100001100101001000010000011011001111101111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #299032; }

 p { color: rgb(41,144,50); }

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

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

 a { background-color: rgb(41,144,50); }

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

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

 span { border-color: rgb(41,144,50); }

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