#1EAE2A

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

Shades of Forest Green #1EAE2A

Tints of Forest Green #1EAE2A

Color information

#1EAE2A (or 0x1EAE2A) is unknown color: approx Forest Green. HEX triplet: 1E, AE and 2A. RGB value is (30,174,42). Sum of RGB (Red+Green+Blue) = 30+174+42=246 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.20% from 246); Green value is 174 (68.36% from 255 or 70.73% from 246); Blue value is 42 (16.80% from 255 or 17.07% from 246); Max value from RGB is 174 - color contains mainly: green. Hex color #1EAE2A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1EAE2A is #E151D5. Grayscale: #747474. Windows color (decimal): -14766550 or 2797086. OLE color: 2797086.

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

Color convert

RGB3017442-
CMYK0.8300.760.32
HSL125º70.59%40%-
HSV(B)125º82.76%68.24%-
XYZ16.0930.727.27-
YUV115.986.2966.73-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.20%
GREEN value IS 174 (68.36% from 255) = 70.73%
BLUE value IS 42 (16.80% from 255) = 17.07%
R=12.20%
G=70.73%
B=17.07%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal30174420.8300.760.3212570.5940
Hex1EAE2A5304C207d4728
Octal362565212301144017510750
Binary111101010111010101010100110100110010000011111011000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EAE2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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