Shades of Forest Green #2BAA26
Tints of Forest Green #2BAA26
RGB
CMYK
RGB Variations
Color information
#2BAA26 (or 0x2BAA26) is known color: Forest Green. HEX triplet: 2B, AA and 26. RGB value is (43,170,38). Sum of RGB (Red+Green+Blue) = 43+170+38=251 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.13% from 251); Green value is 170 (66.80% from 255 or 67.73% from 251); Blue value is 38 (15.23% from 255 or 15.14% from 251); Max value from RGB is 170 - color contains mainly: green. Hex color #2BAA26 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BAA26 is #D455D9. Grayscale: #757575. Windows color (decimal): -13915610 or 2533931. OLE color: 2533931.
HSL color Cylindrical-coordinate representation of color #2BAA26: hue angle of 117.73º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2BAA26 is Cyan = 0.75, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 43 | 170 | 38 | - |
| CMYK | 0.75 | 0 | 0.78 | 0.33 |
| HSL | 117.73º | 0.63% | 0.41% | - |
| HSV(B) | 117.73º | 0.78% | 0.67% | - |
| XYZ | 15.72 | 29.4 | 6.68 | - |
| YUV | 116.98 | 83.42 | 75.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 170 | 38 | 0.75 | 0 | 0.78 | 0.33 | 117.73 | 0.63 | 0.41 |
| Hex | 2B | AA | 26 | 4B | 0 | 4E | 21 | 76 | 3F | 29 |
| Octal | 53 | 252 | 46 | 113 | 0 | 116 | 41 | 166 | 77 | 51 |
| Binary | 101011 | 10101010 | 100110 | 1001011 | 0 | 1001110 | 100001 | 1110110 | 111111 | 101001 |
Color Harmonies of #2BAA26
Complementary color
Monochromatic Colors of #2BAA26
Black with #2BAA26
Text Example
Text Example
White with #2BAA26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAA26; }
p { color: rgb(43,170,38); }
H1.HeaderClassName
{
color: #2BAA26;
}
.AnyTagClassName
{
color: #2BAA26;
}
</style>
background-color css
<style>
a { background-color: #2BAA26; }
a { background-color: rgb(43,170,38); }
div.DivClassName
{
background-color: #2BAA26;
}
.BgClassName
{
background-color: #2BAA26;
}
</style>
border-color css
<style>
span { border-color: #2BAA26; }
span { border-color: rgb(43,170,38); }
td.TdClassName
{
border-color: #2BAA26;
}
.TagClassName
{
border-color: #2BAA26;
}
</style>