Shades of Pine Tree #192905
Tints of Pine Tree #192905
RGB
CMYK
RGB Variations
Color information
#192905 (or 0x192905) is known color: Pine Tree. HEX triplet: 19, 29 and 05. RGB value is (25,41,5). Sum of RGB (Red+Green+Blue) = 25+41+5=71 (9% of max value = 765). Red value is 25 (10.16% from 255 or 35.21% from 71); Green value is 41 (16.41% from 255 or 57.75% from 71); Blue value is 5 (2.34% from 255 or 7.04% from 71); Max value from RGB is 41 - color contains mainly: green. Hex color #192905 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #192905 is #E6D6FA. Grayscale: #202020. Windows color (decimal): -15128315 or 338201. OLE color: 338201.
HSL color Cylindrical-coordinate representation of color #192905: hue angle of 86.67º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #192905 is Cyan = 0.39, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 25 | 41 | 5 | - |
| CMYK | 0.39 | 0 | 0.88 | 0.84 |
| HSL | 86.67º | 0.78% | 0.09% | - |
| HSV(B) | 86.67º | 0.88% | 0.16% | - |
| XYZ | 1.22 | 1.8 | 0.43 | - |
| YUV | 32.11 | 112.7 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 41 | 5 | 0.39 | 0 | 0.88 | 0.84 | 86.67 | 0.78 | 0.09 |
| Hex | 19 | 29 | 5 | 27 | 0 | 58 | 54 | 57 | 4E | 9 |
| Octal | 31 | 51 | 5 | 47 | 0 | 130 | 124 | 127 | 116 | 11 |
| Binary | 11001 | 101001 | 101 | 100111 | 0 | 1011000 | 1010100 | 1010111 | 1001110 | 1001 |
Color Harmonies of #192905
Complementary color
Monochromatic Colors of #192905
Black with #192905
Text Example
Text Example
White with #192905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192905; }
p { color: rgb(25,41,5); }
H1.HeaderClassName
{
color: #192905;
}
.AnyTagClassName
{
color: #192905;
}
</style>
background-color css
<style>
a { background-color: #192905; }
a { background-color: rgb(25,41,5); }
div.DivClassName
{
background-color: #192905;
}
.BgClassName
{
background-color: #192905;
}
</style>
border-color css
<style>
span { border-color: #192905; }
span { border-color: rgb(25,41,5); }
td.TdClassName
{
border-color: #192905;
}
.TagClassName
{
border-color: #192905;
}
</style>