Shades of Pine Tree #192807
Tints of Pine Tree #192807
RGB
CMYK
RGB Variations
Color information
#192807 (or 0x192807) is known color: Pine Tree. HEX triplet: 19, 28 and 07. RGB value is (25,40,7). Sum of RGB (Red+Green+Blue) = 25+40+7=72 (9% of max value = 765). Red value is 25 (10.16% from 255 or 34.72% from 72); Green value is 40 (16.02% from 255 or 55.56% from 72); Blue value is 7 (3.12% from 255 or 9.72% from 72); Max value from RGB is 40 - color contains mainly: green. Hex color #192807 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #192807 is #E6D7F8. Grayscale: #1F1F1F. Windows color (decimal): -15128569 or 469017. OLE color: 469017.
HSL color Cylindrical-coordinate representation of color #192807: hue angle of 87.27º degrees, saturation: 0.7, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #192807 is Cyan = 0.38, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 25 | 40 | 7 | - |
| CMYK | 0.38 | 0 | 0.83 | 0.84 |
| HSL | 87.27º | 0.7% | 0.09% | - |
| HSV(B) | 87.27º | 0.83% | 0.16% | - |
| XYZ | 1.2 | 1.74 | 0.47 | - |
| YUV | 31.75 | 114.03 | 123.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 40 | 7 | 0.38 | 0 | 0.83 | 0.84 | 87.27 | 0.7 | 0.09 |
| Hex | 19 | 28 | 7 | 26 | 0 | 53 | 54 | 57 | 46 | 9 |
| Octal | 31 | 50 | 7 | 46 | 0 | 123 | 124 | 127 | 106 | 11 |
| Binary | 11001 | 101000 | 111 | 100110 | 0 | 1010011 | 1010100 | 1010111 | 1000110 | 1001 |
Color Harmonies of #192807
Complementary color
Monochromatic Colors of #192807
Black with #192807
Text Example
Text Example
White with #192807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192807; }
p { color: rgb(25,40,7); }
H1.HeaderClassName
{
color: #192807;
}
.AnyTagClassName
{
color: #192807;
}
</style>
background-color css
<style>
a { background-color: #192807; }
a { background-color: rgb(25,40,7); }
div.DivClassName
{
background-color: #192807;
}
.BgClassName
{
background-color: #192807;
}
</style>
border-color css
<style>
span { border-color: #192807; }
span { border-color: rgb(25,40,7); }
td.TdClassName
{
border-color: #192807;
}
.TagClassName
{
border-color: #192807;
}
</style>