Shades of Elf Green #198375
Tints of Elf Green #198375
RGB
CMYK
RGB Variations
Color information
#198375 (or 0x198375) is known color: Elf Green. HEX triplet: 19, 83 and 75. RGB value is (25,131,117). Sum of RGB (Red+Green+Blue) = 25+131+117=273 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.16% from 273); Green value is 131 (51.56% from 255 or 47.99% from 273); Blue value is 117 (46.09% from 255 or 42.86% from 273); Max value from RGB is 131 - color contains mainly: green. Hex color #198375 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198375 is #E67C8A. Grayscale: #616161. Windows color (decimal): -15105163 or 7701273. OLE color: 7701273.
HSL color Cylindrical-coordinate representation of color #198375: hue angle of 172.08º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #198375 is Cyan = 0.81, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 25 | 131 | 117 | - |
| CMYK | 0.81 | 0 | 0.11 | 0.49 |
| HSL | 172.08º | 0.68% | 0.31% | - |
| HSV(B) | 172.08º | 0.81% | 0.51% | - |
| XYZ | 11.73 | 17.72 | 19.63 | - |
| YUV | 97.71 | 138.88 | 76.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 131 | 117 | 0.81 | 0 | 0.11 | 0.49 | 172.08 | 0.68 | 0.31 |
| Hex | 19 | 83 | 75 | 51 | 0 | B | 31 | AC | 44 | 1F |
| Octal | 31 | 203 | 165 | 121 | 0 | 13 | 61 | 254 | 104 | 37 |
| Binary | 11001 | 10000011 | 1110101 | 1010001 | 0 | 1011 | 110001 | 10101100 | 1000100 | 11111 |
Color Harmonies of #198375
Complementary color
Monochromatic Colors of #198375
Black with #198375
Text Example
Text Example
White with #198375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198375; }
p { color: rgb(25,131,117); }
H1.HeaderClassName
{
color: #198375;
}
.AnyTagClassName
{
color: #198375;
}
</style>
background-color css
<style>
a { background-color: #198375; }
a { background-color: rgb(25,131,117); }
div.DivClassName
{
background-color: #198375;
}
.BgClassName
{
background-color: #198375;
}
</style>
border-color css
<style>
span { border-color: #198375; }
span { border-color: rgb(25,131,117); }
td.TdClassName
{
border-color: #198375;
}
.TagClassName
{
border-color: #198375;
}
</style>