Shades of Pine Tree #192105
Tints of Pine Tree #192105
RGB
CMYK
RGB Variations
Color information
#192105 (or 0x192105) is known color: Pine Tree. HEX triplet: 19, 21 and 05. RGB value is (25,33,5). Sum of RGB (Red+Green+Blue) = 25+33+5=63 (8% of max value = 765). Red value is 25 (10.16% from 255 or 39.68% from 63); Green value is 33 (13.28% from 255 or 52.38% from 63); Blue value is 5 (2.34% from 255 or 7.94% from 63); Max value from RGB is 33 - color contains mainly: green. Hex color #192105 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #192105 is #E6DEFA. Grayscale: #1B1B1B. Windows color (decimal): -15130363 or 336153. OLE color: 336153.
HSL color Cylindrical-coordinate representation of color #192105: hue angle of 77.14º degrees, saturation: 0.74, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #192105 is Cyan = 0.24, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 25 | 33 | 5 | - |
| CMYK | 0.24 | 0 | 0.85 | 0.87 |
| HSL | 77.14º | 0.74% | 0.07% | - |
| HSV(B) | 77.14º | 0.85% | 0.13% | - |
| XYZ | 0.97 | 1.31 | 0.34 | - |
| YUV | 27.42 | 115.35 | 126.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 33 | 5 | 0.24 | 0 | 0.85 | 0.87 | 77.14 | 0.74 | 0.07 |
| Hex | 19 | 21 | 5 | 18 | 0 | 55 | 57 | 4D | 4A | 7 |
| Octal | 31 | 41 | 5 | 30 | 0 | 125 | 127 | 115 | 112 | 7 |
| Binary | 11001 | 100001 | 101 | 11000 | 0 | 1010101 | 1010111 | 1001101 | 1001010 | 111 |
Color Harmonies of #192105
Complementary color
Monochromatic Colors of #192105
Black with #192105
Text Example
Text Example
White with #192105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192105; }
p { color: rgb(25,33,5); }
H1.HeaderClassName
{
color: #192105;
}
.AnyTagClassName
{
color: #192105;
}
</style>
background-color css
<style>
a { background-color: #192105; }
a { background-color: rgb(25,33,5); }
div.DivClassName
{
background-color: #192105;
}
.BgClassName
{
background-color: #192105;
}
</style>
border-color css
<style>
span { border-color: #192105; }
span { border-color: rgb(25,33,5); }
td.TdClassName
{
border-color: #192105;
}
.TagClassName
{
border-color: #192105;
}
</style>