Shades of Forest Green #2A9027
Tints of Forest Green #2A9027
RGB
CMYK
RGB Variations
Color information
#2A9027 (or 0x2A9027) is known color: Forest Green. HEX triplet: 2A, 90 and 27. RGB value is (42,144,39). Sum of RGB (Red+Green+Blue) = 42+144+39=225 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.67% from 225); Green value is 144 (56.64% from 255 or 64% from 225); Blue value is 39 (15.62% from 255 or 17.33% from 225); Max value from RGB is 144 - color contains mainly: green. Hex color #2A9027 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A9027 is #D56FD8. Grayscale: #656565. Windows color (decimal): -13987801 or 2592810. OLE color: 2592810.
HSL color Cylindrical-coordinate representation of color #2A9027: hue angle of 118.29º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A9027 is Cyan = 0.71, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 42 | 144 | 39 | - |
| CMYK | 0.71 | 0 | 0.73 | 0.44 |
| HSL | 118.29º | 0.57% | 0.36% | - |
| HSV(B) | 118.29º | 0.73% | 0.56% | - |
| XYZ | 11.29 | 20.59 | 5.3 | - |
| YUV | 101.53 | 92.71 | 85.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 144 | 39 | 0.71 | 0 | 0.73 | 0.44 | 118.29 | 0.57 | 0.36 |
| Hex | 2A | 90 | 27 | 47 | 0 | 49 | 2C | 76 | 39 | 24 |
| Octal | 52 | 220 | 47 | 107 | 0 | 111 | 54 | 166 | 71 | 44 |
| Binary | 101010 | 10010000 | 100111 | 1000111 | 0 | 1001001 | 101100 | 1110110 | 111001 | 100100 |
Color Harmonies of #2A9027
Complementary color
Monochromatic Colors of #2A9027
Black with #2A9027
Text Example
Text Example
White with #2A9027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A9027; }
p { color: rgb(42,144,39); }
H1.HeaderClassName
{
color: #2A9027;
}
.AnyTagClassName
{
color: #2A9027;
}
</style>
background-color css
<style>
a { background-color: #2A9027; }
a { background-color: rgb(42,144,39); }
div.DivClassName
{
background-color: #2A9027;
}
.BgClassName
{
background-color: #2A9027;
}
</style>
border-color css
<style>
span { border-color: #2A9027; }
span { border-color: rgb(42,144,39); }
td.TdClassName
{
border-color: #2A9027;
}
.TagClassName
{
border-color: #2A9027;
}
</style>