Shades of Pine Tree #192309
Tints of Pine Tree #192309
RGB
CMYK
RGB Variations
Color information
#192309 (or 0x192309) is known color: Pine Tree. HEX triplet: 19, 23 and 09. RGB value is (25,35,9). Sum of RGB (Red+Green+Blue) = 25+35+9=69 (9% of max value = 765). Red value is 25 (10.16% from 255 or 36.23% from 69); Green value is 35 (14.06% from 255 or 50.72% from 69); Blue value is 9 (3.91% from 255 or 13.04% from 69); Max value from RGB is 35 - color contains mainly: green. Hex color #192309 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #192309 is #E6DCF6. Grayscale: #1D1D1D. Windows color (decimal): -15129847 or 598809. OLE color: 598809.
HSL color Cylindrical-coordinate representation of color #192309: hue angle of 83.08º degrees, saturation: 0.59, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #192309 is Cyan = 0.29, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 25 | 35 | 9 | - |
| CMYK | 0.29 | 0 | 0.74 | 0.86 |
| HSL | 83.08º | 0.59% | 0.09% | - |
| HSV(B) | 83.08º | 0.74% | 0.14% | - |
| XYZ | 1.05 | 1.43 | 0.48 | - |
| YUV | 29.05 | 116.69 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 35 | 9 | 0.29 | 0 | 0.74 | 0.86 | 83.08 | 0.59 | 0.09 |
| Hex | 19 | 23 | 9 | 1D | 0 | 4A | 56 | 53 | 3B | 9 |
| Octal | 31 | 43 | 11 | 35 | 0 | 112 | 126 | 123 | 73 | 11 |
| Binary | 11001 | 100011 | 1001 | 11101 | 0 | 1001010 | 1010110 | 1010011 | 111011 | 1001 |
Color Harmonies of #192309
Complementary color
Monochromatic Colors of #192309
Black with #192309
Text Example
Text Example
White with #192309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192309; }
p { color: rgb(25,35,9); }
H1.HeaderClassName
{
color: #192309;
}
.AnyTagClassName
{
color: #192309;
}
</style>
background-color css
<style>
a { background-color: #192309; }
a { background-color: rgb(25,35,9); }
div.DivClassName
{
background-color: #192309;
}
.BgClassName
{
background-color: #192309;
}
</style>
border-color css
<style>
span { border-color: #192309; }
span { border-color: rgb(25,35,9); }
td.TdClassName
{
border-color: #192309;
}
.TagClassName
{
border-color: #192309;
}
</style>