Shades of Elf Green #199377
Tints of Elf Green #199377
RGB
CMYK
RGB Variations
Color information
#199377 (or 0x199377) is known color: Elf Green. HEX triplet: 19, 93 and 77. RGB value is (25,147,119). Sum of RGB (Red+Green+Blue) = 25+147+119=291 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.59% from 291); Green value is 147 (57.81% from 255 or 50.52% from 291); Blue value is 119 (46.88% from 255 or 40.89% from 291); Max value from RGB is 147 - color contains mainly: green. Hex color #199377 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #199377 is #E66C88. Grayscale: #6B6B6B. Windows color (decimal): -15101065 or 7836441. OLE color: 7836441.
HSL color Cylindrical-coordinate representation of color #199377: hue angle of 166.23º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #199377 is Cyan = 0.83, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 25 | 147 | 119 | - |
| CMYK | 0.83 | 0 | 0.19 | 0.42 |
| HSL | 166.23º | 0.71% | 0.34% | - |
| HSV(B) | 166.23º | 0.83% | 0.58% | - |
| XYZ | 14.16 | 22.41 | 21.03 | - |
| YUV | 107.33 | 134.58 | 69.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 147 | 119 | 0.83 | 0 | 0.19 | 0.42 | 166.23 | 0.71 | 0.34 |
| Hex | 19 | 93 | 77 | 53 | 0 | 13 | 2A | A6 | 47 | 22 |
| Octal | 31 | 223 | 167 | 123 | 0 | 23 | 52 | 246 | 107 | 42 |
| Binary | 11001 | 10010011 | 1110111 | 1010011 | 0 | 10011 | 101010 | 10100110 | 1000111 | 100010 |
Color Harmonies of #199377
Complementary color
Monochromatic Colors of #199377
Black with #199377
Text Example
Text Example
White with #199377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199377; }
p { color: rgb(25,147,119); }
H1.HeaderClassName
{
color: #199377;
}
.AnyTagClassName
{
color: #199377;
}
</style>
background-color css
<style>
a { background-color: #199377; }
a { background-color: rgb(25,147,119); }
div.DivClassName
{
background-color: #199377;
}
.BgClassName
{
background-color: #199377;
}
</style>
border-color css
<style>
span { border-color: #199377; }
span { border-color: rgb(25,147,119); }
td.TdClassName
{
border-color: #199377;
}
.TagClassName
{
border-color: #199377;
}
</style>