Shades of Forest Green #1BAA2B
Tints of Forest Green #1BAA2B
RGB
CMYK
RGB Variations
Color information
#1BAA2B (or 0x1BAA2B) is known color: Forest Green. HEX triplet: 1B, AA and 2B. RGB value is (27,170,43). Sum of RGB (Red+Green+Blue) = 27+170+43=240 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.25% from 240); Green value is 170 (66.80% from 255 or 70.83% from 240); Blue value is 43 (17.19% from 255 or 17.92% from 240); Max value from RGB is 170 - color contains mainly: green. Hex color #1BAA2B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1BAA2B is #E455D4. Grayscale: #717171. Windows color (decimal): -14964181 or 2861595. OLE color: 2861595.
HSL color Cylindrical-coordinate representation of color #1BAA2B: hue angle of 126.71º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1BAA2B is Cyan = 0.84, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 27 | 170 | 43 | - |
| CMYK | 0.84 | 0 | 0.75 | 0.33 |
| HSL | 126.71º | 0.73% | 0.39% | - |
| HSV(B) | 126.71º | 0.84% | 0.67% | - |
| XYZ | 15.26 | 29.16 | 7.11 | - |
| YUV | 112.77 | 88.62 | 66.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 170 | 43 | 0.84 | 0 | 0.75 | 0.33 | 126.71 | 0.73 | 0.39 |
| Hex | 1B | AA | 2B | 54 | 0 | 4B | 21 | 7F | 49 | 27 |
| Octal | 33 | 252 | 53 | 124 | 0 | 113 | 41 | 177 | 111 | 47 |
| Binary | 11011 | 10101010 | 101011 | 1010100 | 0 | 1001011 | 100001 | 1111111 | 1001001 | 100111 |
Color Harmonies of #1BAA2B
Complementary color
Monochromatic Colors of #1BAA2B
Black with #1BAA2B
Text Example
Text Example
White with #1BAA2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BAA2B; }
p { color: rgb(27,170,43); }
H1.HeaderClassName
{
color: #1BAA2B;
}
.AnyTagClassName
{
color: #1BAA2B;
}
</style>
background-color css
<style>
a { background-color: #1BAA2B; }
a { background-color: rgb(27,170,43); }
div.DivClassName
{
background-color: #1BAA2B;
}
.BgClassName
{
background-color: #1BAA2B;
}
</style>
border-color css
<style>
span { border-color: #1BAA2B; }
span { border-color: rgb(27,170,43); }
td.TdClassName
{
border-color: #1BAA2B;
}
.TagClassName
{
border-color: #1BAA2B;
}
</style>