Shades of Forest Green #2B8919
Tints of Forest Green #2B8919
RGB
CMYK
RGB Variations
Color information
#2B8919 (or 0x2B8919) is known color: Forest Green. HEX triplet: 2B, 89 and 19. RGB value is (43,137,25). Sum of RGB (Red+Green+Blue) = 43+137+25=205 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.98% from 205); Green value is 137 (53.91% from 255 or 66.83% from 205); Blue value is 25 (10.16% from 255 or 12.20% from 205); Max value from RGB is 137 - color contains mainly: green. Hex color #2B8919 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2B8919 is #D476E6. Grayscale: #606060. Windows color (decimal): -13924071 or 1673515. OLE color: 1673515.
HSL color Cylindrical-coordinate representation of color #2B8919: hue angle of 110.36º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2B8919 is Cyan = 0.69, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 43 | 137 | 25 | - |
| CMYK | 0.69 | 0 | 0.82 | 0.46 |
| HSL | 110.36º | 0.69% | 0.32% | - |
| HSV(B) | 110.36º | 0.82% | 0.54% | - |
| XYZ | 10.12 | 18.48 | 3.95 | - |
| YUV | 96.13 | 87.86 | 90.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 137 | 25 | 0.69 | 0 | 0.82 | 0.46 | 110.36 | 0.69 | 0.32 |
| Hex | 2B | 89 | 19 | 45 | 0 | 52 | 2E | 6E | 45 | 20 |
| Octal | 53 | 211 | 31 | 105 | 0 | 122 | 56 | 156 | 105 | 40 |
| Binary | 101011 | 10001001 | 11001 | 1000101 | 0 | 1010010 | 101110 | 1101110 | 1000101 | 100000 |
Color Harmonies of #2B8919
Complementary color
Monochromatic Colors of #2B8919
Black with #2B8919
Text Example
Text Example
White with #2B8919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8919; }
p { color: rgb(43,137,25); }
H1.HeaderClassName
{
color: #2B8919;
}
.AnyTagClassName
{
color: #2B8919;
}
</style>
background-color css
<style>
a { background-color: #2B8919; }
a { background-color: rgb(43,137,25); }
div.DivClassName
{
background-color: #2B8919;
}
.BgClassName
{
background-color: #2B8919;
}
</style>
border-color css
<style>
span { border-color: #2B8919; }
span { border-color: rgb(43,137,25); }
td.TdClassName
{
border-color: #2B8919;
}
.TagClassName
{
border-color: #2B8919;
}
</style>