Shades of Pine Tree #193107
Tints of Pine Tree #193107
RGB
CMYK
RGB Variations
Color information
#193107 (or 0x193107) is known color: Pine Tree. HEX triplet: 19, 31 and 07. RGB value is (25,49,7). Sum of RGB (Red+Green+Blue) = 25+49+7=81 (10% of max value = 765). Red value is 25 (10.16% from 255 or 30.86% from 81); Green value is 49 (19.53% from 255 or 60.49% from 81); Blue value is 7 (3.12% from 255 or 8.64% from 81); Max value from RGB is 49 - color contains mainly: green. Hex color #193107 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #193107 is #E6CEF8. Grayscale: #252525. Windows color (decimal): -15126265 or 471321. OLE color: 471321.
HSL color Cylindrical-coordinate representation of color #193107: hue angle of 94.29º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #193107 is Cyan = 0.49, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 25 | 49 | 7 | - |
| CMYK | 0.49 | 0 | 0.86 | 0.81 |
| HSL | 94.29º | 0.75% | 0.11% | - |
| HSV(B) | 94.29º | 0.86% | 0.19% | - |
| XYZ | 1.54 | 2.42 | 0.59 | - |
| YUV | 37.04 | 111.05 | 119.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 49 | 7 | 0.49 | 0 | 0.86 | 0.81 | 94.29 | 0.75 | 0.11 |
| Hex | 19 | 31 | 7 | 31 | 0 | 56 | 51 | 5E | 4B | B |
| Octal | 31 | 61 | 7 | 61 | 0 | 126 | 121 | 136 | 113 | 13 |
| Binary | 11001 | 110001 | 111 | 110001 | 0 | 1010110 | 1010001 | 1011110 | 1001011 | 1011 |
Color Harmonies of #193107
Complementary color
Monochromatic Colors of #193107
Black with #193107
Text Example
Text Example
White with #193107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193107; }
p { color: rgb(25,49,7); }
H1.HeaderClassName
{
color: #193107;
}
.AnyTagClassName
{
color: #193107;
}
</style>
background-color css
<style>
a { background-color: #193107; }
a { background-color: rgb(25,49,7); }
div.DivClassName
{
background-color: #193107;
}
.BgClassName
{
background-color: #193107;
}
</style>
border-color css
<style>
span { border-color: #193107; }
span { border-color: rgb(25,49,7); }
td.TdClassName
{
border-color: #193107;
}
.TagClassName
{
border-color: #193107;
}
</style>