Shades of Elf Green #19975C
Tints of Elf Green #19975C
RGB
CMYK
RGB Variations
Color information
#19975C (or 0x19975C) is known color: Elf Green. HEX triplet: 19, 97 and 5C. RGB value is (25,151,92). Sum of RGB (Red+Green+Blue) = 25+151+92=268 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.33% from 268); Green value is 151 (59.38% from 255 or 56.34% from 268); Blue value is 92 (36.33% from 255 or 34.33% from 268); Max value from RGB is 151 - color contains mainly: green. Hex color #19975C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19975C is #E668A3. Grayscale: #6A6A6A. Windows color (decimal): -15100068 or 6067993. OLE color: 6067993.
HSL color Cylindrical-coordinate representation of color #19975C: hue angle of 151.9º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #19975C is Cyan = 0.83, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 25 | 151 | 92 | - |
| CMYK | 0.83 | 0 | 0.39 | 0.41 |
| HSL | 151.9º | 0.72% | 0.35% | - |
| HSV(B) | 151.9º | 0.83% | 0.59% | - |
| XYZ | 13.4 | 23.11 | 13.88 | - |
| YUV | 106.6 | 119.76 | 69.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 151 | 92 | 0.83 | 0 | 0.39 | 0.41 | 151.9 | 0.72 | 0.35 |
| Hex | 19 | 97 | 5C | 53 | 0 | 27 | 29 | 98 | 48 | 23 |
| Octal | 31 | 227 | 134 | 123 | 0 | 47 | 51 | 230 | 110 | 43 |
| Binary | 11001 | 10010111 | 1011100 | 1010011 | 0 | 100111 | 101001 | 10011000 | 1001000 | 100011 |
Color Harmonies of #19975C
Complementary color
Monochromatic Colors of #19975C
Black with #19975C
Text Example
Text Example
White with #19975C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19975C; }
p { color: rgb(25,151,92); }
H1.HeaderClassName
{
color: #19975C;
}
.AnyTagClassName
{
color: #19975C;
}
</style>
background-color css
<style>
a { background-color: #19975C; }
a { background-color: rgb(25,151,92); }
div.DivClassName
{
background-color: #19975C;
}
.BgClassName
{
background-color: #19975C;
}
</style>
border-color css
<style>
span { border-color: #19975C; }
span { border-color: rgb(25,151,92); }
td.TdClassName
{
border-color: #19975C;
}
.TagClassName
{
border-color: #19975C;
}
</style>