Shades of Forest Green #2BAA23
Tints of Forest Green #2BAA23
RGB
CMYK
RGB Variations
Color information
#2BAA23 (or 0x2BAA23) is known color: Forest Green. HEX triplet: 2B, AA and 23. RGB value is (43,170,35). Sum of RGB (Red+Green+Blue) = 43+170+35=248 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.34% from 248); Green value is 170 (66.80% from 255 or 68.55% from 248); Blue value is 35 (14.06% from 255 or 14.11% from 248); Max value from RGB is 170 - color contains mainly: green. Hex color #2BAA23 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BAA23 is #D455DC. Grayscale: #757575. Windows color (decimal): -13915613 or 2337323. OLE color: 2337323.
HSL color Cylindrical-coordinate representation of color #2BAA23: hue angle of 116.44º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BAA23 is Cyan = 0.75, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 43 | 170 | 35 | - |
| CMYK | 0.75 | 0 | 0.79 | 0.33 |
| HSL | 116.44º | 0.66% | 0.4% | - |
| HSV(B) | 116.44º | 0.79% | 0.67% | - |
| XYZ | 15.67 | 29.38 | 6.44 | - |
| YUV | 116.64 | 81.92 | 75.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 170 | 35 | 0.75 | 0 | 0.79 | 0.33 | 116.44 | 0.66 | 0.4 |
| Hex | 2B | AA | 23 | 4B | 0 | 4F | 21 | 74 | 42 | 28 |
| Octal | 53 | 252 | 43 | 113 | 0 | 117 | 41 | 164 | 102 | 50 |
| Binary | 101011 | 10101010 | 100011 | 1001011 | 0 | 1001111 | 100001 | 1110100 | 1000010 | 101000 |
Color Harmonies of #2BAA23
Complementary color
Monochromatic Colors of #2BAA23
Black with #2BAA23
Text Example
Text Example
White with #2BAA23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAA23; }
p { color: rgb(43,170,35); }
H1.HeaderClassName
{
color: #2BAA23;
}
.AnyTagClassName
{
color: #2BAA23;
}
</style>
background-color css
<style>
a { background-color: #2BAA23; }
a { background-color: rgb(43,170,35); }
div.DivClassName
{
background-color: #2BAA23;
}
.BgClassName
{
background-color: #2BAA23;
}
</style>
border-color css
<style>
span { border-color: #2BAA23; }
span { border-color: rgb(43,170,35); }
td.TdClassName
{
border-color: #2BAA23;
}
.TagClassName
{
border-color: #2BAA23;
}
</style>