Shades of Forest Green #1D940D
Tints of Forest Green #1D940D
RGB
CMYK
RGB Variations
Color information
#1D940D (or 0x1D940D) is known color: Forest Green. HEX triplet: 1D, 94 and 0D. RGB value is (29,148,13). Sum of RGB (Red+Green+Blue) = 29+148+13=190 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.26% from 190); Green value is 148 (58.20% from 255 or 77.89% from 190); Blue value is 13 (5.47% from 255 or 6.84% from 190); Max value from RGB is 148 - color contains mainly: green. Hex color #1D940D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1D940D is #E26BF2. Grayscale: #616161. Windows color (decimal): -14838771 or 889885. OLE color: 889885.
HSL color Cylindrical-coordinate representation of color #1D940D: hue angle of 112.89º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1D940D is Cyan = 0.80, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 29 | 148 | 13 | - |
| CMYK | 0.80 | 0 | 0.91 | 0.42 |
| HSL | 112.89º | 0.84% | 0.32% | - |
| HSV(B) | 112.89º | 0.91% | 0.58% | - |
| XYZ | 11.17 | 21.47 | 3.94 | - |
| YUV | 97.03 | 80.58 | 79.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 148 | 13 | 0.80 | 0 | 0.91 | 0.42 | 112.89 | 0.84 | 0.32 |
| Hex | 1D | 94 | D | 50 | 0 | 5B | 2A | 71 | 54 | 20 |
| Octal | 35 | 224 | 15 | 120 | 0 | 133 | 52 | 161 | 124 | 40 |
| Binary | 11101 | 10010100 | 1101 | 1010000 | 0 | 1011011 | 101010 | 1110001 | 1010100 | 100000 |
Color Harmonies of #1D940D
Complementary color
Monochromatic Colors of #1D940D
Black with #1D940D
Text Example
Text Example
White with #1D940D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D940D; }
p { color: rgb(29,148,13); }
H1.HeaderClassName
{
color: #1D940D;
}
.AnyTagClassName
{
color: #1D940D;
}
</style>
background-color css
<style>
a { background-color: #1D940D; }
a { background-color: rgb(29,148,13); }
div.DivClassName
{
background-color: #1D940D;
}
.BgClassName
{
background-color: #1D940D;
}
</style>
border-color css
<style>
span { border-color: #1D940D; }
span { border-color: rgb(29,148,13); }
td.TdClassName
{
border-color: #1D940D;
}
.TagClassName
{
border-color: #1D940D;
}
</style>