#1E9514

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

Shades of Forest Green #1E9514

Tints of Forest Green #1E9514

Color information

#1E9514 (or 0x1E9514) is unknown color: approx Forest Green. HEX triplet: 1E, 95 and 14. RGB value is (30,149,20). Sum of RGB (Red+Green+Blue) = 30+149+20=199 (26% of max value = 765). Red value is 30 (12.11% from 255 or 15.08% from 199); Green value is 149 (58.59% from 255 or 74.87% from 199); Blue value is 20 (8.20% from 255 or 10.05% from 199); Max value from RGB is 149 - color contains mainly: green. Hex color #1E9514 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1E9514 is #E16AEB. Grayscale: #636363. Windows color (decimal): -14772972 or 1348894. OLE color: 1348894.

HSL color Cylindrical-coordinate representation of color #1E9514: hue angle of 115.35º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1E9514 is Cyan = 0.80, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.42.

Color convert

RGB3014920-
CMYK0.8000.870.42
HSL115.35º76.33%33.14%-
HSV(B)115.35º86.58%58.43%-
XYZ11.4121.824.27-
YUV98.7183.5878.99-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 15.08%
GREEN value IS 149 (58.59% from 255) = 74.87%
BLUE value IS 20 (8.20% from 255) = 10.05%
R=15.08%
G=74.87%
B=10.05%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal30149200.8000.870.42115.3576.3333.14
Hex1E9514500572A734c21
Octal362252412001275216311441
Binary11110100101011010010100000101011110101011100111001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E9514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,149,20); }

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

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

 a { background-color: rgb(30,149,20); }

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

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

 span { border-color: rgb(30,149,20); }

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