Shades of Elf Green #198D5D
Tints of Elf Green #198D5D
RGB
CMYK
RGB Variations
Color information
#198D5D (or 0x198D5D) is known color: Elf Green. HEX triplet: 19, 8D and 5D. RGB value is (25,141,93). Sum of RGB (Red+Green+Blue) = 25+141+93=259 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.65% from 259); Green value is 141 (55.47% from 255 or 54.44% from 259); Blue value is 93 (36.72% from 255 or 35.91% from 259); Max value from RGB is 141 - color contains mainly: green. Hex color #198D5D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198D5D is #E672A2. Grayscale: #646464. Windows color (decimal): -15102627 or 6130969. OLE color: 6130969.
HSL color Cylindrical-coordinate representation of color #198D5D: hue angle of 155.17º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #198D5D is Cyan = 0.82, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 25 | 141 | 93 | - |
| CMYK | 0.82 | 0 | 0.34 | 0.45 |
| HSL | 155.17º | 0.7% | 0.33% | - |
| HSV(B) | 155.17º | 0.82% | 0.55% | - |
| XYZ | 11.9 | 20.05 | 13.6 | - |
| YUV | 100.84 | 123.57 | 73.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 141 | 93 | 0.82 | 0 | 0.34 | 0.45 | 155.17 | 0.7 | 0.33 |
| Hex | 19 | 8D | 5D | 52 | 0 | 22 | 2D | 9B | 46 | 21 |
| Octal | 31 | 215 | 135 | 122 | 0 | 42 | 55 | 233 | 106 | 41 |
| Binary | 11001 | 10001101 | 1011101 | 1010010 | 0 | 100010 | 101101 | 10011011 | 1000110 | 100001 |
Color Harmonies of #198D5D
Complementary color
Monochromatic Colors of #198D5D
Black with #198D5D
Text Example
Text Example
White with #198D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198D5D; }
p { color: rgb(25,141,93); }
H1.HeaderClassName
{
color: #198D5D;
}
.AnyTagClassName
{
color: #198D5D;
}
</style>
background-color css
<style>
a { background-color: #198D5D; }
a { background-color: rgb(25,141,93); }
div.DivClassName
{
background-color: #198D5D;
}
.BgClassName
{
background-color: #198D5D;
}
</style>
border-color css
<style>
span { border-color: #198D5D; }
span { border-color: rgb(25,141,93); }
td.TdClassName
{
border-color: #198D5D;
}
.TagClassName
{
border-color: #198D5D;
}
</style>