#1E9F0E

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

Shades of Forest Green #1E9F0E

Tints of Forest Green #1E9F0E

Color information

#1E9F0E (or 0x1E9F0E) is unknown color: approx Forest Green. HEX triplet: 1E, 9F and 0E. RGB value is (30,159,14). Sum of RGB (Red+Green+Blue) = 30+159+14=203 (26% of max value = 765). Red value is 30 (12.11% from 255 or 14.78% from 203); Green value is 159 (62.5% from 255 or 78.33% from 203); Blue value is 14 (5.86% from 255 or 6.90% from 203); Max value from RGB is 159 - color contains mainly: green. Hex color #1E9F0E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1E9F0E is #E160F1. Grayscale: #686868. Windows color (decimal): -14770418 or 958238. OLE color: 958238.

HSL color Cylindrical-coordinate representation of color #1E9F0E: hue angle of 113.38º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1E9F0E is Cyan = 0.81, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.38.

Color convert

RGB3015914-
CMYK0.8100.910.38
HSL113.38º83.82%33.92%-
HSV(B)113.38º91.19%62.35%-
XYZ13.0125.14.58-
YUV103.977.2675.29-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 14.78%
GREEN value IS 159 (62.5% from 255) = 78.33%
BLUE value IS 14 (5.86% from 255) = 6.90%
R=14.78%
G=78.33%
B=6.90%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal30159140.8100.910.38113.3883.8233.92
Hex1E9FE5105B26715422
Octal362371612101334616112442
Binary1111010011111111010100010101101110011011100011010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E9F0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,159,14); }

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

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

 a { background-color: rgb(30,159,14); }

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

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

 span { border-color: rgb(30,159,14); }

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