#1EA12C

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

Shades of Forest Green #1EA12C

Tints of Forest Green #1EA12C

Color information

#1EA12C (or 0x1EA12C) is unknown color: approx Forest Green. HEX triplet: 1E, A1 and 2C. RGB value is (30,161,44). Sum of RGB (Red+Green+Blue) = 30+161+44=235 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.77% from 235); Green value is 161 (63.28% from 255 or 68.51% from 235); Blue value is 44 (17.58% from 255 or 18.72% from 235); Max value from RGB is 161 - color contains mainly: green. Hex color #1EA12C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1EA12C is #E15ED3. Grayscale: #6C6C6C. Windows color (decimal): -14769876 or 2924830. OLE color: 2924830.

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

Color convert

RGB3016144-
CMYK0.8100.730.37
HSL126.41º68.59%37.45%-
HSV(B)126.41º81.37%63.14%-
XYZ13.7325.956.67-
YUV108.4991.672.01-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.77%
GREEN value IS 161 (63.28% from 255) = 68.51%
BLUE value IS 44 (17.58% from 255) = 18.72%
R=12.77%
G=68.51%
B=18.72%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal30161440.8100.730.37126.4168.5937.45
Hex1EA12C51049257e4525
Octal362415412101114517610545
Binary111101010000110110010100010100100110010111111101000101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EA12C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,161,44); }

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

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

 a { background-color: rgb(30,161,44); }

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

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

 span { border-color: rgb(30,161,44); }

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