Shades of Elf Green #199376
Tints of Elf Green #199376
RGB
CMYK
RGB Variations
Color information
#199376 (or 0x199376) is known color: Elf Green. HEX triplet: 19, 93 and 76. RGB value is (25,147,118). Sum of RGB (Red+Green+Blue) = 25+147+118=290 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.62% from 290); Green value is 147 (57.81% from 255 or 50.69% from 290); Blue value is 118 (46.48% from 255 or 40.69% from 290); Max value from RGB is 147 - color contains mainly: green. Hex color #199376 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #199376 is #E66C89. Grayscale: #6B6B6B. Windows color (decimal): -15101066 or 7770905. OLE color: 7770905.
HSL color Cylindrical-coordinate representation of color #199376: hue angle of 165.74º 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 #199376 is Cyan = 0.83, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 25 | 147 | 118 | - |
| CMYK | 0.83 | 0 | 0.20 | 0.42 |
| HSL | 165.74º | 0.71% | 0.34% | - |
| HSV(B) | 165.74º | 0.83% | 0.58% | - |
| XYZ | 14.1 | 22.38 | 20.72 | - |
| YUV | 107.22 | 134.08 | 69.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 147 | 118 | 0.83 | 0 | 0.20 | 0.42 | 165.74 | 0.71 | 0.34 |
| Hex | 19 | 93 | 76 | 53 | 0 | 14 | 2A | A6 | 47 | 22 |
| Octal | 31 | 223 | 166 | 123 | 0 | 24 | 52 | 246 | 107 | 42 |
| Binary | 11001 | 10010011 | 1110110 | 1010011 | 0 | 10100 | 101010 | 10100110 | 1000111 | 100010 |
Color Harmonies of #199376
Complementary color
Monochromatic Colors of #199376
Black with #199376
Text Example
Text Example
White with #199376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199376; }
p { color: rgb(25,147,118); }
H1.HeaderClassName
{
color: #199376;
}
.AnyTagClassName
{
color: #199376;
}
</style>
background-color css
<style>
a { background-color: #199376; }
a { background-color: rgb(25,147,118); }
div.DivClassName
{
background-color: #199376;
}
.BgClassName
{
background-color: #199376;
}
</style>
border-color css
<style>
span { border-color: #199376; }
span { border-color: rgb(25,147,118); }
td.TdClassName
{
border-color: #199376;
}
.TagClassName
{
border-color: #199376;
}
</style>