#1EA02A

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

Shades of Forest Green #1EA02A

Tints of Forest Green #1EA02A

Color information

#1EA02A (or 0x1EA02A) is unknown color: approx Forest Green. HEX triplet: 1E, A0 and 2A. RGB value is (30,160,42). Sum of RGB (Red+Green+Blue) = 30+160+42=232 (30% of max value = 765). Red value is 30 (12.11% from 255 or 12.93% from 232); Green value is 160 (62.89% from 255 or 68.97% from 232); Blue value is 42 (16.80% from 255 or 18.10% from 232); Max value from RGB is 160 - color contains mainly: green. Hex color #1EA02A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1EA02A is #E15FD5. Grayscale: #6C6C6C. Windows color (decimal): -14770134 or 2793502. OLE color: 2793502.

HSL color Cylindrical-coordinate representation of color #1EA02A: hue angle of 125.54º 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 #1EA02A is Cyan = 0.81, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.37.

Color convert

RGB3016042-
CMYK0.8100.740.37
HSL125.54º68.42%37.25%-
HSV(B)125.54º81.25%62.75%-
XYZ13.5225.586.42-
YUV107.6890.9372.59-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.93%
GREEN value IS 160 (62.89% from 255) = 68.97%
BLUE value IS 42 (16.80% from 255) = 18.10%
R=12.93%
G=68.97%
B=18.10%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal30160420.8100.740.37125.5468.4237.25
Hex1EA02A5104A257e4425
Octal362405212101124517610445
Binary111101010000010101010100010100101010010111111101000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EA02A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1EA02A; }

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

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

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

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

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

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

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

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