#1EAC2A

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

Shades of Forest Green #1EAC2A

Tints of Forest Green #1EAC2A

Color information

#1EAC2A (or 0x1EAC2A) is unknown color: approx Forest Green. HEX triplet: 1E, AC and 2A. RGB value is (30,172,42). Sum of RGB (Red+Green+Blue) = 30+172+42=244 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.30% from 244); Green value is 172 (67.58% from 255 or 70.49% from 244); Blue value is 42 (16.80% from 255 or 17.21% from 244); Max value from RGB is 172 - color contains mainly: green. Hex color #1EAC2A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1EAC2A is #E153D5. Grayscale: #737373. Windows color (decimal): -14767062 or 2796574. OLE color: 2796574.

HSL color Cylindrical-coordinate representation of color #1EAC2A: hue angle of 125.07º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1EAC2A is Cyan = 0.83, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.33.

Color convert

RGB3017242-
CMYK0.8300.760.33
HSL125.07º70.3%39.61%-
HSV(B)125.07º82.56%67.45%-
XYZ15.7129.957.14-
YUV114.7286.9667.57-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.30%
GREEN value IS 172 (67.58% from 255) = 70.49%
BLUE value IS 42 (16.80% from 255) = 17.21%
R=12.30%
G=70.49%
B=17.21%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal30172420.8300.760.33125.0770.339.61
Hex1EAC2A5304C217d4628
Octal362545212301144117510650
Binary111101010110010101010100110100110010000111111011000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EAC2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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