Shades of Forest Green #2A7F28
Tints of Forest Green #2A7F28
RGB
CMYK
RGB Variations
Color information
#2A7F28 (or 0x2A7F28) is known color: Forest Green. HEX triplet: 2A, 7F and 28. RGB value is (42,127,40). Sum of RGB (Red+Green+Blue) = 42+127+40=209 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.10% from 209); Green value is 127 (50% from 255 or 60.77% from 209); Blue value is 40 (16.02% from 255 or 19.14% from 209); Max value from RGB is 127 - color contains mainly: green. Hex color #2A7F28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A7F28 is #D580D7. Grayscale: #5B5B5B. Windows color (decimal): -13992152 or 2653994. OLE color: 2653994.
HSL color Cylindrical-coordinate representation of color #2A7F28: hue angle of 118.62º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2A7F28 is Cyan = 0.67, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 42 | 127 | 40 | - |
| CMYK | 0.67 | 0 | 0.69 | 0.50 |
| HSL | 118.62º | 0.52% | 0.33% | - |
| HSV(B) | 118.62º | 0.69% | 0.5% | - |
| XYZ | 8.93 | 15.82 | 4.59 | - |
| YUV | 91.67 | 98.84 | 92.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 127 | 40 | 0.67 | 0 | 0.69 | 0.50 | 118.62 | 0.52 | 0.33 |
| Hex | 2A | 7F | 28 | 43 | 0 | 45 | 32 | 77 | 34 | 21 |
| Octal | 52 | 177 | 50 | 103 | 0 | 105 | 62 | 167 | 64 | 41 |
| Binary | 101010 | 1111111 | 101000 | 1000011 | 0 | 1000101 | 110010 | 1110111 | 110100 | 100001 |
Color Harmonies of #2A7F28
Complementary color
Monochromatic Colors of #2A7F28
Black with #2A7F28
Text Example
Text Example
White with #2A7F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A7F28; }
p { color: rgb(42,127,40); }
H1.HeaderClassName
{
color: #2A7F28;
}
.AnyTagClassName
{
color: #2A7F28;
}
</style>
background-color css
<style>
a { background-color: #2A7F28; }
a { background-color: rgb(42,127,40); }
div.DivClassName
{
background-color: #2A7F28;
}
.BgClassName
{
background-color: #2A7F28;
}
</style>
border-color css
<style>
span { border-color: #2A7F28; }
span { border-color: rgb(42,127,40); }
td.TdClassName
{
border-color: #2A7F28;
}
.TagClassName
{
border-color: #2A7F28;
}
</style>