Shades of Elf Green #279975
Tints of Elf Green #279975
RGB
CMYK
RGB Variations
Color information
#279975 (or 0x279975) is known color: Elf Green. HEX triplet: 27, 99 and 75. RGB value is (39,153,117). Sum of RGB (Red+Green+Blue) = 39+153+117=309 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.62% from 309); Green value is 153 (60.16% from 255 or 49.51% from 309); Blue value is 117 (46.09% from 255 or 37.86% from 309); Max value from RGB is 153 - color contains mainly: green. Hex color #279975 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #279975 is #D8668A. Grayscale: #727272. Windows color (decimal): -14182027 or 7706919. OLE color: 7706919.
HSL color Cylindrical-coordinate representation of color #279975: hue angle of 161.05º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #279975 is Cyan = 0.75, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 39 | 153 | 117 | - |
| CMYK | 0.75 | 0 | 0.24 | 0.4 |
| HSL | 161.05º | 0.59% | 0.38% | - |
| HSV(B) | 161.05º | 0.75% | 0.6% | - |
| XYZ | 15.44 | 24.5 | 20.74 | - |
| YUV | 114.81 | 129.23 | 73.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 153 | 117 | 0.75 | 0 | 0.24 | 0.4 | 161.05 | 0.59 | 0.38 |
| Hex | 27 | 99 | 75 | 4B | 0 | 18 | 28 | A1 | 3B | 26 |
| Octal | 47 | 231 | 165 | 113 | 0 | 30 | 50 | 241 | 73 | 46 |
| Binary | 100111 | 10011001 | 1110101 | 1001011 | 0 | 11000 | 101000 | 10100001 | 111011 | 100110 |
Color Harmonies of #279975
Complementary color
Monochromatic Colors of #279975
Black with #279975
Text Example
Text Example
White with #279975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #279975; }
p { color: rgb(39,153,117); }
H1.HeaderClassName
{
color: #279975;
}
.AnyTagClassName
{
color: #279975;
}
</style>
background-color css
<style>
a { background-color: #279975; }
a { background-color: rgb(39,153,117); }
div.DivClassName
{
background-color: #279975;
}
.BgClassName
{
background-color: #279975;
}
</style>
border-color css
<style>
span { border-color: #279975; }
span { border-color: rgb(39,153,117); }
td.TdClassName
{
border-color: #279975;
}
.TagClassName
{
border-color: #279975;
}
</style>