Shades of Forest Green #2B8F01
Tints of Forest Green #2B8F01
RGB
CMYK
RGB Variations
Color information
#2B8F01 (or 0x2B8F01) is known color: Forest Green. HEX triplet: 2B, 8F and 01. RGB value is (43,143,1). Sum of RGB (Red+Green+Blue) = 43+143+1=187 (24% of max value = 765). Red value is 43 (17.19% from 255 or 22.99% from 187); Green value is 143 (56.25% from 255 or 76.47% from 187); Blue value is 1 (0.78% from 255 or 0.53% from 187); Max value from RGB is 143 - color contains mainly: green. Hex color #2B8F01 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2B8F01 is #D470FE. Grayscale: #616161. Windows color (decimal): -13922559 or 102187. OLE color: 102187.
HSL color Cylindrical-coordinate representation of color #2B8F01: hue angle of 102.25º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2B8F01 is Cyan = 0.70, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 43 | 143 | 1 | - |
| CMYK | 0.70 | 0 | 0.99 | 0.44 |
| HSL | 102.25º | 0.99% | 0.28% | - |
| HSV(B) | 102.25º | 0.99% | 0.56% | - |
| XYZ | 10.82 | 20.16 | 3.35 | - |
| YUV | 96.91 | 73.87 | 89.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 143 | 1 | 0.70 | 0 | 0.99 | 0.44 | 102.25 | 0.99 | 0.28 |
| Hex | 2B | 8F | 1 | 46 | 0 | 63 | 2C | 66 | 63 | 1C |
| Octal | 53 | 217 | 1 | 106 | 0 | 143 | 54 | 146 | 143 | 34 |
| Binary | 101011 | 10001111 | 1 | 1000110 | 0 | 1100011 | 101100 | 1100110 | 1100011 | 11100 |
Color Harmonies of #2B8F01
Complementary color
Monochromatic Colors of #2B8F01
Black with #2B8F01
Text Example
Text Example
White with #2B8F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8F01; }
p { color: rgb(43,143,1); }
H1.HeaderClassName
{
color: #2B8F01;
}
.AnyTagClassName
{
color: #2B8F01;
}
</style>
background-color css
<style>
a { background-color: #2B8F01; }
a { background-color: rgb(43,143,1); }
div.DivClassName
{
background-color: #2B8F01;
}
.BgClassName
{
background-color: #2B8F01;
}
</style>
border-color css
<style>
span { border-color: #2B8F01; }
span { border-color: rgb(43,143,1); }
td.TdClassName
{
border-color: #2B8F01;
}
.TagClassName
{
border-color: #2B8F01;
}
</style>