Shades of Forest Green #27860D
Tints of Forest Green #27860D
RGB
CMYK
RGB Variations
Color information
#27860D (or 0x27860D) is known color: Forest Green. HEX triplet: 27, 86 and 0D. RGB value is (39,134,13). Sum of RGB (Red+Green+Blue) = 39+134+13=186 (24% of max value = 765). Red value is 39 (15.62% from 255 or 20.97% from 186); Green value is 134 (52.73% from 255 or 72.04% from 186); Blue value is 13 (5.47% from 255 or 6.99% from 186); Max value from RGB is 134 - color contains mainly: green. Hex color #27860D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #27860D is #D879F2. Grayscale: #5C5C5C. Windows color (decimal): -14186995 or 886311. OLE color: 886311.
HSL color Cylindrical-coordinate representation of color #27860D: hue angle of 107.11º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #27860D is Cyan = 0.71, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 39 | 134 | 13 | - |
| CMYK | 0.71 | 0 | 0.90 | 0.47 |
| HSL | 107.11º | 0.82% | 0.29% | - |
| HSV(B) | 107.11º | 0.9% | 0.53% | - |
| XYZ | 9.43 | 17.51 | 3.26 | - |
| YUV | 91.8 | 83.53 | 90.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 134 | 13 | 0.71 | 0 | 0.90 | 0.47 | 107.11 | 0.82 | 0.29 |
| Hex | 27 | 86 | D | 47 | 0 | 5A | 2F | 6B | 52 | 1D |
| Octal | 47 | 206 | 15 | 107 | 0 | 132 | 57 | 153 | 122 | 35 |
| Binary | 100111 | 10000110 | 1101 | 1000111 | 0 | 1011010 | 101111 | 1101011 | 1010010 | 11101 |
Color Harmonies of #27860D
Complementary color
Monochromatic Colors of #27860D
Black with #27860D
Text Example
Text Example
White with #27860D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27860D; }
p { color: rgb(39,134,13); }
H1.HeaderClassName
{
color: #27860D;
}
.AnyTagClassName
{
color: #27860D;
}
</style>
background-color css
<style>
a { background-color: #27860D; }
a { background-color: rgb(39,134,13); }
div.DivClassName
{
background-color: #27860D;
}
.BgClassName
{
background-color: #27860D;
}
</style>
border-color css
<style>
span { border-color: #27860D; }
span { border-color: rgb(39,134,13); }
td.TdClassName
{
border-color: #27860D;
}
.TagClassName
{
border-color: #27860D;
}
</style>