Shades of Elf Green #199277
Tints of Elf Green #199277
RGB
CMYK
RGB Variations
Color information
#199277 (or 0x199277) is known color: Elf Green. HEX triplet: 19, 92 and 77. RGB value is (25,146,119). Sum of RGB (Red+Green+Blue) = 25+146+119=290 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.62% from 290); Green value is 146 (57.42% from 255 or 50.34% from 290); Blue value is 119 (46.88% from 255 or 41.03% from 290); Max value from RGB is 146 - color contains mainly: green. Hex color #199277 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #199277 is #E66D88. Grayscale: #6A6A6A. Windows color (decimal): -15101321 or 7836185. OLE color: 7836185.
HSL color Cylindrical-coordinate representation of color #199277: hue angle of 166.61º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #199277 is Cyan = 0.83, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 25 | 146 | 119 | - |
| CMYK | 0.83 | 0 | 0.18 | 0.43 |
| HSL | 166.61º | 0.71% | 0.34% | - |
| HSV(B) | 166.61º | 0.83% | 0.57% | - |
| XYZ | 14.01 | 22.1 | 20.98 | - |
| YUV | 106.74 | 134.91 | 69.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 146 | 119 | 0.83 | 0 | 0.18 | 0.43 | 166.61 | 0.71 | 0.34 |
| Hex | 19 | 92 | 77 | 53 | 0 | 12 | 2B | A7 | 47 | 22 |
| Octal | 31 | 222 | 167 | 123 | 0 | 22 | 53 | 247 | 107 | 42 |
| Binary | 11001 | 10010010 | 1110111 | 1010011 | 0 | 10010 | 101011 | 10100111 | 1000111 | 100010 |
Color Harmonies of #199277
Complementary color
Monochromatic Colors of #199277
Black with #199277
Text Example
Text Example
White with #199277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199277; }
p { color: rgb(25,146,119); }
H1.HeaderClassName
{
color: #199277;
}
.AnyTagClassName
{
color: #199277;
}
</style>
background-color css
<style>
a { background-color: #199277; }
a { background-color: rgb(25,146,119); }
div.DivClassName
{
background-color: #199277;
}
.BgClassName
{
background-color: #199277;
}
</style>
border-color css
<style>
span { border-color: #199277; }
span { border-color: rgb(25,146,119); }
td.TdClassName
{
border-color: #199277;
}
.TagClassName
{
border-color: #199277;
}
</style>