#1EA012

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

Shades of Forest Green #1EA012

Tints of Forest Green #1EA012

Color information

#1EA012 (or 0x1EA012) is unknown color: approx Forest Green. HEX triplet: 1E, A0 and 12. RGB value is (30,160,18). Sum of RGB (Red+Green+Blue) = 30+160+18=208 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.42% from 208); Green value is 160 (62.89% from 255 or 76.92% from 208); Blue value is 18 (7.42% from 255 or 8.65% from 208); Max value from RGB is 160 - color contains mainly: green. Hex color #1EA012 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1EA012 is #E15FED. Grayscale: #696969. Windows color (decimal): -14770158 or 1220638. OLE color: 1220638.

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

Color convert

RGB3016018-
CMYK0.8100.890.37
HSL114.93º79.78%34.9%-
HSV(B)114.93º88.75%62.75%-
XYZ13.2225.464.79-
YUV104.9478.9374.55-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 14.42%
GREEN value IS 160 (62.89% from 255) = 76.92%
BLUE value IS 18 (7.42% from 255) = 8.65%
R=14.42%
G=76.92%
B=8.65%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal30160180.8100.890.37114.9379.7834.9
Hex1EA0125105925735023
Octal362402212101314516312043
Binary11110101000001001010100010101100110010111100111010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EA012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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