Shades of Forest Green #278020
Tints of Forest Green #278020
RGB
CMYK
RGB Variations
Color information
#278020 (or 0x278020) is known color: Forest Green. HEX triplet: 27, 80 and 20. RGB value is (39,128,32). Sum of RGB (Red+Green+Blue) = 39+128+32=199 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.60% from 199); Green value is 128 (50.39% from 255 or 64.32% from 199); Blue value is 32 (12.89% from 255 or 16.08% from 199); Max value from RGB is 128 - color contains mainly: green. Hex color #278020 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #278020 is #D87FDF. Grayscale: #5A5A5A. Windows color (decimal): -14188512 or 2129959. OLE color: 2129959.
HSL color Cylindrical-coordinate representation of color #278020: hue angle of 115.62º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #278020 is Cyan = 0.70, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 39 | 128 | 32 | - |
| CMYK | 0.70 | 0 | 0.75 | 0.50 |
| HSL | 115.63º | 0.6% | 0.31% | - |
| HSV(B) | 115.63º | 0.75% | 0.5% | - |
| XYZ | 8.82 | 15.97 | 3.99 | - |
| YUV | 90.45 | 95.01 | 91.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 128 | 32 | 0.70 | 0 | 0.75 | 0.50 | 115.63 | 0.6 | 0.31 |
| Hex | 27 | 80 | 20 | 46 | 0 | 4B | 32 | 74 | 3C | 1F |
| Octal | 47 | 200 | 40 | 106 | 0 | 113 | 62 | 164 | 74 | 37 |
| Binary | 100111 | 10000000 | 100000 | 1000110 | 0 | 1001011 | 110010 | 1110100 | 111100 | 11111 |
Color Harmonies of #278020
Complementary color
Monochromatic Colors of #278020
Black with #278020
Text Example
Text Example
White with #278020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #278020; }
p { color: rgb(39,128,32); }
H1.HeaderClassName
{
color: #278020;
}
.AnyTagClassName
{
color: #278020;
}
</style>
background-color css
<style>
a { background-color: #278020; }
a { background-color: rgb(39,128,32); }
div.DivClassName
{
background-color: #278020;
}
.BgClassName
{
background-color: #278020;
}
</style>
border-color css
<style>
span { border-color: #278020; }
span { border-color: rgb(39,128,32); }
td.TdClassName
{
border-color: #278020;
}
.TagClassName
{
border-color: #278020;
}
</style>