#33A01E

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

Shades of Forest Green #33A01E

Tints of Forest Green #33A01E

Color information

#33A01E (or 0x33A01E) is unknown color: approx Forest Green. HEX triplet: 33, A0 and 1E. RGB value is (51,160,30). Sum of RGB (Red+Green+Blue) = 51+160+30=241 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.16% from 241); Green value is 160 (62.89% from 255 or 66.39% from 241); Blue value is 30 (12.11% from 255 or 12.45% from 241); Max value from RGB is 160 - color contains mainly: green. Hex color #33A01E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33A01E is #CC5FE1. Grayscale: #707070. Windows color (decimal): -13393890 or 2007091. OLE color: 2007091.

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

Color convert

RGB5116030-
CMYK0.6800.810.37
HSL110.31º68.42%37.25%-
HSV(B)110.31º81.25%62.75%-
XYZ14.1725.945.49-
YUV112.5981.3984.07-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.16%
GREEN value IS 160 (62.89% from 255) = 66.39%
BLUE value IS 30 (12.11% from 255) = 12.45%
R=21.16%
G=66.39%
B=12.45%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal51160300.6800.810.37110.3168.4237.25
Hex33A01E44051256e4425
Octal632403610401214515610445
Binary110011101000001111010001000101000110010111011101000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33A01E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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