#1E760D

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

Shades of Forest Green #1E760D

Tints of Forest Green #1E760D

Color information

#1E760D (or 0x1E760D) is unknown color: approx Forest Green. HEX triplet: 1E, 76 and 0D. RGB value is (30,118,13). Sum of RGB (Red+Green+Blue) = 30+118+13=161 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.63% from 161); Green value is 118 (46.48% from 255 or 73.29% from 161); Blue value is 13 (5.47% from 255 or 8.07% from 161); Max value from RGB is 118 - color contains mainly: green. Hex color #1E760D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1E760D is #E189F2. Grayscale: #505050. Windows color (decimal): -14780915 or 882206. OLE color: 882206.

HSL color Cylindrical-coordinate representation of color #1E760D: hue angle of 110.29º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1E760D is Cyan = 0.75, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.54.

Color convert

RGB3011813-
CMYK0.7500.890.54
HSL110.29º80.15%25.69%-
HSV(B)110.29º88.98%46.27%-
XYZ7.0913.262.57-
YUV79.7290.3592.54-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 18.63%
GREEN value IS 118 (46.48% from 255) = 73.29%
BLUE value IS 13 (5.47% from 255) = 8.07%
R=18.63%
G=73.29%
B=8.07%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal30118130.7500.890.54110.2980.1525.69
Hex1E76D4B059366e501a
Octal361661511301316615612032
Binary11110111011011011001011010110011101101101110101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E760D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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