Shades of Forest Green #2AAF1C
Tints of Forest Green #2AAF1C
RGB
CMYK
RGB Variations
Color information
#2AAF1C (or 0x2AAF1C) is known color: Forest Green. HEX triplet: 2A, AF and 1C. RGB value is (42,175,28). Sum of RGB (Red+Green+Blue) = 42+175+28=245 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.14% from 245); Green value is 175 (68.75% from 255 or 71.43% from 245); Blue value is 28 (11.33% from 255 or 11.43% from 245); Max value from RGB is 175 - color contains mainly: green. Hex color #2AAF1C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AAF1C is #D550E3. Grayscale: #767676. Windows color (decimal): -13979876 or 1879850. OLE color: 1879850.
HSL color Cylindrical-coordinate representation of color #2AAF1C: hue angle of 114.29º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2AAF1C is Cyan = 0.76, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 42 | 175 | 28 | - |
| CMYK | 0.76 | 0 | 0.84 | 0.31 |
| HSL | 114.29º | 0.72% | 0.4% | - |
| HSV(B) | 114.29º | 0.84% | 0.69% | - |
| XYZ | 16.49 | 31.24 | 6.26 | - |
| YUV | 118.48 | 76.94 | 73.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 175 | 28 | 0.76 | 0 | 0.84 | 0.31 | 114.29 | 0.72 | 0.4 |
| Hex | 2A | AF | 1C | 4C | 0 | 54 | 1F | 72 | 48 | 28 |
| Octal | 52 | 257 | 34 | 114 | 0 | 124 | 37 | 162 | 110 | 50 |
| Binary | 101010 | 10101111 | 11100 | 1001100 | 0 | 1010100 | 11111 | 1110010 | 1001000 | 101000 |
Color Harmonies of #2AAF1C
Complementary color
Monochromatic Colors of #2AAF1C
Black with #2AAF1C
Text Example
Text Example
White with #2AAF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAF1C; }
p { color: rgb(42,175,28); }
H1.HeaderClassName
{
color: #2AAF1C;
}
.AnyTagClassName
{
color: #2AAF1C;
}
</style>
background-color css
<style>
a { background-color: #2AAF1C; }
a { background-color: rgb(42,175,28); }
div.DivClassName
{
background-color: #2AAF1C;
}
.BgClassName
{
background-color: #2AAF1C;
}
</style>
border-color css
<style>
span { border-color: #2AAF1C; }
span { border-color: rgb(42,175,28); }
td.TdClassName
{
border-color: #2AAF1C;
}
.TagClassName
{
border-color: #2AAF1C;
}
</style>