Shades of Forest Green #1D941C
Tints of Forest Green #1D941C
RGB
CMYK
RGB Variations
Color information
#1D941C (or 0x1D941C) is known color: Forest Green. HEX triplet: 1D, 94 and 1C. RGB value is (29,148,28). Sum of RGB (Red+Green+Blue) = 29+148+28=205 (27% of max value = 765). Red value is 29 (11.72% from 255 or 14.15% from 205); Green value is 148 (58.20% from 255 or 72.20% from 205); Blue value is 28 (11.33% from 255 or 13.66% from 205); Max value from RGB is 148 - color contains mainly: green. Hex color #1D941C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D941C is #E26BE3. Grayscale: #636363. Windows color (decimal): -14838756 or 1872925. OLE color: 1872925.
HSL color Cylindrical-coordinate representation of color #1D941C: hue angle of 119.5º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D941C is Cyan = 0.80, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 29 | 148 | 28 | - |
| CMYK | 0.80 | 0 | 0.81 | 0.42 |
| HSL | 119.5º | 0.68% | 0.35% | - |
| HSV(B) | 119.5º | 0.81% | 0.58% | - |
| XYZ | 11.31 | 21.52 | 4.66 | - |
| YUV | 98.74 | 88.08 | 78.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 148 | 28 | 0.80 | 0 | 0.81 | 0.42 | 119.5 | 0.68 | 0.35 |
| Hex | 1D | 94 | 1C | 50 | 0 | 51 | 2A | 78 | 44 | 23 |
| Octal | 35 | 224 | 34 | 120 | 0 | 121 | 52 | 170 | 104 | 43 |
| Binary | 11101 | 10010100 | 11100 | 1010000 | 0 | 1010001 | 101010 | 1111000 | 1000100 | 100011 |
Color Harmonies of #1D941C
Complementary color
Monochromatic Colors of #1D941C
Black with #1D941C
Text Example
Text Example
White with #1D941C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D941C; }
p { color: rgb(29,148,28); }
H1.HeaderClassName
{
color: #1D941C;
}
.AnyTagClassName
{
color: #1D941C;
}
</style>
background-color css
<style>
a { background-color: #1D941C; }
a { background-color: rgb(29,148,28); }
div.DivClassName
{
background-color: #1D941C;
}
.BgClassName
{
background-color: #1D941C;
}
</style>
border-color css
<style>
span { border-color: #1D941C; }
span { border-color: rgb(29,148,28); }
td.TdClassName
{
border-color: #1D941C;
}
.TagClassName
{
border-color: #1D941C;
}
</style>