Shades of Elf Green #27866D
Tints of Elf Green #27866D
RGB
CMYK
RGB Variations
Color information
#27866D (or 0x27866D) is known color: Elf Green. HEX triplet: 27, 86 and 6D. RGB value is (39,134,109). Sum of RGB (Red+Green+Blue) = 39+134+109=282 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.83% from 282); Green value is 134 (52.73% from 255 or 47.52% from 282); Blue value is 109 (42.97% from 255 or 38.65% from 282); Max value from RGB is 134 - color contains mainly: green. Hex color #27866D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #27866D is #D87992. Grayscale: #666666. Windows color (decimal): -14186899 or 7177767. OLE color: 7177767.
HSL color Cylindrical-coordinate representation of color #27866D: hue angle of 164.21º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #27866D is Cyan = 0.71, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 39 | 134 | 109 | - |
| CMYK | 0.71 | 0 | 0.19 | 0.47 |
| HSL | 164.21º | 0.55% | 0.34% | - |
| HSV(B) | 164.21º | 0.71% | 0.53% | - |
| XYZ | 12.12 | 18.59 | 17.42 | - |
| YUV | 102.75 | 131.53 | 82.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 134 | 109 | 0.71 | 0 | 0.19 | 0.47 | 164.21 | 0.55 | 0.34 |
| Hex | 27 | 86 | 6D | 47 | 0 | 13 | 2F | A4 | 37 | 22 |
| Octal | 47 | 206 | 155 | 107 | 0 | 23 | 57 | 244 | 67 | 42 |
| Binary | 100111 | 10000110 | 1101101 | 1000111 | 0 | 10011 | 101111 | 10100100 | 110111 | 100010 |
Color Harmonies of #27866D
Complementary color
Monochromatic Colors of #27866D
Black with #27866D
Text Example
Text Example
White with #27866D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27866D; }
p { color: rgb(39,134,109); }
H1.HeaderClassName
{
color: #27866D;
}
.AnyTagClassName
{
color: #27866D;
}
</style>
background-color css
<style>
a { background-color: #27866D; }
a { background-color: rgb(39,134,109); }
div.DivClassName
{
background-color: #27866D;
}
.BgClassName
{
background-color: #27866D;
}
</style>
border-color css
<style>
span { border-color: #27866D; }
span { border-color: rgb(39,134,109); }
td.TdClassName
{
border-color: #27866D;
}
.TagClassName
{
border-color: #27866D;
}
</style>