Shades of Elf Green #199365
Tints of Elf Green #199365
RGB
CMYK
RGB Variations
Color information
#199365 (or 0x199365) is known color: Elf Green. HEX triplet: 19, 93 and 65. RGB value is (25,147,101). Sum of RGB (Red+Green+Blue) = 25+147+101=273 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.16% from 273); Green value is 147 (57.81% from 255 or 53.85% from 273); Blue value is 101 (39.84% from 255 or 37.00% from 273); Max value from RGB is 147 - color contains mainly: green. Hex color #199365 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #199365 is #E66C9A. Grayscale: #696969. Windows color (decimal): -15101083 or 6656793. OLE color: 6656793.
HSL color Cylindrical-coordinate representation of color #199365: hue angle of 157.38º 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 #199365 is Cyan = 0.83, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 25 | 147 | 101 | - |
| CMYK | 0.83 | 0 | 0.31 | 0.42 |
| HSL | 157.38º | 0.71% | 0.34% | - |
| HSV(B) | 157.38º | 0.83% | 0.58% | - |
| XYZ | 13.18 | 22.01 | 15.87 | - |
| YUV | 105.28 | 125.58 | 70.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 147 | 101 | 0.83 | 0 | 0.31 | 0.42 | 157.38 | 0.71 | 0.34 |
| Hex | 19 | 93 | 65 | 53 | 0 | 1F | 2A | 9D | 47 | 22 |
| Octal | 31 | 223 | 145 | 123 | 0 | 37 | 52 | 235 | 107 | 42 |
| Binary | 11001 | 10010011 | 1100101 | 1010011 | 0 | 11111 | 101010 | 10011101 | 1000111 | 100010 |
Color Harmonies of #199365
Complementary color
Monochromatic Colors of #199365
Black with #199365
Text Example
Text Example
White with #199365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199365; }
p { color: rgb(25,147,101); }
H1.HeaderClassName
{
color: #199365;
}
.AnyTagClassName
{
color: #199365;
}
</style>
background-color css
<style>
a { background-color: #199365; }
a { background-color: rgb(25,147,101); }
div.DivClassName
{
background-color: #199365;
}
.BgClassName
{
background-color: #199365;
}
</style>
border-color css
<style>
span { border-color: #199365; }
span { border-color: rgb(25,147,101); }
td.TdClassName
{
border-color: #199365;
}
.TagClassName
{
border-color: #199365;
}
</style>