#1E960D

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

Shades of Forest Green #1E960D

Tints of Forest Green #1E960D

Color information

#1E960D (or 0x1E960D) is unknown color: approx Forest Green. HEX triplet: 1E, 96 and 0D. RGB value is (30,150,13). Sum of RGB (Red+Green+Blue) = 30+150+13=193 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.54% from 193); Green value is 150 (58.98% from 255 or 77.72% from 193); Blue value is 13 (5.47% from 255 or 6.74% from 193); Max value from RGB is 150 - color contains mainly: green. Hex color #1E960D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1E960D is #E169F2. Grayscale: #626262. Windows color (decimal): -14772723 or 890398. OLE color: 890398.

HSL color Cylindrical-coordinate representation of color #1E960D: hue angle of 112.55º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1E960D is Cyan = 0.80, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB3015013-
CMYK0.8000.910.41
HSL112.55º84.05%31.96%-
HSV(B)112.55º91.33%58.82%-
XYZ11.5122.124.04-
YUV98.579.7479.14-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 15.54%
GREEN value IS 150 (58.98% from 255) = 77.72%
BLUE value IS 13 (5.47% from 255) = 6.74%
R=15.54%
G=77.72%
B=6.74%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal30150130.8000.910.41112.5584.0531.96
Hex1E96D5005B29715420
Octal362261512001335116112440
Binary1111010010110110110100000101101110100111100011010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E960D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,150,13); }

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

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

 a { background-color: rgb(30,150,13); }

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

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

 span { border-color: rgb(30,150,13); }

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