Shades of Forest Green #2AAA1B
Tints of Forest Green #2AAA1B
RGB
CMYK
RGB Variations
Color information
#2AAA1B (or 0x2AAA1B) is known color: Forest Green. HEX triplet: 2A, AA and 1B. RGB value is (42,170,27). Sum of RGB (Red+Green+Blue) = 42+170+27=239 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.57% from 239); Green value is 170 (66.80% from 255 or 71.13% from 239); Blue value is 27 (10.94% from 255 or 11.30% from 239); Max value from RGB is 170 - color contains mainly: green. Hex color #2AAA1B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AAA1B is #D555E4. Grayscale: #737373. Windows color (decimal): -13981157 or 1813034. OLE color: 1813034.
HSL color Cylindrical-coordinate representation of color #2AAA1B: hue angle of 113.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 #2AAA1B is Cyan = 0.75, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 170 | 27 | - |
| CMYK | 0.75 | 0 | 0.84 | 0.33 |
| HSL | 113.71º | 0.73% | 0.39% | - |
| HSV(B) | 113.71º | 0.84% | 0.67% | - |
| XYZ | 15.53 | 29.32 | 5.88 | - |
| YUV | 115.43 | 78.09 | 75.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 170 | 27 | 0.75 | 0 | 0.84 | 0.33 | 113.71 | 0.73 | 0.39 |
| Hex | 2A | AA | 1B | 4B | 0 | 54 | 21 | 72 | 49 | 27 |
| Octal | 52 | 252 | 33 | 113 | 0 | 124 | 41 | 162 | 111 | 47 |
| Binary | 101010 | 10101010 | 11011 | 1001011 | 0 | 1010100 | 100001 | 1110010 | 1001001 | 100111 |
Color Harmonies of #2AAA1B
Complementary color
Monochromatic Colors of #2AAA1B
Black with #2AAA1B
Text Example
Text Example
White with #2AAA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAA1B; }
p { color: rgb(42,170,27); }
H1.HeaderClassName
{
color: #2AAA1B;
}
.AnyTagClassName
{
color: #2AAA1B;
}
</style>
background-color css
<style>
a { background-color: #2AAA1B; }
a { background-color: rgb(42,170,27); }
div.DivClassName
{
background-color: #2AAA1B;
}
.BgClassName
{
background-color: #2AAA1B;
}
</style>
border-color css
<style>
span { border-color: #2AAA1B; }
span { border-color: rgb(42,170,27); }
td.TdClassName
{
border-color: #2AAA1B;
}
.TagClassName
{
border-color: #2AAA1B;
}
</style>