#1EAD1A

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

Shades of Forest Green #1EAD1A

Tints of Forest Green #1EAD1A

Color information

#1EAD1A (or 0x1EAD1A) is unknown color: approx Forest Green. HEX triplet: 1E, AD and 1A. RGB value is (30,173,26). Sum of RGB (Red+Green+Blue) = 30+173+26=229 (30% of max value = 765). Red value is 30 (12.11% from 255 or 13.10% from 229); Green value is 173 (67.97% from 255 or 75.55% from 229); Blue value is 26 (10.55% from 255 or 11.35% from 229); Max value from RGB is 173 - color contains mainly: green. Hex color #1EAD1A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1EAD1A is #E152E5. Grayscale: #717171. Windows color (decimal): -14766822 or 1748254. OLE color: 1748254.

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

Color convert

RGB3017326-
CMYK0.8300.850.32
HSL118.37º73.87%39.02%-
HSV(B)118.37º84.97%67.84%-
XYZ15.6730.245.99-
YUV113.4878.6268.45-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.10%
GREEN value IS 173 (67.97% from 255) = 75.55%
BLUE value IS 26 (10.55% from 255) = 11.35%
R=13.10%
G=75.55%
B=11.35%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal30173260.8300.850.32118.3773.8739.02
Hex1EAD1A5305520764a27
Octal362553212301254016611247
Binary11110101011011101010100110101010110000011101101001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EAD1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,173,26); }

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

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

 a { background-color: rgb(30,173,26); }

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

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

 span { border-color: rgb(30,173,26); }

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