Shades of Pine Tree #192300
Tints of Pine Tree #192300
RGB
CMYK
RGB Variations
Color information
#192300 (or 0x192300) is known color: Pine Tree. HEX triplet: 19, 23 and 00. RGB value is (25,35,0). Sum of RGB (Red+Green+Blue) = 25+35+0=60 (7% of max value = 765). Red value is 25 (10.16% from 255 or 41.67% from 60); Green value is 35 (14.06% from 255 or 58.33% from 60); Blue value is 0 (0.39% from 255 or 0% from 60); Max value from RGB is 35 - color contains mainly: green. Hex color #192300 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #192300 is #E6DCFF. Grayscale: #1C1C1C. Windows color (decimal): -15129856 or 8985. OLE color: 8985.
HSL color Cylindrical-coordinate representation of color #192300: hue angle of 77.14º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 1%. Process color model (Four color, CMYK) of #192300 is Cyan = 0.29, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 25 | 35 | 0 | - |
| CMYK | 0.29 | 0 | 1 | 0.86 |
| HSL | 77.14º | 1% | 0.07% | - |
| HSV(B) | 77.14º | 1% | 0.14% | - |
| XYZ | 1 | 1.41 | 0.22 | - |
| YUV | 28.02 | 112.19 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 35 | 0 | 0.29 | 0 | 1 | 0.86 | 77.14 | 1 | 0.07 |
| Hex | 19 | 23 | 0 | 1D | 0 | 64 | 56 | 4D | 64 | 7 |
| Octal | 31 | 43 | 0 | 35 | 0 | 144 | 126 | 115 | 144 | 7 |
| Binary | 11001 | 100011 | 0 | 11101 | 0 | 1100100 | 1010110 | 1001101 | 1100100 | 111 |
Color Harmonies of #192300
Complementary color
Monochromatic Colors of #192300
Black with #192300
Text Example
Text Example
White with #192300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192300; }
p { color: rgb(25,35,0); }
H1.HeaderClassName
{
color: #192300;
}
.AnyTagClassName
{
color: #192300;
}
</style>
background-color css
<style>
a { background-color: #192300; }
a { background-color: rgb(25,35,0); }
div.DivClassName
{
background-color: #192300;
}
.BgClassName
{
background-color: #192300;
}
</style>
border-color css
<style>
span { border-color: #192300; }
span { border-color: rgb(25,35,0); }
td.TdClassName
{
border-color: #192300;
}
.TagClassName
{
border-color: #192300;
}
</style>