Shades of Pine Tree #192307
Tints of Pine Tree #192307
RGB
CMYK
RGB Variations
Color information
#192307 (or 0x192307) is known color: Pine Tree. HEX triplet: 19, 23 and 07. RGB value is (25,35,7). Sum of RGB (Red+Green+Blue) = 25+35+7=67 (8% of max value = 765). Red value is 25 (10.16% from 255 or 37.31% from 67); Green value is 35 (14.06% from 255 or 52.24% from 67); Blue value is 7 (3.12% from 255 or 10.45% from 67); Max value from RGB is 35 - color contains mainly: green. Hex color #192307 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #192307 is #E6DCF8. Grayscale: #1C1C1C. Windows color (decimal): -15129849 or 467737. OLE color: 467737.
HSL color Cylindrical-coordinate representation of color #192307: hue angle of 81.43º degrees, saturation: 0.67, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #192307 is Cyan = 0.29, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 25 | 35 | 7 | - |
| CMYK | 0.29 | 0 | 0.80 | 0.86 |
| HSL | 81.43º | 0.67% | 0.08% | - |
| HSV(B) | 81.43º | 0.8% | 0.14% | - |
| XYZ | 1.04 | 1.42 | 0.42 | - |
| YUV | 28.82 | 115.69 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 35 | 7 | 0.29 | 0 | 0.80 | 0.86 | 81.43 | 0.67 | 0.08 |
| Hex | 19 | 23 | 7 | 1D | 0 | 50 | 56 | 51 | 43 | 8 |
| Octal | 31 | 43 | 7 | 35 | 0 | 120 | 126 | 121 | 103 | 10 |
| Binary | 11001 | 100011 | 111 | 11101 | 0 | 1010000 | 1010110 | 1010001 | 1000011 | 1000 |
Color Harmonies of #192307
Complementary color
Monochromatic Colors of #192307
Black with #192307
Text Example
Text Example
White with #192307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192307; }
p { color: rgb(25,35,7); }
H1.HeaderClassName
{
color: #192307;
}
.AnyTagClassName
{
color: #192307;
}
</style>
background-color css
<style>
a { background-color: #192307; }
a { background-color: rgb(25,35,7); }
div.DivClassName
{
background-color: #192307;
}
.BgClassName
{
background-color: #192307;
}
</style>
border-color css
<style>
span { border-color: #192307; }
span { border-color: rgb(25,35,7); }
td.TdClassName
{
border-color: #192307;
}
.TagClassName
{
border-color: #192307;
}
</style>