#32A013

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

Shades of Forest Green #32A013

Tints of Forest Green #32A013

Color information

#32A013 (or 0x32A013) is unknown color: approx Forest Green. HEX triplet: 32, A0 and 13. RGB value is (50,160,19). Sum of RGB (Red+Green+Blue) = 50+160+19=229 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.83% from 229); Green value is 160 (62.89% from 255 or 69.87% from 229); Blue value is 19 (7.81% from 255 or 8.30% from 229); Max value from RGB is 160 - color contains mainly: green. Hex color #32A013 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #32A013 is #CD5FEC. Grayscale: #6F6F6F. Windows color (decimal): -13459437 or 1286194. OLE color: 1286194.

HSL color Cylindrical-coordinate representation of color #32A013: hue angle of 106.81º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #32A013 is Cyan = 0.69, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.37.

Color convert

RGB5016019-
CMYK0.6900.880.37
HSL106.81º78.77%35.1%-
HSV(B)106.81º88.13%62.75%-
XYZ1425.874.87-
YUV111.0476.0684.46-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.83%
GREEN value IS 160 (62.89% from 255) = 69.87%
BLUE value IS 19 (7.81% from 255) = 8.30%
R=21.83%
G=69.87%
B=8.30%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal50160190.6900.880.37106.8178.7735.1
Hex32A01345058256b4f23
Octal622402310501304515311743
Binary110010101000001001110001010101100010010111010111001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32A013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32A013; }

 p { color: rgb(50,160,19); }

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

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

 a { background-color: rgb(50,160,19); }

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

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

 span { border-color: rgb(50,160,19); }

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