Shades of Pine Tree #192014
Tints of Pine Tree #192014
RGB
CMYK
RGB Variations
Color information
#192014 (or 0x192014) is known color: Pine Tree. HEX triplet: 19, 20 and 14. RGB value is (25,32,20). Sum of RGB (Red+Green+Blue) = 25+32+20=77 (10% of max value = 765). Red value is 25 (10.16% from 255 or 32.47% from 77); Green value is 32 (12.89% from 255 or 41.56% from 77); Blue value is 20 (8.20% from 255 or 25.97% from 77); Max value from RGB is 32 - color contains mainly: green. Hex color #192014 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #192014 is #E6DFEB. Grayscale: #1C1C1C. Windows color (decimal): -15130604 or 1318937. OLE color: 1318937.
HSL color Cylindrical-coordinate representation of color #192014: hue angle of 95º degrees, saturation: 0.23, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #192014 is Cyan = 0.22, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 25 | 32 | 20 | - |
| CMYK | 0.22 | 0 | 0.37 | 0.87 |
| HSL | 95º | 0.23% | 0.1% | - |
| HSV(B) | 95º | 0.38% | 0.13% | - |
| XYZ | 1.04 | 1.29 | 0.86 | - |
| YUV | 28.54 | 123.18 | 125.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 32 | 20 | 0.22 | 0 | 0.37 | 0.87 | 95 | 0.23 | 0.1 |
| Hex | 19 | 20 | 14 | 16 | 0 | 25 | 57 | 5F | 17 | A |
| Octal | 31 | 40 | 24 | 26 | 0 | 45 | 127 | 137 | 27 | 12 |
| Binary | 11001 | 100000 | 10100 | 10110 | 0 | 100101 | 1010111 | 1011111 | 10111 | 1010 |
Color Harmonies of #192014
Complementary color
Monochromatic Colors of #192014
Black with #192014
Text Example
Text Example
White with #192014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192014; }
p { color: rgb(25,32,20); }
H1.HeaderClassName
{
color: #192014;
}
.AnyTagClassName
{
color: #192014;
}
</style>
background-color css
<style>
a { background-color: #192014; }
a { background-color: rgb(25,32,20); }
div.DivClassName
{
background-color: #192014;
}
.BgClassName
{
background-color: #192014;
}
</style>
border-color css
<style>
span { border-color: #192014; }
span { border-color: rgb(25,32,20); }
td.TdClassName
{
border-color: #192014;
}
.TagClassName
{
border-color: #192014;
}
</style>