#1E9512

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

Shades of Forest Green #1E9512

Tints of Forest Green #1E9512

Color information

#1E9512 (or 0x1E9512) is unknown color: approx Forest Green. HEX triplet: 1E, 95 and 12. RGB value is (30,149,18). Sum of RGB (Red+Green+Blue) = 30+149+18=197 (26% of max value = 765). Red value is 30 (12.11% from 255 or 15.23% from 197); Green value is 149 (58.59% from 255 or 75.63% from 197); Blue value is 18 (7.42% from 255 or 9.14% from 197); Max value from RGB is 149 - color contains mainly: green. Hex color #1E9512 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1E9512 is #E16AED. Grayscale: #626262. Windows color (decimal): -14772974 or 1217822. OLE color: 1217822.

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

Color convert

RGB3014918-
CMYK0.8000.880.42
HSL114.5º78.44%32.75%-
HSV(B)114.5º87.92%58.43%-
XYZ11.3921.814.18-
YUV98.4882.5879.15-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 15.23%
GREEN value IS 149 (58.59% from 255) = 75.63%
BLUE value IS 18 (7.42% from 255) = 9.14%
R=15.23%
G=75.63%
B=9.14%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal30149180.8000.880.42114.578.4432.75
Hex1E9512500582A734e21
Octal362252212001305216311641
Binary11110100101011001010100000101100010101011100111001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E9512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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