#1E980A

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

Shades of Forest Green #1E980A

Tints of Forest Green #1E980A

Color information

#1E980A (or 0x1E980A) is unknown color: approx Forest Green. HEX triplet: 1E, 98 and 0A. RGB value is (30,152,10). Sum of RGB (Red+Green+Blue) = 30+152+10=192 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.62% from 192); Green value is 152 (59.77% from 255 or 79.17% from 192); Blue value is 10 (4.30% from 255 or 5.21% from 192); Max value from RGB is 152 - color contains mainly: green. Hex color #1E980A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1E980A is #E167F5. Grayscale: #636363. Windows color (decimal): -14772214 or 694302. OLE color: 694302.

HSL color Cylindrical-coordinate representation of color #1E980A: hue angle of 111.55º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1E980A is Cyan = 0.80, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.40.

Color convert

RGB3015210-
CMYK0.8000.930.40
HSL111.55º87.65%31.76%-
HSV(B)111.55º93.42%59.61%-
XYZ11.8222.754.06-
YUV99.3377.5878.55-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 15.62%
GREEN value IS 152 (59.77% from 255) = 79.17%
BLUE value IS 10 (4.30% from 255) = 5.21%
R=15.62%
G=79.17%
B=5.21%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal30152100.8000.930.40111.5587.6531.76
Hex1E98A5005D28705820
Octal362301212001355016013040
Binary1111010011000101010100000101110110100011100001011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E980A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,152,10); }

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

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

 a { background-color: rgb(30,152,10); }

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

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

 span { border-color: rgb(30,152,10); }

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