Shades of Pine Tree #192404
Tints of Pine Tree #192404
RGB
CMYK
RGB Variations
Color information
#192404 (or 0x192404) is known color: Pine Tree. HEX triplet: 19, 24 and 04. RGB value is (25,36,4). Sum of RGB (Red+Green+Blue) = 25+36+4=65 (8% of max value = 765). Red value is 25 (10.16% from 255 or 38.46% from 65); Green value is 36 (14.45% from 255 or 55.38% from 65); Blue value is 4 (1.95% from 255 or 6.15% from 65); Max value from RGB is 36 - color contains mainly: green. Hex color #192404 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #192404 is #E6DBFB. Grayscale: #1D1D1D. Windows color (decimal): -15129596 or 271385. OLE color: 271385.
HSL color Cylindrical-coordinate representation of color #192404: hue angle of 80.62º degrees, saturation: 0.8, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #192404 is Cyan = 0.31, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 25 | 36 | 4 | - |
| CMYK | 0.31 | 0 | 0.89 | 0.86 |
| HSL | 80.63º | 0.8% | 0.08% | - |
| HSV(B) | 80.63º | 0.89% | 0.14% | - |
| XYZ | 1.05 | 1.48 | 0.34 | - |
| YUV | 29.06 | 113.86 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 36 | 4 | 0.31 | 0 | 0.89 | 0.86 | 80.63 | 0.8 | 0.08 |
| Hex | 19 | 24 | 4 | 1F | 0 | 59 | 56 | 51 | 50 | 8 |
| Octal | 31 | 44 | 4 | 37 | 0 | 131 | 126 | 121 | 120 | 10 |
| Binary | 11001 | 100100 | 100 | 11111 | 0 | 1011001 | 1010110 | 1010001 | 1010000 | 1000 |
Color Harmonies of #192404
Complementary color
Monochromatic Colors of #192404
Black with #192404
Text Example
Text Example
White with #192404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192404; }
p { color: rgb(25,36,4); }
H1.HeaderClassName
{
color: #192404;
}
.AnyTagClassName
{
color: #192404;
}
</style>
background-color css
<style>
a { background-color: #192404; }
a { background-color: rgb(25,36,4); }
div.DivClassName
{
background-color: #192404;
}
.BgClassName
{
background-color: #192404;
}
</style>
border-color css
<style>
span { border-color: #192404; }
span { border-color: rgb(25,36,4); }
td.TdClassName
{
border-color: #192404;
}
.TagClassName
{
border-color: #192404;
}
</style>