Shades of Forest Green #27980D
Tints of Forest Green #27980D
RGB
CMYK
RGB Variations
Color information
#27980D (or 0x27980D) is known color: Forest Green. HEX triplet: 27, 98 and 0D. RGB value is (39,152,13). Sum of RGB (Red+Green+Blue) = 39+152+13=204 (27% of max value = 765). Red value is 39 (15.62% from 255 or 19.12% from 204); Green value is 152 (59.77% from 255 or 74.51% from 204); Blue value is 13 (5.47% from 255 or 6.37% from 204); Max value from RGB is 152 - color contains mainly: green. Hex color #27980D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #27980D is #D867F2. Grayscale: #666666. Windows color (decimal): -14182387 or 890919. OLE color: 890919.
HSL color Cylindrical-coordinate representation of color #27980D: hue angle of 108.78º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #27980D is Cyan = 0.74, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 39 | 152 | 13 | - |
| CMYK | 0.74 | 0 | 0.91 | 0.40 |
| HSL | 108.78º | 0.84% | 0.32% | - |
| HSV(B) | 108.78º | 0.91% | 0.6% | - |
| XYZ | 12.14 | 22.92 | 4.16 | - |
| YUV | 102.37 | 77.56 | 82.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 152 | 13 | 0.74 | 0 | 0.91 | 0.40 | 108.78 | 0.84 | 0.32 |
| Hex | 27 | 98 | D | 4A | 0 | 5B | 28 | 6D | 54 | 20 |
| Octal | 47 | 230 | 15 | 112 | 0 | 133 | 50 | 155 | 124 | 40 |
| Binary | 100111 | 10011000 | 1101 | 1001010 | 0 | 1011011 | 101000 | 1101101 | 1010100 | 100000 |
Color Harmonies of #27980D
Complementary color
Monochromatic Colors of #27980D
Black with #27980D
Text Example
Text Example
White with #27980D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27980D; }
p { color: rgb(39,152,13); }
H1.HeaderClassName
{
color: #27980D;
}
.AnyTagClassName
{
color: #27980D;
}
</style>
background-color css
<style>
a { background-color: #27980D; }
a { background-color: rgb(39,152,13); }
div.DivClassName
{
background-color: #27980D;
}
.BgClassName
{
background-color: #27980D;
}
</style>
border-color css
<style>
span { border-color: #27980D; }
span { border-color: rgb(39,152,13); }
td.TdClassName
{
border-color: #27980D;
}
.TagClassName
{
border-color: #27980D;
}
</style>