Shades of Forest Green #27980F
Tints of Forest Green #27980F
RGB
CMYK
RGB Variations
Color information
#27980F (or 0x27980F) is known color: Forest Green. HEX triplet: 27, 98 and 0F. RGB value is (39,152,15). Sum of RGB (Red+Green+Blue) = 39+152+15=206 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.93% from 206); Green value is 152 (59.77% from 255 or 73.79% from 206); Blue value is 15 (6.25% from 255 or 7.28% from 206); Max value from RGB is 152 - color contains mainly: green. Hex color #27980F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #27980F is #D867F0. Grayscale: #676767. Windows color (decimal): -14182385 or 1021991. OLE color: 1021991.
HSL color Cylindrical-coordinate representation of color #27980F: hue angle of 109.49º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #27980F is Cyan = 0.74, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 39 | 152 | 15 | - |
| CMYK | 0.74 | 0 | 0.90 | 0.40 |
| HSL | 109.49º | 0.82% | 0.33% | - |
| HSV(B) | 109.49º | 0.9% | 0.6% | - |
| XYZ | 12.15 | 22.92 | 4.24 | - |
| YUV | 102.6 | 78.56 | 82.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 152 | 15 | 0.74 | 0 | 0.90 | 0.40 | 109.49 | 0.82 | 0.33 |
| Hex | 27 | 98 | F | 4A | 0 | 5A | 28 | 6D | 52 | 21 |
| Octal | 47 | 230 | 17 | 112 | 0 | 132 | 50 | 155 | 122 | 41 |
| Binary | 100111 | 10011000 | 1111 | 1001010 | 0 | 1011010 | 101000 | 1101101 | 1010010 | 100001 |
Color Harmonies of #27980F
Complementary color
Monochromatic Colors of #27980F
Black with #27980F
Text Example
Text Example
White with #27980F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27980F; }
p { color: rgb(39,152,15); }
H1.HeaderClassName
{
color: #27980F;
}
.AnyTagClassName
{
color: #27980F;
}
</style>
background-color css
<style>
a { background-color: #27980F; }
a { background-color: rgb(39,152,15); }
div.DivClassName
{
background-color: #27980F;
}
.BgClassName
{
background-color: #27980F;
}
</style>
border-color css
<style>
span { border-color: #27980F; }
span { border-color: rgb(39,152,15); }
td.TdClassName
{
border-color: #27980F;
}
.TagClassName
{
border-color: #27980F;
}
</style>