Shades of Forest Green #2B8B2B
Tints of Forest Green #2B8B2B
RGB
CMYK
RGB Variations
Color information
#2B8B2B (or 0x2B8B2B) is known color: Forest Green. HEX triplet: 2B, 8B and 2B. RGB value is (43,139,43). Sum of RGB (Red+Green+Blue) = 43+139+43=225 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.11% from 225); Green value is 139 (54.69% from 255 or 61.78% from 225); Blue value is 43 (17.19% from 255 or 19.11% from 225); Max value from RGB is 139 - color contains mainly: green. Hex color #2B8B2B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B8B2B is #D474D4. Grayscale: #636363. Windows color (decimal): -13923541 or 2853675. OLE color: 2853675.
HSL color Cylindrical-coordinate representation of color #2B8B2B: hue angle of 120º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2B8B2B is Cyan = 0.69, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 43 | 139 | 43 | - |
| CMYK | 0.69 | 0 | 0.69 | 0.45 |
| HSL | 120º | 0.53% | 0.36% | - |
| HSV(B) | 120º | 0.69% | 0.55% | - |
| XYZ | 10.66 | 19.15 | 5.42 | - |
| YUV | 99.35 | 96.2 | 87.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 139 | 43 | 0.69 | 0 | 0.69 | 0.45 | 120 | 0.53 | 0.36 |
| Hex | 2B | 8B | 2B | 45 | 0 | 45 | 2D | 78 | 35 | 24 |
| Octal | 53 | 213 | 53 | 105 | 0 | 105 | 55 | 170 | 65 | 44 |
| Binary | 101011 | 10001011 | 101011 | 1000101 | 0 | 1000101 | 101101 | 1111000 | 110101 | 100100 |
Color Harmonies of #2B8B2B
Complementary color
Monochromatic Colors of #2B8B2B
Black with #2B8B2B
Text Example
Text Example
White with #2B8B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8B2B; }
p { color: rgb(43,139,43); }
H1.HeaderClassName
{
color: #2B8B2B;
}
.AnyTagClassName
{
color: #2B8B2B;
}
</style>
background-color css
<style>
a { background-color: #2B8B2B; }
a { background-color: rgb(43,139,43); }
div.DivClassName
{
background-color: #2B8B2B;
}
.BgClassName
{
background-color: #2B8B2B;
}
</style>
border-color css
<style>
span { border-color: #2B8B2B; }
span { border-color: rgb(43,139,43); }
td.TdClassName
{
border-color: #2B8B2B;
}
.TagClassName
{
border-color: #2B8B2B;
}
</style>