Shades of Forest Green #1D920D
Tints of Forest Green #1D920D
RGB
CMYK
RGB Variations
Color information
#1D920D (or 0x1D920D) is known color: Forest Green. HEX triplet: 1D, 92 and 0D. RGB value is (29,146,13). Sum of RGB (Red+Green+Blue) = 29+146+13=188 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.43% from 188); Green value is 146 (57.42% from 255 or 77.66% from 188); Blue value is 13 (5.47% from 255 or 6.91% from 188); Max value from RGB is 146 - color contains mainly: green. Hex color #1D920D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1D920D is #E26DF2. Grayscale: #606060. Windows color (decimal): -14839283 or 889373. OLE color: 889373.
HSL color Cylindrical-coordinate representation of color #1D920D: hue angle of 112.78º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1D920D is Cyan = 0.80, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 29 | 146 | 13 | - |
| CMYK | 0.80 | 0 | 0.91 | 0.43 |
| HSL | 112.78º | 0.84% | 0.31% | - |
| HSV(B) | 112.78º | 0.91% | 0.57% | - |
| XYZ | 10.86 | 20.85 | 3.83 | - |
| YUV | 95.86 | 81.24 | 80.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 146 | 13 | 0.80 | 0 | 0.91 | 0.43 | 112.78 | 0.84 | 0.31 |
| Hex | 1D | 92 | D | 50 | 0 | 5B | 2B | 71 | 54 | 1F |
| Octal | 35 | 222 | 15 | 120 | 0 | 133 | 53 | 161 | 124 | 37 |
| Binary | 11101 | 10010010 | 1101 | 1010000 | 0 | 1011011 | 101011 | 1110001 | 1010100 | 11111 |
Color Harmonies of #1D920D
Complementary color
Monochromatic Colors of #1D920D
Black with #1D920D
Text Example
Text Example
White with #1D920D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D920D; }
p { color: rgb(29,146,13); }
H1.HeaderClassName
{
color: #1D920D;
}
.AnyTagClassName
{
color: #1D920D;
}
</style>
background-color css
<style>
a { background-color: #1D920D; }
a { background-color: rgb(29,146,13); }
div.DivClassName
{
background-color: #1D920D;
}
.BgClassName
{
background-color: #1D920D;
}
</style>
border-color css
<style>
span { border-color: #1D920D; }
span { border-color: rgb(29,146,13); }
td.TdClassName
{
border-color: #1D920D;
}
.TagClassName
{
border-color: #1D920D;
}
</style>