Shades of Forest Green #2BAA1D
Tints of Forest Green #2BAA1D
RGB
CMYK
RGB Variations
Color information
#2BAA1D (or 0x2BAA1D) is known color: Forest Green. HEX triplet: 2B, AA and 1D. RGB value is (43,170,29). Sum of RGB (Red+Green+Blue) = 43+170+29=242 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.77% from 242); Green value is 170 (66.80% from 255 or 70.25% from 242); Blue value is 29 (11.72% from 255 or 11.98% from 242); Max value from RGB is 170 - color contains mainly: green. Hex color #2BAA1D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BAA1D is #D455E2. Grayscale: #747474. Windows color (decimal): -13915619 or 1944107. OLE color: 1944107.
HSL color Cylindrical-coordinate representation of color #2BAA1D: hue angle of 114.04º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BAA1D is Cyan = 0.75, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 43 | 170 | 29 | - |
| CMYK | 0.75 | 0 | 0.83 | 0.33 |
| HSL | 114.04º | 0.71% | 0.39% | - |
| HSV(B) | 114.04º | 0.83% | 0.67% | - |
| XYZ | 15.59 | 29.35 | 6.01 | - |
| YUV | 115.95 | 78.92 | 75.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 170 | 29 | 0.75 | 0 | 0.83 | 0.33 | 114.04 | 0.71 | 0.39 |
| Hex | 2B | AA | 1D | 4B | 0 | 53 | 21 | 72 | 47 | 27 |
| Octal | 53 | 252 | 35 | 113 | 0 | 123 | 41 | 162 | 107 | 47 |
| Binary | 101011 | 10101010 | 11101 | 1001011 | 0 | 1010011 | 100001 | 1110010 | 1000111 | 100111 |
Color Harmonies of #2BAA1D
Complementary color
Monochromatic Colors of #2BAA1D
Black with #2BAA1D
Text Example
Text Example
White with #2BAA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAA1D; }
p { color: rgb(43,170,29); }
H1.HeaderClassName
{
color: #2BAA1D;
}
.AnyTagClassName
{
color: #2BAA1D;
}
</style>
background-color css
<style>
a { background-color: #2BAA1D; }
a { background-color: rgb(43,170,29); }
div.DivClassName
{
background-color: #2BAA1D;
}
.BgClassName
{
background-color: #2BAA1D;
}
</style>
border-color css
<style>
span { border-color: #2BAA1D; }
span { border-color: rgb(43,170,29); }
td.TdClassName
{
border-color: #2BAA1D;
}
.TagClassName
{
border-color: #2BAA1D;
}
</style>