Shades of Elf Green #27947B
Tints of Elf Green #27947B
RGB
CMYK
RGB Variations
Color information
#27947B (or 0x27947B) is known color: Elf Green. HEX triplet: 27, 94 and 7B. RGB value is (39,148,123). Sum of RGB (Red+Green+Blue) = 39+148+123=310 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.58% from 310); Green value is 148 (58.20% from 255 or 47.74% from 310); Blue value is 123 (48.44% from 255 or 39.68% from 310); Max value from RGB is 148 - color contains mainly: green. Hex color #27947B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #27947B is #D86B84. Grayscale: #707070. Windows color (decimal): -14183301 or 8098855. OLE color: 8098855.
HSL color Cylindrical-coordinate representation of color #27947B: hue angle of 166.24º 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 #27947B is Cyan = 0.74, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 39 | 148 | 123 | - |
| CMYK | 0.74 | 0 | 0.17 | 0.42 |
| HSL | 166.24º | 0.58% | 0.37% | - |
| HSV(B) | 166.24º | 0.74% | 0.58% | - |
| XYZ | 15 | 23.04 | 22.4 | - |
| YUV | 112.56 | 133.89 | 75.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 148 | 123 | 0.74 | 0 | 0.17 | 0.42 | 166.24 | 0.58 | 0.37 |
| Hex | 27 | 94 | 7B | 4A | 0 | 11 | 2A | A6 | 3A | 25 |
| Octal | 47 | 224 | 173 | 112 | 0 | 21 | 52 | 246 | 72 | 45 |
| Binary | 100111 | 10010100 | 1111011 | 1001010 | 0 | 10001 | 101010 | 10100110 | 111010 | 100101 |
Color Harmonies of #27947B
Complementary color
Monochromatic Colors of #27947B
Black with #27947B
Text Example
Text Example
White with #27947B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27947B; }
p { color: rgb(39,148,123); }
H1.HeaderClassName
{
color: #27947B;
}
.AnyTagClassName
{
color: #27947B;
}
</style>
background-color css
<style>
a { background-color: #27947B; }
a { background-color: rgb(39,148,123); }
div.DivClassName
{
background-color: #27947B;
}
.BgClassName
{
background-color: #27947B;
}
</style>
border-color css
<style>
span { border-color: #27947B; }
span { border-color: rgb(39,148,123); }
td.TdClassName
{
border-color: #27947B;
}
.TagClassName
{
border-color: #27947B;
}
</style>