Shades of Pine Tree #192405
Tints of Pine Tree #192405
RGB
CMYK
RGB Variations
Color information
#192405 (or 0x192405) is known color: Pine Tree. HEX triplet: 19, 24 and 05. RGB value is (25,36,5). Sum of RGB (Red+Green+Blue) = 25+36+5=66 (8% of max value = 765). Red value is 25 (10.16% from 255 or 37.88% from 66); Green value is 36 (14.45% from 255 or 54.55% from 66); Blue value is 5 (2.34% from 255 or 7.58% from 66); Max value from RGB is 36 - color contains mainly: green. Hex color #192405 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #192405 is #E6DBFA. Grayscale: #1D1D1D. Windows color (decimal): -15129595 or 336921. OLE color: 336921.
HSL color Cylindrical-coordinate representation of color #192405: hue angle of 81.29º degrees, saturation: 0.76, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #192405 is Cyan = 0.31, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 25 | 36 | 5 | - |
| CMYK | 0.31 | 0 | 0.86 | 0.86 |
| HSL | 81.29º | 0.76% | 0.08% | - |
| HSV(B) | 81.29º | 0.86% | 0.14% | - |
| XYZ | 1.06 | 1.48 | 0.37 | - |
| YUV | 29.18 | 114.36 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 36 | 5 | 0.31 | 0 | 0.86 | 0.86 | 81.29 | 0.76 | 0.08 |
| Hex | 19 | 24 | 5 | 1F | 0 | 56 | 56 | 51 | 4C | 8 |
| Octal | 31 | 44 | 5 | 37 | 0 | 126 | 126 | 121 | 114 | 10 |
| Binary | 11001 | 100100 | 101 | 11111 | 0 | 1010110 | 1010110 | 1010001 | 1001100 | 1000 |
Color Harmonies of #192405
Complementary color
Monochromatic Colors of #192405
Black with #192405
Text Example
Text Example
White with #192405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192405; }
p { color: rgb(25,36,5); }
H1.HeaderClassName
{
color: #192405;
}
.AnyTagClassName
{
color: #192405;
}
</style>
background-color css
<style>
a { background-color: #192405; }
a { background-color: rgb(25,36,5); }
div.DivClassName
{
background-color: #192405;
}
.BgClassName
{
background-color: #192405;
}
</style>
border-color css
<style>
span { border-color: #192405; }
span { border-color: rgb(25,36,5); }
td.TdClassName
{
border-color: #192405;
}
.TagClassName
{
border-color: #192405;
}
</style>