Shades of Elf Green #27846D
Tints of Elf Green #27846D
RGB
CMYK
RGB Variations
Color information
#27846D (or 0x27846D) is known color: Elf Green. HEX triplet: 27, 84 and 6D. RGB value is (39,132,109). Sum of RGB (Red+Green+Blue) = 39+132+109=280 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.93% from 280); Green value is 132 (51.95% from 255 or 47.14% from 280); Blue value is 109 (42.97% from 255 or 38.93% from 280); Max value from RGB is 132 - color contains mainly: green. Hex color #27846D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #27846D is #D87B92. Grayscale: #656565. Windows color (decimal): -14187411 or 7177255. OLE color: 7177255.
HSL color Cylindrical-coordinate representation of color #27846D: hue angle of 165.16º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #27846D is Cyan = 0.70, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 39 | 132 | 109 | - |
| CMYK | 0.70 | 0 | 0.17 | 0.48 |
| HSL | 165.16º | 0.54% | 0.34% | - |
| HSV(B) | 165.16º | 0.7% | 0.52% | - |
| XYZ | 11.85 | 18.04 | 17.33 | - |
| YUV | 101.57 | 132.19 | 83.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 132 | 109 | 0.70 | 0 | 0.17 | 0.48 | 165.16 | 0.54 | 0.34 |
| Hex | 27 | 84 | 6D | 46 | 0 | 11 | 30 | A5 | 36 | 22 |
| Octal | 47 | 204 | 155 | 106 | 0 | 21 | 60 | 245 | 66 | 42 |
| Binary | 100111 | 10000100 | 1101101 | 1000110 | 0 | 10001 | 110000 | 10100101 | 110110 | 100010 |
Color Harmonies of #27846D
Complementary color
Monochromatic Colors of #27846D
Black with #27846D
Text Example
Text Example
White with #27846D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27846D; }
p { color: rgb(39,132,109); }
H1.HeaderClassName
{
color: #27846D;
}
.AnyTagClassName
{
color: #27846D;
}
</style>
background-color css
<style>
a { background-color: #27846D; }
a { background-color: rgb(39,132,109); }
div.DivClassName
{
background-color: #27846D;
}
.BgClassName
{
background-color: #27846D;
}
</style>
border-color css
<style>
span { border-color: #27846D; }
span { border-color: rgb(39,132,109); }
td.TdClassName
{
border-color: #27846D;
}
.TagClassName
{
border-color: #27846D;
}
</style>