Shades of Pine Tree #192605
Tints of Pine Tree #192605
RGB
CMYK
RGB Variations
Color information
#192605 (or 0x192605) is known color: Pine Tree. HEX triplet: 19, 26 and 05. RGB value is (25,38,5). Sum of RGB (Red+Green+Blue) = 25+38+5=68 (9% of max value = 765). Red value is 25 (10.16% from 255 or 36.76% from 68); Green value is 38 (15.23% from 255 or 55.88% from 68); Blue value is 5 (2.34% from 255 or 7.35% from 68); Max value from RGB is 38 - color contains mainly: green. Hex color #192605 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #192605 is #E6D9FA. Grayscale: #1E1E1E. Windows color (decimal): -15129083 or 337433. OLE color: 337433.
HSL color Cylindrical-coordinate representation of color #192605: hue angle of 83.64º degrees, saturation: 0.77, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #192605 is Cyan = 0.34, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 25 | 38 | 5 | - |
| CMYK | 0.34 | 0 | 0.87 | 0.85 |
| HSL | 83.64º | 0.77% | 0.08% | - |
| HSV(B) | 83.64º | 0.87% | 0.15% | - |
| XYZ | 1.12 | 1.6 | 0.39 | - |
| YUV | 30.35 | 113.69 | 124.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 38 | 5 | 0.34 | 0 | 0.87 | 0.85 | 83.64 | 0.77 | 0.08 |
| Hex | 19 | 26 | 5 | 22 | 0 | 57 | 55 | 54 | 4D | 8 |
| Octal | 31 | 46 | 5 | 42 | 0 | 127 | 125 | 124 | 115 | 10 |
| Binary | 11001 | 100110 | 101 | 100010 | 0 | 1010111 | 1010101 | 1010100 | 1001101 | 1000 |
Color Harmonies of #192605
Complementary color
Monochromatic Colors of #192605
Black with #192605
Text Example
Text Example
White with #192605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192605; }
p { color: rgb(25,38,5); }
H1.HeaderClassName
{
color: #192605;
}
.AnyTagClassName
{
color: #192605;
}
</style>
background-color css
<style>
a { background-color: #192605; }
a { background-color: rgb(25,38,5); }
div.DivClassName
{
background-color: #192605;
}
.BgClassName
{
background-color: #192605;
}
</style>
border-color css
<style>
span { border-color: #192605; }
span { border-color: rgb(25,38,5); }
td.TdClassName
{
border-color: #192605;
}
.TagClassName
{
border-color: #192605;
}
</style>