Shades of Forest Green #27861C
Tints of Forest Green #27861C
RGB
CMYK
RGB Variations
Color information
#27861C (or 0x27861C) is known color: Forest Green. HEX triplet: 27, 86 and 1C. RGB value is (39,134,28). Sum of RGB (Red+Green+Blue) = 39+134+28=201 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.40% from 201); Green value is 134 (52.73% from 255 or 66.67% from 201); Blue value is 28 (11.33% from 255 or 13.93% from 201); Max value from RGB is 134 - color contains mainly: green. Hex color #27861C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #27861C is #D879E3. Grayscale: #5D5D5D. Windows color (decimal): -14186980 or 1869351. OLE color: 1869351.
HSL color Cylindrical-coordinate representation of color #27861C: hue angle of 113.77º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #27861C is Cyan = 0.71, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 39 | 134 | 28 | - |
| CMYK | 0.71 | 0 | 0.79 | 0.47 |
| HSL | 113.77º | 0.65% | 0.32% | - |
| HSV(B) | 113.77º | 0.79% | 0.53% | - |
| XYZ | 9.57 | 17.57 | 3.98 | - |
| YUV | 93.51 | 91.03 | 89.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 134 | 28 | 0.71 | 0 | 0.79 | 0.47 | 113.77 | 0.65 | 0.32 |
| Hex | 27 | 86 | 1C | 47 | 0 | 4F | 2F | 72 | 41 | 20 |
| Octal | 47 | 206 | 34 | 107 | 0 | 117 | 57 | 162 | 101 | 40 |
| Binary | 100111 | 10000110 | 11100 | 1000111 | 0 | 1001111 | 101111 | 1110010 | 1000001 | 100000 |
Color Harmonies of #27861C
Complementary color
Monochromatic Colors of #27861C
Black with #27861C
Text Example
Text Example
White with #27861C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27861C; }
p { color: rgb(39,134,28); }
H1.HeaderClassName
{
color: #27861C;
}
.AnyTagClassName
{
color: #27861C;
}
</style>
background-color css
<style>
a { background-color: #27861C; }
a { background-color: rgb(39,134,28); }
div.DivClassName
{
background-color: #27861C;
}
.BgClassName
{
background-color: #27861C;
}
</style>
border-color css
<style>
span { border-color: #27861C; }
span { border-color: rgb(39,134,28); }
td.TdClassName
{
border-color: #27861C;
}
.TagClassName
{
border-color: #27861C;
}
</style>