Shades of Forest Green #1D901B
Tints of Forest Green #1D901B
RGB
CMYK
RGB Variations
Color information
#1D901B (or 0x1D901B) is known color: Forest Green. HEX triplet: 1D, 90 and 1B. RGB value is (29,144,27). Sum of RGB (Red+Green+Blue) = 29+144+27=200 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.5% from 200); Green value is 144 (56.64% from 255 or 72% from 200); Blue value is 27 (10.94% from 255 or 13.5% from 200); Max value from RGB is 144 - color contains mainly: green. Hex color #1D901B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D901B is #E26FE4. Grayscale: #606060. Windows color (decimal): -14839781 or 1806365. OLE color: 1806365.
HSL color Cylindrical-coordinate representation of color #1D901B: hue angle of 118.97º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D901B is Cyan = 0.80, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 29 | 144 | 27 | - |
| CMYK | 0.80 | 0 | 0.81 | 0.44 |
| HSL | 118.97º | 0.68% | 0.34% | - |
| HSV(B) | 118.97º | 0.81% | 0.56% | - |
| XYZ | 10.68 | 20.29 | 4.39 | - |
| YUV | 96.28 | 88.9 | 80.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 144 | 27 | 0.80 | 0 | 0.81 | 0.44 | 118.97 | 0.68 | 0.34 |
| Hex | 1D | 90 | 1B | 50 | 0 | 51 | 2C | 77 | 44 | 22 |
| Octal | 35 | 220 | 33 | 120 | 0 | 121 | 54 | 167 | 104 | 42 |
| Binary | 11101 | 10010000 | 11011 | 1010000 | 0 | 1010001 | 101100 | 1110111 | 1000100 | 100010 |
Color Harmonies of #1D901B
Complementary color
Monochromatic Colors of #1D901B
Black with #1D901B
Text Example
Text Example
White with #1D901B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D901B; }
p { color: rgb(29,144,27); }
H1.HeaderClassName
{
color: #1D901B;
}
.AnyTagClassName
{
color: #1D901B;
}
</style>
background-color css
<style>
a { background-color: #1D901B; }
a { background-color: rgb(29,144,27); }
div.DivClassName
{
background-color: #1D901B;
}
.BgClassName
{
background-color: #1D901B;
}
</style>
border-color css
<style>
span { border-color: #1D901B; }
span { border-color: rgb(29,144,27); }
td.TdClassName
{
border-color: #1D901B;
}
.TagClassName
{
border-color: #1D901B;
}
</style>