Shades of Pine Tree #192313
Tints of Pine Tree #192313
RGB
CMYK
RGB Variations
Color information
#192313 (or 0x192313) is known color: Pine Tree. HEX triplet: 19, 23 and 13. RGB value is (25,35,19). Sum of RGB (Red+Green+Blue) = 25+35+19=79 (10% of max value = 765). Red value is 25 (10.16% from 255 or 31.65% from 79); Green value is 35 (14.06% from 255 or 44.30% from 79); Blue value is 19 (7.81% from 255 or 24.05% from 79); Max value from RGB is 35 - color contains mainly: green. Hex color #192313 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #192313 is #E6DCEC. Grayscale: #1E1E1E. Windows color (decimal): -15129837 or 1254169. OLE color: 1254169.
HSL color Cylindrical-coordinate representation of color #192313: hue angle of 97.5º degrees, saturation: 0.3, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #192313 is Cyan = 0.29, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 25 | 35 | 19 | - |
| CMYK | 0.29 | 0 | 0.46 | 0.86 |
| HSL | 97.5º | 0.3% | 0.11% | - |
| HSV(B) | 97.5º | 0.46% | 0.14% | - |
| XYZ | 1.12 | 1.46 | 0.84 | - |
| YUV | 30.19 | 121.69 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 35 | 19 | 0.29 | 0 | 0.46 | 0.86 | 97.5 | 0.3 | 0.11 |
| Hex | 19 | 23 | 13 | 1D | 0 | 2E | 56 | 62 | 1E | B |
| Octal | 31 | 43 | 23 | 35 | 0 | 56 | 126 | 142 | 36 | 13 |
| Binary | 11001 | 100011 | 10011 | 11101 | 0 | 101110 | 1010110 | 1100010 | 11110 | 1011 |
Color Harmonies of #192313
Complementary color
Monochromatic Colors of #192313
Black with #192313
Text Example
Text Example
White with #192313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192313; }
p { color: rgb(25,35,19); }
H1.HeaderClassName
{
color: #192313;
}
.AnyTagClassName
{
color: #192313;
}
</style>
background-color css
<style>
a { background-color: #192313; }
a { background-color: rgb(25,35,19); }
div.DivClassName
{
background-color: #192313;
}
.BgClassName
{
background-color: #192313;
}
</style>
border-color css
<style>
span { border-color: #192313; }
span { border-color: rgb(25,35,19); }
td.TdClassName
{
border-color: #192313;
}
.TagClassName
{
border-color: #192313;
}
</style>