#1EA42E

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

Shades of Forest Green #1EA42E

Tints of Forest Green #1EA42E

Color information

#1EA42E (or 0x1EA42E) is unknown color: approx Forest Green. HEX triplet: 1E, A4 and 2E. RGB value is (30,164,46). Sum of RGB (Red+Green+Blue) = 30+164+46=240 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.5% from 240); Green value is 164 (64.45% from 255 or 68.33% from 240); Blue value is 46 (18.36% from 255 or 19.17% from 240); Max value from RGB is 164 - color contains mainly: green. Hex color #1EA42E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1EA42E is #E15BD1. Grayscale: #6E6E6E. Windows color (decimal): -14769106 or 3056670. OLE color: 3056670.

HSL color Cylindrical-coordinate representation of color #1EA42E: hue angle of 127.16º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1EA42E is Cyan = 0.82, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.36.

Color convert

RGB3016446-
CMYK0.8200.720.36
HSL127.16º69.07%38.04%-
HSV(B)127.16º81.71%64.31%-
XYZ14.327.027.05-
YUV110.4891.6170.59-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.5%
GREEN value IS 164 (64.45% from 255) = 68.33%
BLUE value IS 46 (18.36% from 255) = 19.17%
R=12.5%
G=68.33%
B=19.17%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal30164460.8200.720.36127.1669.0738.04
Hex1EA42E52048247f4526
Octal362445612201104417710546
Binary111101010010010111010100100100100010010011111111000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EA42E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,164,46); }

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

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

 a { background-color: rgb(30,164,46); }

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

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

 span { border-color: rgb(30,164,46); }

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