Shades of Forest Green #1D921C
Tints of Forest Green #1D921C
RGB
CMYK
RGB Variations
Color information
#1D921C (or 0x1D921C) is known color: Forest Green. HEX triplet: 1D, 92 and 1C. RGB value is (29,146,28). Sum of RGB (Red+Green+Blue) = 29+146+28=203 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.29% from 203); Green value is 146 (57.42% from 255 or 71.92% from 203); Blue value is 28 (11.33% from 255 or 13.79% from 203); Max value from RGB is 146 - color contains mainly: green. Hex color #1D921C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D921C is #E26DE3. Grayscale: #616161. Windows color (decimal): -14839268 or 1872413. OLE color: 1872413.
HSL color Cylindrical-coordinate representation of color #1D921C: hue angle of 119.49º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D921C is Cyan = 0.80, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 29 | 146 | 28 | - |
| CMYK | 0.80 | 0 | 0.81 | 0.43 |
| HSL | 119.49º | 0.68% | 0.34% | - |
| HSV(B) | 119.49º | 0.81% | 0.57% | - |
| XYZ | 11 | 20.9 | 4.55 | - |
| YUV | 97.57 | 88.74 | 79.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 146 | 28 | 0.80 | 0 | 0.81 | 0.43 | 119.49 | 0.68 | 0.34 |
| Hex | 1D | 92 | 1C | 50 | 0 | 51 | 2B | 77 | 44 | 22 |
| Octal | 35 | 222 | 34 | 120 | 0 | 121 | 53 | 167 | 104 | 42 |
| Binary | 11101 | 10010010 | 11100 | 1010000 | 0 | 1010001 | 101011 | 1110111 | 1000100 | 100010 |
Color Harmonies of #1D921C
Complementary color
Monochromatic Colors of #1D921C
Black with #1D921C
Text Example
Text Example
White with #1D921C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D921C; }
p { color: rgb(29,146,28); }
H1.HeaderClassName
{
color: #1D921C;
}
.AnyTagClassName
{
color: #1D921C;
}
</style>
background-color css
<style>
a { background-color: #1D921C; }
a { background-color: rgb(29,146,28); }
div.DivClassName
{
background-color: #1D921C;
}
.BgClassName
{
background-color: #1D921C;
}
</style>
border-color css
<style>
span { border-color: #1D921C; }
span { border-color: rgb(29,146,28); }
td.TdClassName
{
border-color: #1D921C;
}
.TagClassName
{
border-color: #1D921C;
}
</style>