Shades of Elf Green #199262
Tints of Elf Green #199262
RGB
CMYK
RGB Variations
Color information
#199262 (or 0x199262) is known color: Elf Green. HEX triplet: 19, 92 and 62. RGB value is (25,146,98). Sum of RGB (Red+Green+Blue) = 25+146+98=269 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.29% from 269); Green value is 146 (57.42% from 255 or 54.28% from 269); Blue value is 98 (38.67% from 255 or 36.43% from 269); Max value from RGB is 146 - color contains mainly: green. Hex color #199262 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #199262 is #E66D9D. Grayscale: #686868. Windows color (decimal): -15101342 or 6459929. OLE color: 6459929.
HSL color Cylindrical-coordinate representation of color #199262: hue angle of 156.2º 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 #199262 is Cyan = 0.83, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 25 | 146 | 98 | - |
| CMYK | 0.83 | 0 | 0.33 | 0.43 |
| HSL | 156.2º | 0.71% | 0.34% | - |
| HSV(B) | 156.2º | 0.83% | 0.57% | - |
| XYZ | 12.88 | 21.65 | 15.05 | - |
| YUV | 104.35 | 124.41 | 71.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 146 | 98 | 0.83 | 0 | 0.33 | 0.43 | 156.2 | 0.71 | 0.34 |
| Hex | 19 | 92 | 62 | 53 | 0 | 21 | 2B | 9C | 47 | 22 |
| Octal | 31 | 222 | 142 | 123 | 0 | 41 | 53 | 234 | 107 | 42 |
| Binary | 11001 | 10010010 | 1100010 | 1010011 | 0 | 100001 | 101011 | 10011100 | 1000111 | 100010 |
Color Harmonies of #199262
Complementary color
Monochromatic Colors of #199262
Black with #199262
Text Example
Text Example
White with #199262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199262; }
p { color: rgb(25,146,98); }
H1.HeaderClassName
{
color: #199262;
}
.AnyTagClassName
{
color: #199262;
}
</style>
background-color css
<style>
a { background-color: #199262; }
a { background-color: rgb(25,146,98); }
div.DivClassName
{
background-color: #199262;
}
.BgClassName
{
background-color: #199262;
}
</style>
border-color css
<style>
span { border-color: #199262; }
span { border-color: rgb(25,146,98); }
td.TdClassName
{
border-color: #199262;
}
.TagClassName
{
border-color: #199262;
}
</style>