#1E9920

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

Shades of Forest Green #1E9920

Tints of Forest Green #1E9920

Color information

#1E9920 (or 0x1E9920) is unknown color: approx Forest Green. HEX triplet: 1E, 99 and 20. RGB value is (30,153,32). Sum of RGB (Red+Green+Blue) = 30+153+32=215 (28% of max value = 765). Red value is 30 (12.11% from 255 or 13.95% from 215); Green value is 153 (60.16% from 255 or 71.16% from 215); Blue value is 32 (12.89% from 255 or 14.88% from 215); Max value from RGB is 153 - color contains mainly: green. Hex color #1E9920 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1E9920 is #E166DF. Grayscale: #666666. Windows color (decimal): -14771936 or 2136350. OLE color: 2136350.

HSL color Cylindrical-coordinate representation of color #1E9920: hue angle of 120.98º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E9920 is Cyan = 0.80, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.4.

Color convert

RGB3015332-
CMYK0.8000.790.4
HSL120.98º67.21%35.88%-
HSV(B)120.98º80.39%60%-
XYZ12.1923.165.2-
YUV102.4388.2576.34-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.95%
GREEN value IS 153 (60.16% from 255) = 71.16%
BLUE value IS 32 (12.89% from 255) = 14.88%
R=13.95%
G=71.16%
B=14.88%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal30153320.8000.790.4120.9867.2135.88
Hex1E99205004F28794324
Octal362314012001175017110344
Binary111101001100110000010100000100111110100011110011000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E9920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,153,32); }

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

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

 a { background-color: rgb(30,153,32); }

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

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

 span { border-color: rgb(30,153,32); }

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