#1EAD2D

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

Shades of Forest Green #1EAD2D

Tints of Forest Green #1EAD2D

Color information

#1EAD2D (or 0x1EAD2D) is unknown color: approx Forest Green. HEX triplet: 1E, AD and 2D. RGB value is (30,173,45). Sum of RGB (Red+Green+Blue) = 30+173+45=248 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.10% from 248); Green value is 173 (67.97% from 255 or 69.76% from 248); Blue value is 45 (17.97% from 255 or 18.15% from 248); Max value from RGB is 173 - color contains mainly: green. Hex color #1EAD2D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1EAD2D is #E152D2. Grayscale: #747474. Windows color (decimal): -14766803 or 2993438. OLE color: 2993438.

HSL color Cylindrical-coordinate representation of color #1EAD2D: hue angle of 126.29º degrees, saturation: 0.7, 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 #1EAD2D is Cyan = 0.83, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.32.

Color convert

RGB3017345-
CMYK0.8300.740.32
HSL126.29º70.44%39.8%-
HSV(B)126.29º82.66%67.84%-
XYZ15.9530.357.5-
YUV115.6588.1266.91-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.10%
GREEN value IS 173 (67.97% from 255) = 69.76%
BLUE value IS 45 (17.97% from 255) = 18.15%
R=12.10%
G=69.76%
B=18.15%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal30173450.8300.740.32126.2970.4439.8
Hex1EAD2D5304A207e4628
Octal362555512301124017610650
Binary111101010110110110110100110100101010000011111101000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EAD2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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