Shades of Elf Green #27966C
Tints of Elf Green #27966C
RGB
CMYK
RGB Variations
Color information
#27966C (or 0x27966C) is known color: Elf Green. HEX triplet: 27, 96 and 6C. RGB value is (39,150,108). Sum of RGB (Red+Green+Blue) = 39+150+108=297 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.13% from 297); Green value is 150 (58.98% from 255 or 50.51% from 297); Blue value is 108 (42.58% from 255 or 36.36% from 297); Max value from RGB is 150 - color contains mainly: green. Hex color #27966C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #27966C is #D86993. Grayscale: #707070. Windows color (decimal): -14182804 or 7116327. OLE color: 7116327.
HSL color Cylindrical-coordinate representation of color #27966C: hue angle of 157.3º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #27966C is Cyan = 0.74, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 39 | 150 | 108 | - |
| CMYK | 0.74 | 0 | 0.28 | 0.41 |
| HSL | 157.3º | 0.59% | 0.37% | - |
| HSV(B) | 157.3º | 0.74% | 0.59% | - |
| XYZ | 14.45 | 23.33 | 17.93 | - |
| YUV | 112.02 | 125.73 | 75.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 150 | 108 | 0.74 | 0 | 0.28 | 0.41 | 157.3 | 0.59 | 0.37 |
| Hex | 27 | 96 | 6C | 4A | 0 | 1C | 29 | 9D | 3B | 25 |
| Octal | 47 | 226 | 154 | 112 | 0 | 34 | 51 | 235 | 73 | 45 |
| Binary | 100111 | 10010110 | 1101100 | 1001010 | 0 | 11100 | 101001 | 10011101 | 111011 | 100101 |
Color Harmonies of #27966C
Complementary color
Monochromatic Colors of #27966C
Black with #27966C
Text Example
Text Example
White with #27966C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27966C; }
p { color: rgb(39,150,108); }
H1.HeaderClassName
{
color: #27966C;
}
.AnyTagClassName
{
color: #27966C;
}
</style>
background-color css
<style>
a { background-color: #27966C; }
a { background-color: rgb(39,150,108); }
div.DivClassName
{
background-color: #27966C;
}
.BgClassName
{
background-color: #27966C;
}
</style>
border-color css
<style>
span { border-color: #27966C; }
span { border-color: rgb(39,150,108); }
td.TdClassName
{
border-color: #27966C;
}
.TagClassName
{
border-color: #27966C;
}
</style>