Shades of Forest Green #1D920F
Tints of Forest Green #1D920F
RGB
CMYK
RGB Variations
Color information
#1D920F (or 0x1D920F) is known color: Forest Green. HEX triplet: 1D, 92 and 0F. RGB value is (29,146,15). Sum of RGB (Red+Green+Blue) = 29+146+15=190 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.26% from 190); Green value is 146 (57.42% from 255 or 76.84% from 190); Blue value is 15 (6.25% from 255 or 7.89% from 190); Max value from RGB is 146 - color contains mainly: green. Hex color #1D920F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1D920F is #E26DF0. Grayscale: #606060. Windows color (decimal): -14839281 or 1020445. OLE color: 1020445.
HSL color Cylindrical-coordinate representation of color #1D920F: hue angle of 113.59º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1D920F is Cyan = 0.80, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 29 | 146 | 15 | - |
| CMYK | 0.80 | 0 | 0.90 | 0.43 |
| HSL | 113.59º | 0.81% | 0.32% | - |
| HSV(B) | 113.59º | 0.9% | 0.57% | - |
| XYZ | 10.87 | 20.85 | 3.9 | - |
| YUV | 96.08 | 82.24 | 80.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 146 | 15 | 0.80 | 0 | 0.90 | 0.43 | 113.59 | 0.81 | 0.32 |
| Hex | 1D | 92 | F | 50 | 0 | 5A | 2B | 72 | 51 | 20 |
| Octal | 35 | 222 | 17 | 120 | 0 | 132 | 53 | 162 | 121 | 40 |
| Binary | 11101 | 10010010 | 1111 | 1010000 | 0 | 1011010 | 101011 | 1110010 | 1010001 | 100000 |
Color Harmonies of #1D920F
Complementary color
Monochromatic Colors of #1D920F
Black with #1D920F
Text Example
Text Example
White with #1D920F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D920F; }
p { color: rgb(29,146,15); }
H1.HeaderClassName
{
color: #1D920F;
}
.AnyTagClassName
{
color: #1D920F;
}
</style>
background-color css
<style>
a { background-color: #1D920F; }
a { background-color: rgb(29,146,15); }
div.DivClassName
{
background-color: #1D920F;
}
.BgClassName
{
background-color: #1D920F;
}
</style>
border-color css
<style>
span { border-color: #1D920F; }
span { border-color: rgb(29,146,15); }
td.TdClassName
{
border-color: #1D920F;
}
.TagClassName
{
border-color: #1D920F;
}
</style>