Shades of Elf Green #279D72
Tints of Elf Green #279D72
RGB
CMYK
RGB Variations
Color information
#279D72 (or 0x279D72) is known color: Elf Green. HEX triplet: 27, 9D and 72. RGB value is (39,157,114). Sum of RGB (Red+Green+Blue) = 39+157+114=310 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.58% from 310); Green value is 157 (61.72% from 255 or 50.65% from 310); Blue value is 114 (44.92% from 255 or 36.77% from 310); Max value from RGB is 157 - color contains mainly: green. Hex color #279D72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #279D72 is #D8628D. Grayscale: #747474. Windows color (decimal): -14181006 or 7511335. OLE color: 7511335.
HSL color Cylindrical-coordinate representation of color #279D72: hue angle of 158.14º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #279D72 is Cyan = 0.75, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 39 | 157 | 114 | - |
| CMYK | 0.75 | 0 | 0.27 | 0.38 |
| HSL | 158.14º | 0.6% | 0.38% | - |
| HSV(B) | 158.14º | 0.75% | 0.62% | - |
| XYZ | 15.93 | 25.76 | 20.05 | - |
| YUV | 116.82 | 126.41 | 72.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 157 | 114 | 0.75 | 0 | 0.27 | 0.38 | 158.14 | 0.6 | 0.38 |
| Hex | 27 | 9D | 72 | 4B | 0 | 1B | 26 | 9E | 3C | 26 |
| Octal | 47 | 235 | 162 | 113 | 0 | 33 | 46 | 236 | 74 | 46 |
| Binary | 100111 | 10011101 | 1110010 | 1001011 | 0 | 11011 | 100110 | 10011110 | 111100 | 100110 |
Color Harmonies of #279D72
Complementary color
Monochromatic Colors of #279D72
Black with #279D72
Text Example
Text Example
White with #279D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #279D72; }
p { color: rgb(39,157,114); }
H1.HeaderClassName
{
color: #279D72;
}
.AnyTagClassName
{
color: #279D72;
}
</style>
background-color css
<style>
a { background-color: #279D72; }
a { background-color: rgb(39,157,114); }
div.DivClassName
{
background-color: #279D72;
}
.BgClassName
{
background-color: #279D72;
}
</style>
border-color css
<style>
span { border-color: #279D72; }
span { border-color: rgb(39,157,114); }
td.TdClassName
{
border-color: #279D72;
}
.TagClassName
{
border-color: #279D72;
}
</style>