Shades of Pine Tree #192511
Tints of Pine Tree #192511
RGB
CMYK
RGB Variations
Color information
#192511 (or 0x192511) is known color: Pine Tree. HEX triplet: 19, 25 and 11. RGB value is (25,37,17). Sum of RGB (Red+Green+Blue) = 25+37+17=79 (10% of max value = 765). Red value is 25 (10.16% from 255 or 31.65% from 79); Green value is 37 (14.84% from 255 or 46.84% from 79); Blue value is 17 (7.03% from 255 or 21.52% from 79); Max value from RGB is 37 - color contains mainly: green. Hex color #192511 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #192511 is #E6DAEE. Grayscale: #1F1F1F. Windows color (decimal): -15129327 or 1123609. OLE color: 1123609.
HSL color Cylindrical-coordinate representation of color #192511: hue angle of 96º degrees, saturation: 0.37, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #192511 is Cyan = 0.32, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 25 | 37 | 17 | - |
| CMYK | 0.32 | 0 | 0.54 | 0.85 |
| HSL | 96º | 0.37% | 0.11% | - |
| HSV(B) | 96º | 0.54% | 0.15% | - |
| XYZ | 1.16 | 1.57 | 0.77 | - |
| YUV | 31.13 | 120.02 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 37 | 17 | 0.32 | 0 | 0.54 | 0.85 | 96 | 0.37 | 0.11 |
| Hex | 19 | 25 | 11 | 20 | 0 | 36 | 55 | 60 | 25 | B |
| Octal | 31 | 45 | 21 | 40 | 0 | 66 | 125 | 140 | 45 | 13 |
| Binary | 11001 | 100101 | 10001 | 100000 | 0 | 110110 | 1010101 | 1100000 | 100101 | 1011 |
Color Harmonies of #192511
Complementary color
Monochromatic Colors of #192511
Black with #192511
Text Example
Text Example
White with #192511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192511; }
p { color: rgb(25,37,17); }
H1.HeaderClassName
{
color: #192511;
}
.AnyTagClassName
{
color: #192511;
}
</style>
background-color css
<style>
a { background-color: #192511; }
a { background-color: rgb(25,37,17); }
div.DivClassName
{
background-color: #192511;
}
.BgClassName
{
background-color: #192511;
}
</style>
border-color css
<style>
span { border-color: #192511; }
span { border-color: rgb(25,37,17); }
td.TdClassName
{
border-color: #192511;
}
.TagClassName
{
border-color: #192511;
}
</style>