Shades of Elm #19827F
Tints of Elm #19827F
RGB
CMYK
RGB Variations
Color information
#19827F (or 0x19827F) is known color: Elm. HEX triplet: 19, 82 and 7F. RGB value is (25,130,127). Sum of RGB (Red+Green+Blue) = 25+130+127=282 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.87% from 282); Green value is 130 (51.17% from 255 or 46.10% from 282); Blue value is 127 (50% from 255 or 45.04% from 282); Max value from RGB is 130 - color contains mainly: green. Hex color #19827F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19827F is #E67D80. Grayscale: #626262. Windows color (decimal): -15105409 or 8356377. OLE color: 8356377.
HSL color Cylindrical-coordinate representation of color #19827F: hue angle of 178.29º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #19827F is Cyan = 0.81, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 25 | 130 | 127 | - |
| CMYK | 0.81 | 0 | 0.02 | 0.49 |
| HSL | 178.29º | 0.68% | 0.3% | - |
| HSV(B) | 178.29º | 0.81% | 0.51% | - |
| XYZ | 12.21 | 17.7 | 22.85 | - |
| YUV | 98.26 | 144.21 | 75.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 130 | 127 | 0.81 | 0 | 0.02 | 0.49 | 178.29 | 0.68 | 0.3 |
| Hex | 19 | 82 | 7F | 51 | 0 | 2 | 31 | B2 | 44 | 1E |
| Octal | 31 | 202 | 177 | 121 | 0 | 2 | 61 | 262 | 104 | 36 |
| Binary | 11001 | 10000010 | 1111111 | 1010001 | 0 | 10 | 110001 | 10110010 | 1000100 | 11110 |
Color Harmonies of #19827F
Complementary color
Monochromatic Colors of #19827F
Black with #19827F
Text Example
Text Example
White with #19827F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19827F; }
p { color: rgb(25,130,127); }
H1.HeaderClassName
{
color: #19827F;
}
.AnyTagClassName
{
color: #19827F;
}
</style>
background-color css
<style>
a { background-color: #19827F; }
a { background-color: rgb(25,130,127); }
div.DivClassName
{
background-color: #19827F;
}
.BgClassName
{
background-color: #19827F;
}
</style>
border-color css
<style>
span { border-color: #19827F; }
span { border-color: rgb(25,130,127); }
td.TdClassName
{
border-color: #19827F;
}
.TagClassName
{
border-color: #19827F;
}
</style>