Shades of Elf Green #27946C
Tints of Elf Green #27946C
RGB
CMYK
RGB Variations
Color information
#27946C (or 0x27946C) is known color: Elf Green. HEX triplet: 27, 94 and 6C. RGB value is (39,148,108). Sum of RGB (Red+Green+Blue) = 39+148+108=295 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.22% from 295); Green value is 148 (58.20% from 255 or 50.17% from 295); Blue value is 108 (42.58% from 255 or 36.61% from 295); Max value from RGB is 148 - color contains mainly: green. Hex color #27946C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #27946C is #D86B93. Grayscale: #6E6E6E. Windows color (decimal): -14183316 or 7115815. OLE color: 7115815.
HSL color Cylindrical-coordinate representation of color #27946C: hue angle of 157.98º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #27946C is Cyan = 0.74, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 39 | 148 | 108 | - |
| CMYK | 0.74 | 0 | 0.27 | 0.42 |
| HSL | 157.98º | 0.58% | 0.37% | - |
| HSV(B) | 157.98º | 0.74% | 0.58% | - |
| XYZ | 14.13 | 22.69 | 17.82 | - |
| YUV | 110.85 | 126.39 | 76.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 148 | 108 | 0.74 | 0 | 0.27 | 0.42 | 157.98 | 0.58 | 0.37 |
| Hex | 27 | 94 | 6C | 4A | 0 | 1B | 2A | 9E | 3A | 25 |
| Octal | 47 | 224 | 154 | 112 | 0 | 33 | 52 | 236 | 72 | 45 |
| Binary | 100111 | 10010100 | 1101100 | 1001010 | 0 | 11011 | 101010 | 10011110 | 111010 | 100101 |
Color Harmonies of #27946C
Complementary color
Monochromatic Colors of #27946C
Black with #27946C
Text Example
Text Example
White with #27946C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27946C; }
p { color: rgb(39,148,108); }
H1.HeaderClassName
{
color: #27946C;
}
.AnyTagClassName
{
color: #27946C;
}
</style>
background-color css
<style>
a { background-color: #27946C; }
a { background-color: rgb(39,148,108); }
div.DivClassName
{
background-color: #27946C;
}
.BgClassName
{
background-color: #27946C;
}
</style>
border-color css
<style>
span { border-color: #27946C; }
span { border-color: rgb(39,148,108); }
td.TdClassName
{
border-color: #27946C;
}
.TagClassName
{
border-color: #27946C;
}
</style>