Shades of Forest Green #1D923C
Tints of Forest Green #1D923C
RGB
CMYK
RGB Variations
Color information
#1D923C (or 0x1D923C) is known color: Forest Green. HEX triplet: 1D, 92 and 3C. RGB value is (29,146,60). Sum of RGB (Red+Green+Blue) = 29+146+60=235 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.34% from 235); Green value is 146 (57.42% from 255 or 62.13% from 235); Blue value is 60 (23.83% from 255 or 25.53% from 235); Max value from RGB is 146 - color contains mainly: green. Hex color #1D923C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D923C is #E26DC3. Grayscale: #656565. Windows color (decimal): -14839236 or 3969565. OLE color: 3969565.
HSL color Cylindrical-coordinate representation of color #1D923C: hue angle of 135.9º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1D923C is Cyan = 0.80, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 29 | 146 | 60 | - |
| CMYK | 0.80 | 0 | 0.59 | 0.43 |
| HSL | 135.9º | 0.67% | 0.34% | - |
| HSV(B) | 135.9º | 0.8% | 0.57% | - |
| XYZ | 11.6 | 21.15 | 7.74 | - |
| YUV | 101.21 | 104.74 | 76.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 146 | 60 | 0.80 | 0 | 0.59 | 0.43 | 135.9 | 0.67 | 0.34 |
| Hex | 1D | 92 | 3C | 50 | 0 | 3B | 2B | 88 | 43 | 22 |
| Octal | 35 | 222 | 74 | 120 | 0 | 73 | 53 | 210 | 103 | 42 |
| Binary | 11101 | 10010010 | 111100 | 1010000 | 0 | 111011 | 101011 | 10001000 | 1000011 | 100010 |
Color Harmonies of #1D923C
Complementary color
Monochromatic Colors of #1D923C
Black with #1D923C
Text Example
Text Example
White with #1D923C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D923C; }
p { color: rgb(29,146,60); }
H1.HeaderClassName
{
color: #1D923C;
}
.AnyTagClassName
{
color: #1D923C;
}
</style>
background-color css
<style>
a { background-color: #1D923C; }
a { background-color: rgb(29,146,60); }
div.DivClassName
{
background-color: #1D923C;
}
.BgClassName
{
background-color: #1D923C;
}
</style>
border-color css
<style>
span { border-color: #1D923C; }
span { border-color: rgb(29,146,60); }
td.TdClassName
{
border-color: #1D923C;
}
.TagClassName
{
border-color: #1D923C;
}
</style>