#1E912D

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

Shades of Forest Green #1E912D

Tints of Forest Green #1E912D

Color information

#1E912D (or 0x1E912D) is unknown color: approx Forest Green. HEX triplet: 1E, 91 and 2D. RGB value is (30,145,45). Sum of RGB (Red+Green+Blue) = 30+145+45=220 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.64% from 220); Green value is 145 (57.03% from 255 or 65.91% from 220); Blue value is 45 (17.97% from 255 or 20.45% from 220); Max value from RGB is 145 - color contains mainly: green. Hex color #1E912D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1E912D is #E16ED2. Grayscale: #636363. Windows color (decimal): -14773971 or 2986270. OLE color: 2986270.

HSL color Cylindrical-coordinate representation of color #1E912D: hue angle of 127.83º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1E912D is Cyan = 0.79, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.43.

Color convert

RGB3014545-
CMYK0.7900.690.43
HSL127.83º65.71%34.31%-
HSV(B)127.83º79.31%56.86%-
XYZ11.1320.725.89-
YUV99.2197.478.63-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.64%
GREEN value IS 145 (57.03% from 255) = 65.91%
BLUE value IS 45 (17.97% from 255) = 20.45%
R=13.64%
G=65.91%
B=20.45%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal30145450.7900.690.43127.8365.7134.31
Hex1E912D4F0452B804222
Octal362215511701055320010242
Binary1111010010001101101100111101000101101011100000001000010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E912D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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