Shades of Forest Green #1BAA2D
Tints of Forest Green #1BAA2D
RGB
CMYK
RGB Variations
Color information
#1BAA2D (or 0x1BAA2D) is known color: Forest Green. HEX triplet: 1B, AA and 2D. RGB value is (27,170,45). Sum of RGB (Red+Green+Blue) = 27+170+45=242 (32% of max value = 765). Red value is 27 (10.94% from 255 or 11.16% from 242); Green value is 170 (66.80% from 255 or 70.25% from 242); Blue value is 45 (17.97% from 255 or 18.60% from 242); Max value from RGB is 170 - color contains mainly: green. Hex color #1BAA2D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1BAA2D is #E455D2. Grayscale: #717171. Windows color (decimal): -14964179 or 2992667. OLE color: 2992667.
HSL color Cylindrical-coordinate representation of color #1BAA2D: hue angle of 127.55º 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 #1BAA2D is Cyan = 0.84, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 27 | 170 | 45 | - |
| CMYK | 0.84 | 0 | 0.74 | 0.33 |
| HSL | 127.55º | 0.73% | 0.39% | - |
| HSV(B) | 127.55º | 0.84% | 0.67% | - |
| XYZ | 15.3 | 29.17 | 7.31 | - |
| YUV | 112.99 | 89.62 | 66.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 170 | 45 | 0.84 | 0 | 0.74 | 0.33 | 127.55 | 0.73 | 0.39 |
| Hex | 1B | AA | 2D | 54 | 0 | 4A | 21 | 80 | 49 | 27 |
| Octal | 33 | 252 | 55 | 124 | 0 | 112 | 41 | 200 | 111 | 47 |
| Binary | 11011 | 10101010 | 101101 | 1010100 | 0 | 1001010 | 100001 | 10000000 | 1001001 | 100111 |
Color Harmonies of #1BAA2D
Complementary color
Monochromatic Colors of #1BAA2D
Black with #1BAA2D
Text Example
Text Example
White with #1BAA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BAA2D; }
p { color: rgb(27,170,45); }
H1.HeaderClassName
{
color: #1BAA2D;
}
.AnyTagClassName
{
color: #1BAA2D;
}
</style>
background-color css
<style>
a { background-color: #1BAA2D; }
a { background-color: rgb(27,170,45); }
div.DivClassName
{
background-color: #1BAA2D;
}
.BgClassName
{
background-color: #1BAA2D;
}
</style>
border-color css
<style>
span { border-color: #1BAA2D; }
span { border-color: rgb(27,170,45); }
td.TdClassName
{
border-color: #1BAA2D;
}
.TagClassName
{
border-color: #1BAA2D;
}
</style>