Shades of Pine Tree #192607
Tints of Pine Tree #192607
RGB
CMYK
RGB Variations
Color information
#192607 (or 0x192607) is known color: Pine Tree. HEX triplet: 19, 26 and 07. RGB value is (25,38,7). Sum of RGB (Red+Green+Blue) = 25+38+7=70 (9% of max value = 765). Red value is 25 (10.16% from 255 or 35.71% from 70); Green value is 38 (15.23% from 255 or 54.29% from 70); Blue value is 7 (3.12% from 255 or 10% from 70); Max value from RGB is 38 - color contains mainly: green. Hex color #192607 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #192607 is #E6D9F8. Grayscale: #1E1E1E. Windows color (decimal): -15129081 or 468505. OLE color: 468505.
HSL color Cylindrical-coordinate representation of color #192607: hue angle of 85.16º degrees, saturation: 0.69, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #192607 is Cyan = 0.34, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 25 | 38 | 7 | - |
| CMYK | 0.34 | 0 | 0.82 | 0.85 |
| HSL | 85.16º | 0.69% | 0.09% | - |
| HSV(B) | 85.16º | 0.82% | 0.15% | - |
| XYZ | 1.13 | 1.61 | 0.45 | - |
| YUV | 30.58 | 114.69 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 38 | 7 | 0.34 | 0 | 0.82 | 0.85 | 85.16 | 0.69 | 0.09 |
| Hex | 19 | 26 | 7 | 22 | 0 | 52 | 55 | 55 | 45 | 9 |
| Octal | 31 | 46 | 7 | 42 | 0 | 122 | 125 | 125 | 105 | 11 |
| Binary | 11001 | 100110 | 111 | 100010 | 0 | 1010010 | 1010101 | 1010101 | 1000101 | 1001 |
Color Harmonies of #192607
Complementary color
Monochromatic Colors of #192607
Black with #192607
Text Example
Text Example
White with #192607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192607; }
p { color: rgb(25,38,7); }
H1.HeaderClassName
{
color: #192607;
}
.AnyTagClassName
{
color: #192607;
}
</style>
background-color css
<style>
a { background-color: #192607; }
a { background-color: rgb(25,38,7); }
div.DivClassName
{
background-color: #192607;
}
.BgClassName
{
background-color: #192607;
}
</style>
border-color css
<style>
span { border-color: #192607; }
span { border-color: rgb(25,38,7); }
td.TdClassName
{
border-color: #192607;
}
.TagClassName
{
border-color: #192607;
}
</style>