#1EA612

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

Shades of Forest Green #1EA612

Tints of Forest Green #1EA612

Color information

#1EA612 (or 0x1EA612) is unknown color: approx Forest Green. HEX triplet: 1E, A6 and 12. RGB value is (30,166,18). Sum of RGB (Red+Green+Blue) = 30+166+18=214 (28% of max value = 765). Red value is 30 (12.11% from 255 or 14.02% from 214); Green value is 166 (65.23% from 255 or 77.57% from 214); Blue value is 18 (7.42% from 255 or 8.41% from 214); Max value from RGB is 166 - color contains mainly: green. Hex color #1EA612 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1EA612 is #E159ED. Grayscale: #6C6C6C. Windows color (decimal): -14768622 or 1222174. OLE color: 1222174.

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

Color convert

RGB3016618-
CMYK0.8200.890.35
HSL115.14º80.43%36.08%-
HSV(B)115.14º89.16%65.1%-
XYZ14.2827.595.15-
YUV108.4676.9472.03-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 14.02%
GREEN value IS 166 (65.23% from 255) = 77.57%
BLUE value IS 18 (7.42% from 255) = 8.41%
R=14.02%
G=77.57%
B=8.41%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal30166180.8200.890.35115.1480.4336.08
Hex1EA6125205923735024
Octal362462212201314316312044
Binary11110101001101001010100100101100110001111100111010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EA612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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