Shades of Forest Green #2B8F3A
Tints of Forest Green #2B8F3A
RGB
CMYK
RGB Variations
Color information
#2B8F3A (or 0x2B8F3A) is known color: Forest Green. HEX triplet: 2B, 8F and 3A. RGB value is (43,143,58). Sum of RGB (Red+Green+Blue) = 43+143+58=244 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.62% from 244); Green value is 143 (56.25% from 255 or 58.61% from 244); Blue value is 58 (23.05% from 255 or 23.77% from 244); Max value from RGB is 143 - color contains mainly: green. Hex color #2B8F3A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B8F3A is #D470C5. Grayscale: #676767. Windows color (decimal): -13922502 or 3837739. OLE color: 3837739.
HSL color Cylindrical-coordinate representation of color #2B8F3A: hue angle of 129º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B8F3A is Cyan = 0.70, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.44.
Color convert
RGB | 43 | 143 | 58 | - |
CMYK | 0.70 | 0 | 0.59 | 0.44 |
HSL | 129º | 0.54% | 0.36% | - |
HSV(B) | 129º | 0.7% | 0.56% | - |
XYZ | 11.58 | 20.46 | 7.34 | - |
YUV | 103.41 | 102.37 | 84.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 43 | 143 | 58 | 0.70 | 0 | 0.59 | 0.44 | 129 | 0.54 | 0.36 |
Hex | 2B | 8F | 3A | 46 | 0 | 3B | 2C | 81 | 36 | 24 |
Octal | 53 | 217 | 72 | 106 | 0 | 73 | 54 | 201 | 66 | 44 |
Binary | 101011 | 10001111 | 111010 | 1000110 | 0 | 111011 | 101100 | 10000001 | 110110 | 100100 |
Color Harmonies of #2B8F3A
Complementary color
Monochromatic Colors of #2B8F3A
Black with #2B8F3A
Text Example
Text Example
White with #2B8F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8F3A; }
p { color: rgb(43,143,58); }
H1.HeaderClassName
{
color: #2B8F3A;
}
.AnyTagClassName
{
color: #2B8F3A;
}
</style>
background-color css
<style>
a { background-color: #2B8F3A; }
a { background-color: rgb(43,143,58); }
div.DivClassName
{
background-color: #2B8F3A;
}
.BgClassName
{
background-color: #2B8F3A;
}
</style>
border-color css
<style>
span { border-color: #2B8F3A; }
span { border-color: rgb(43,143,58); }
td.TdClassName
{
border-color: #2B8F3A;
}
.TagClassName
{
border-color: #2B8F3A;
}
</style>