Shades of Forest Green #1D923B
Tints of Forest Green #1D923B
RGB
CMYK
RGB Variations
Color information
#1D923B (or 0x1D923B) is known color: Forest Green. HEX triplet: 1D, 92 and 3B. RGB value is (29,146,59). Sum of RGB (Red+Green+Blue) = 29+146+59=234 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.39% from 234); Green value is 146 (57.42% from 255 or 62.39% from 234); Blue value is 59 (23.44% from 255 or 25.21% from 234); Max value from RGB is 146 - color contains mainly: green. Hex color #1D923B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D923B is #E26DC4. Grayscale: #656565. Windows color (decimal): -14839237 or 3904029. OLE color: 3904029.
HSL color Cylindrical-coordinate representation of color #1D923B: hue angle of 135.38º 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 #1D923B is Cyan = 0.80, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 29 | 146 | 59 | - |
| CMYK | 0.80 | 0 | 0.60 | 0.43 |
| HSL | 135.38º | 0.67% | 0.34% | - |
| HSV(B) | 135.38º | 0.8% | 0.57% | - |
| XYZ | 11.58 | 21.13 | 7.61 | - |
| YUV | 101.1 | 104.24 | 76.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 146 | 59 | 0.80 | 0 | 0.60 | 0.43 | 135.38 | 0.67 | 0.34 |
| Hex | 1D | 92 | 3B | 50 | 0 | 3C | 2B | 87 | 43 | 22 |
| Octal | 35 | 222 | 73 | 120 | 0 | 74 | 53 | 207 | 103 | 42 |
| Binary | 11101 | 10010010 | 111011 | 1010000 | 0 | 111100 | 101011 | 10000111 | 1000011 | 100010 |
Color Harmonies of #1D923B
Complementary color
Monochromatic Colors of #1D923B
Black with #1D923B
Text Example
Text Example
White with #1D923B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D923B; }
p { color: rgb(29,146,59); }
H1.HeaderClassName
{
color: #1D923B;
}
.AnyTagClassName
{
color: #1D923B;
}
</style>
background-color css
<style>
a { background-color: #1D923B; }
a { background-color: rgb(29,146,59); }
div.DivClassName
{
background-color: #1D923B;
}
.BgClassName
{
background-color: #1D923B;
}
</style>
border-color css
<style>
span { border-color: #1D923B; }
span { border-color: rgb(29,146,59); }
td.TdClassName
{
border-color: #1D923B;
}
.TagClassName
{
border-color: #1D923B;
}
</style>