Shades of Forest Green #2D901B
Tints of Forest Green #2D901B
RGB
CMYK
RGB Variations
Color information
#2D901B (or 0x2D901B) is known color: Forest Green. HEX triplet: 2D, 90 and 1B. RGB value is (45,144,27). Sum of RGB (Red+Green+Blue) = 45+144+27=216 (28% of max value = 765). Red value is 45 (17.97% from 255 or 20.83% from 216); Green value is 144 (56.64% from 255 or 66.67% from 216); Blue value is 27 (10.94% from 255 or 12.5% from 216); Max value from RGB is 144 - color contains mainly: green. Hex color #2D901B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D901B is #D26FE4. Grayscale: #656565. Windows color (decimal): -13791205 or 1806381. OLE color: 1806381.
HSL color Cylindrical-coordinate representation of color #2D901B: hue angle of 110.77º 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 #2D901B is Cyan = 0.69, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 45 | 144 | 27 | - |
| CMYK | 0.69 | 0 | 0.81 | 0.44 |
| HSL | 110.77º | 0.68% | 0.34% | - |
| HSV(B) | 110.77º | 0.81% | 0.56% | - |
| XYZ | 11.25 | 20.58 | 4.42 | - |
| YUV | 101.06 | 86.2 | 88.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 144 | 27 | 0.69 | 0 | 0.81 | 0.44 | 110.77 | 0.68 | 0.34 |
| Hex | 2D | 90 | 1B | 45 | 0 | 51 | 2C | 6F | 44 | 22 |
| Octal | 55 | 220 | 33 | 105 | 0 | 121 | 54 | 157 | 104 | 42 |
| Binary | 101101 | 10010000 | 11011 | 1000101 | 0 | 1010001 | 101100 | 1101111 | 1000100 | 100010 |
Color Harmonies of #2D901B
Complementary color
Monochromatic Colors of #2D901B
Black with #2D901B
Text Example
Text Example
White with #2D901B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D901B; }
p { color: rgb(45,144,27); }
H1.HeaderClassName
{
color: #2D901B;
}
.AnyTagClassName
{
color: #2D901B;
}
</style>
background-color css
<style>
a { background-color: #2D901B; }
a { background-color: rgb(45,144,27); }
div.DivClassName
{
background-color: #2D901B;
}
.BgClassName
{
background-color: #2D901B;
}
</style>
border-color css
<style>
span { border-color: #2D901B; }
span { border-color: rgb(45,144,27); }
td.TdClassName
{
border-color: #2D901B;
}
.TagClassName
{
border-color: #2D901B;
}
</style>