#1EAC1C

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

Shades of Forest Green #1EAC1C

Tints of Forest Green #1EAC1C

Color information

#1EAC1C (or 0x1EAC1C) is unknown color: approx Forest Green. HEX triplet: 1E, AC and 1C. RGB value is (30,172,28). Sum of RGB (Red+Green+Blue) = 30+172+28=230 (30% of max value = 765). Red value is 30 (12.11% from 255 or 13.04% from 230); Green value is 172 (67.58% from 255 or 74.78% from 230); Blue value is 28 (11.33% from 255 or 12.17% from 230); Max value from RGB is 172 - color contains mainly: green. Hex color #1EAC1C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1EAC1C is #E153E3. Grayscale: #717171. Windows color (decimal): -14767076 or 1879070. OLE color: 1879070.

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

Color convert

RGB3017228-
CMYK0.8300.840.33
HSL119.17º72%39.22%-
HSV(B)119.17º83.72%67.45%-
XYZ15.529.866.05-
YUV113.1379.9668.71-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.04%
GREEN value IS 172 (67.58% from 255) = 74.78%
BLUE value IS 28 (11.33% from 255) = 12.17%
R=13.04%
G=74.78%
B=12.17%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal30172280.8300.840.33119.177239.22
Hex1EAC1C5305421774827
Octal362543412301244116711047
Binary11110101011001110010100110101010010000111101111001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EAC1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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