Shades of Pine Tree #193700
Tints of Pine Tree #193700
RGB
CMYK
RGB Variations
Color information
#193700 (or 0x193700) is known color: Pine Tree. HEX triplet: 19, 37 and 00. RGB value is (25,55,0). Sum of RGB (Red+Green+Blue) = 25+55+0=80 (10% of max value = 765). Red value is 25 (10.16% from 255 or 31.25% from 80); Green value is 55 (21.88% from 255 or 68.75% from 80); Blue value is 0 (0.39% from 255 or 0% from 80); Max value from RGB is 55 - color contains mainly: green. Hex color #193700 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #193700 is #E6C8FF. Grayscale: #272727. Windows color (decimal): -15124736 or 14105. OLE color: 14105.
HSL color Cylindrical-coordinate representation of color #193700: hue angle of 92.73º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #193700 is Cyan = 0.55, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 25 | 55 | 0 | - |
| CMYK | 0.55 | 0 | 1 | 0.78 |
| HSL | 92.73º | 1% | 0.11% | - |
| HSV(B) | 92.73º | 1% | 0.22% | - |
| XYZ | 1.77 | 2.94 | 0.47 | - |
| YUV | 39.76 | 105.56 | 117.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 55 | 0 | 0.55 | 0 | 1 | 0.78 | 92.73 | 1 | 0.11 |
| Hex | 19 | 37 | 0 | 37 | 0 | 64 | 4E | 5D | 64 | B |
| Octal | 31 | 67 | 0 | 67 | 0 | 144 | 116 | 135 | 144 | 13 |
| Binary | 11001 | 110111 | 0 | 110111 | 0 | 1100100 | 1001110 | 1011101 | 1100100 | 1011 |
Color Harmonies of #193700
Complementary color
Monochromatic Colors of #193700
Black with #193700
Text Example
Text Example
White with #193700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193700; }
p { color: rgb(25,55,0); }
H1.HeaderClassName
{
color: #193700;
}
.AnyTagClassName
{
color: #193700;
}
</style>
background-color css
<style>
a { background-color: #193700; }
a { background-color: rgb(25,55,0); }
div.DivClassName
{
background-color: #193700;
}
.BgClassName
{
background-color: #193700;
}
</style>
border-color css
<style>
span { border-color: #193700; }
span { border-color: rgb(25,55,0); }
td.TdClassName
{
border-color: #193700;
}
.TagClassName
{
border-color: #193700;
}
</style>