#1EAB2D

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

Shades of Forest Green #1EAB2D

Tints of Forest Green #1EAB2D

Color information

#1EAB2D (or 0x1EAB2D) is unknown color: approx Forest Green. HEX triplet: 1E, AB and 2D. RGB value is (30,171,45). Sum of RGB (Red+Green+Blue) = 30+171+45=246 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.20% from 246); Green value is 171 (67.19% from 255 or 69.51% from 246); Blue value is 45 (17.97% from 255 or 18.29% from 246); Max value from RGB is 171 - color contains mainly: green. Hex color #1EAB2D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1EAB2D is #E154D2. Grayscale: #727272. Windows color (decimal): -14767315 or 2992926. OLE color: 2992926.

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

Color convert

RGB3017145-
CMYK0.8200.740.33
HSL126.38º70.15%39.41%-
HSV(B)126.38º82.46%67.06%-
XYZ15.5729.597.37-
YUV114.4888.7967.75-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.20%
GREEN value IS 171 (67.19% from 255) = 69.51%
BLUE value IS 45 (17.97% from 255) = 18.29%
R=12.20%
G=69.51%
B=18.29%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal30171450.8200.740.33126.3870.1539.41
Hex1EAB2D5204A217e4627
Octal362535512201124117610647
Binary111101010101110110110100100100101010000111111101000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EAB2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,171,45); }

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

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

 a { background-color: rgb(30,171,45); }

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

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

 span { border-color: rgb(30,171,45); }

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