#33A020

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

Shades of Forest Green #33A020

Tints of Forest Green #33A020

Color information

#33A020 (or 0x33A020) is unknown color: approx Forest Green. HEX triplet: 33, A0 and 20. RGB value is (51,160,32). Sum of RGB (Red+Green+Blue) = 51+160+32=243 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.99% from 243); Green value is 160 (62.89% from 255 or 65.84% from 243); Blue value is 32 (12.89% from 255 or 13.17% from 243); Max value from RGB is 160 - color contains mainly: green. Hex color #33A020 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33A020 is #CC5FDF. Grayscale: #717171. Windows color (decimal): -13393888 or 2138163. OLE color: 2138163.

HSL color Cylindrical-coordinate representation of color #33A020: hue angle of 111.09º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33A020 is Cyan = 0.68, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.37.

Color convert

RGB5116032-
CMYK0.6800.800.37
HSL111.09º66.67%37.65%-
HSV(B)111.09º80%62.75%-
XYZ14.225.955.63-
YUV112.8282.3983.91-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.99%
GREEN value IS 160 (62.89% from 255) = 65.84%
BLUE value IS 32 (12.89% from 255) = 13.17%
R=20.99%
G=65.84%
B=13.17%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal51160320.6800.800.37111.0966.6737.65
Hex33A02044050256f4326
Octal632404010401204515710346
Binary1100111010000010000010001000101000010010111011111000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33A020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33A020; }

 p { color: rgb(51,160,32); }

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

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

 a { background-color: rgb(51,160,32); }

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

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

 span { border-color: rgb(51,160,32); }

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