Shades of Forest Green #1D9930
Tints of Forest Green #1D9930
RGB
CMYK
RGB Variations
Color information
#1D9930 (or 0x1D9930) is known color: Forest Green. HEX triplet: 1D, 99 and 30. RGB value is (29,153,48). Sum of RGB (Red+Green+Blue) = 29+153+48=230 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.61% from 230); Green value is 153 (60.16% from 255 or 66.52% from 230); Blue value is 48 (19.14% from 255 or 20.87% from 230); Max value from RGB is 153 - color contains mainly: green. Hex color #1D9930 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D9930 is #E266CF. Grayscale: #686868. Windows color (decimal): -14837456 or 3184925. OLE color: 3184925.
HSL color Cylindrical-coordinate representation of color #1D9930: hue angle of 129.19º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D9930 is Cyan = 0.81, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 29 | 153 | 48 | - |
| CMYK | 0.81 | 0 | 0.69 | 0.4 |
| HSL | 129.19º | 0.68% | 0.36% | - |
| HSV(B) | 129.19º | 0.81% | 0.6% | - |
| XYZ | 12.43 | 23.26 | 6.63 | - |
| YUV | 103.95 | 96.42 | 74.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 153 | 48 | 0.81 | 0 | 0.69 | 0.4 | 129.19 | 0.68 | 0.36 |
| Hex | 1D | 99 | 30 | 51 | 0 | 45 | 28 | 81 | 44 | 24 |
| Octal | 35 | 231 | 60 | 121 | 0 | 105 | 50 | 201 | 104 | 44 |
| Binary | 11101 | 10011001 | 110000 | 1010001 | 0 | 1000101 | 101000 | 10000001 | 1000100 | 100100 |
Color Harmonies of #1D9930
Complementary color
Monochromatic Colors of #1D9930
Black with #1D9930
Text Example
Text Example
White with #1D9930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D9930; }
p { color: rgb(29,153,48); }
H1.HeaderClassName
{
color: #1D9930;
}
.AnyTagClassName
{
color: #1D9930;
}
</style>
background-color css
<style>
a { background-color: #1D9930; }
a { background-color: rgb(29,153,48); }
div.DivClassName
{
background-color: #1D9930;
}
.BgClassName
{
background-color: #1D9930;
}
</style>
border-color css
<style>
span { border-color: #1D9930; }
span { border-color: rgb(29,153,48); }
td.TdClassName
{
border-color: #1D9930;
}
.TagClassName
{
border-color: #1D9930;
}
</style>