Shades of Pine Tree #192012
Tints of Pine Tree #192012
RGB
CMYK
RGB Variations
Color information
#192012 (or 0x192012) is known color: Pine Tree. HEX triplet: 19, 20 and 12. RGB value is (25,32,18). Sum of RGB (Red+Green+Blue) = 25+32+18=75 (9% of max value = 765). Red value is 25 (10.16% from 255 or 33.33% from 75); Green value is 32 (12.89% from 255 or 42.67% from 75); Blue value is 18 (7.42% from 255 or 24% from 75); Max value from RGB is 32 - color contains mainly: green. Hex color #192012 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #192012 is #E6DFED. Grayscale: #1C1C1C. Windows color (decimal): -15130606 or 1187865. OLE color: 1187865.
HSL color Cylindrical-coordinate representation of color #192012: hue angle of 90º degrees, saturation: 0.28, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #192012 is Cyan = 0.22, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 25 | 32 | 18 | - |
| CMYK | 0.22 | 0 | 0.44 | 0.87 |
| HSL | 90º | 0.28% | 0.1% | - |
| HSV(B) | 90º | 0.44% | 0.13% | - |
| XYZ | 1.03 | 1.28 | 0.77 | - |
| YUV | 28.31 | 122.18 | 125.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 32 | 18 | 0.22 | 0 | 0.44 | 0.87 | 90 | 0.28 | 0.1 |
| Hex | 19 | 20 | 12 | 16 | 0 | 2C | 57 | 5A | 1C | A |
| Octal | 31 | 40 | 22 | 26 | 0 | 54 | 127 | 132 | 34 | 12 |
| Binary | 11001 | 100000 | 10010 | 10110 | 0 | 101100 | 1010111 | 1011010 | 11100 | 1010 |
Color Harmonies of #192012
Complementary color
Monochromatic Colors of #192012
Black with #192012
Text Example
Text Example
White with #192012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192012; }
p { color: rgb(25,32,18); }
H1.HeaderClassName
{
color: #192012;
}
.AnyTagClassName
{
color: #192012;
}
</style>
background-color css
<style>
a { background-color: #192012; }
a { background-color: rgb(25,32,18); }
div.DivClassName
{
background-color: #192012;
}
.BgClassName
{
background-color: #192012;
}
</style>
border-color css
<style>
span { border-color: #192012; }
span { border-color: rgb(25,32,18); }
td.TdClassName
{
border-color: #192012;
}
.TagClassName
{
border-color: #192012;
}
</style>