#1EA512

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

Shades of Forest Green #1EA512

Tints of Forest Green #1EA512

Color information

#1EA512 (or 0x1EA512) is unknown color: approx Forest Green. HEX triplet: 1E, A5 and 12. RGB value is (30,165,18). Sum of RGB (Red+Green+Blue) = 30+165+18=213 (28% of max value = 765). Red value is 30 (12.11% from 255 or 14.08% from 213); Green value is 165 (64.84% from 255 or 77.46% from 213); Blue value is 18 (7.42% from 255 or 8.45% from 213); Max value from RGB is 165 - color contains mainly: green. Hex color #1EA512 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1EA512 is #E15AED. Grayscale: #6C6C6C. Windows color (decimal): -14768878 or 1221918. OLE color: 1221918.

HSL color Cylindrical-coordinate representation of color #1EA512: hue angle of 115.1º 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 #1EA512 is Cyan = 0.82, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.35.

Color convert

RGB3016518-
CMYK0.8200.890.35
HSL115.1º80.33%35.88%-
HSV(B)115.1º89.09%64.71%-
XYZ14.127.235.09-
YUV107.8877.2772.45-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 14.08%
GREEN value IS 165 (64.84% from 255) = 77.46%
BLUE value IS 18 (7.42% from 255) = 8.45%
R=14.08%
G=77.46%
B=8.45%

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
Decimal30165180.8200.890.35115.180.3335.88
Hex1EA5125205923735024
Octal362452212201314316312044
Binary11110101001011001010100100101100110001111100111010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EA512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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