Shades of Forest Green #1E930D
Tints of Forest Green #1E930D
RGB
CMYK
RGB Variations
Color information
#1E930D (or 0x1E930D) is known color: Forest Green. HEX triplet: 1E, 93 and 0D. RGB value is (30,147,13). Sum of RGB (Red+Green+Blue) = 30+147+13=190 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.79% from 190); Green value is 147 (57.81% from 255 or 77.37% from 190); Blue value is 13 (5.47% from 255 or 6.84% from 190); Max value from RGB is 147 - color contains mainly: green. Hex color #1E930D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1E930D is #E16CF2. Grayscale: #616161. Windows color (decimal): -14773491 or 889630. OLE color: 889630.
HSL color Cylindrical-coordinate representation of color #1E930D: hue angle of 112.39º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1E930D is Cyan = 0.80, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 30 | 147 | 13 | - |
| CMYK | 0.80 | 0 | 0.91 | 0.42 |
| HSL | 112.39º | 0.84% | 0.31% | - |
| HSV(B) | 112.39º | 0.91% | 0.58% | - |
| XYZ | 11.04 | 21.17 | 3.89 | - |
| YUV | 96.74 | 80.74 | 80.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 147 | 13 | 0.80 | 0 | 0.91 | 0.42 | 112.39 | 0.84 | 0.31 |
| Hex | 1E | 93 | D | 50 | 0 | 5B | 2A | 70 | 54 | 1F |
| Octal | 36 | 223 | 15 | 120 | 0 | 133 | 52 | 160 | 124 | 37 |
| Binary | 11110 | 10010011 | 1101 | 1010000 | 0 | 1011011 | 101010 | 1110000 | 1010100 | 11111 |
Color Harmonies of #1E930D
Complementary color
Monochromatic Colors of #1E930D
Black with #1E930D
Text Example
Text Example
White with #1E930D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E930D; }
p { color: rgb(30,147,13); }
H1.HeaderClassName
{
color: #1E930D;
}
.AnyTagClassName
{
color: #1E930D;
}
</style>
background-color css
<style>
a { background-color: #1E930D; }
a { background-color: rgb(30,147,13); }
div.DivClassName
{
background-color: #1E930D;
}
.BgClassName
{
background-color: #1E930D;
}
</style>
border-color css
<style>
span { border-color: #1E930D; }
span { border-color: rgb(30,147,13); }
td.TdClassName
{
border-color: #1E930D;
}
.TagClassName
{
border-color: #1E930D;
}
</style>