Shades of Pine Tree #193801
Tints of Pine Tree #193801
RGB
CMYK
RGB Variations
Color information
#193801 (or 0x193801) is known color: Pine Tree. HEX triplet: 19, 38 and 01. RGB value is (25,56,1). Sum of RGB (Red+Green+Blue) = 25+56+1=82 (10% of max value = 765). Red value is 25 (10.16% from 255 or 30.49% from 82); Green value is 56 (22.27% from 255 or 68.29% from 82); Blue value is 1 (0.78% from 255 or 1.22% from 82); Max value from RGB is 56 - color contains mainly: green. Hex color #193801 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #193801 is #E6C7FE. Grayscale: #282828. Windows color (decimal): -15124479 or 79897. OLE color: 79897.
HSL color Cylindrical-coordinate representation of color #193801: hue angle of 93.82º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #193801 is Cyan = 0.55, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 25 | 56 | 1 | - |
| CMYK | 0.55 | 0 | 0.98 | 0.78 |
| HSL | 93.82º | 0.96% | 0.11% | - |
| HSV(B) | 93.82º | 0.98% | 0.22% | - |
| XYZ | 1.82 | 3.04 | 0.52 | - |
| YUV | 40.46 | 105.73 | 116.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 56 | 1 | 0.55 | 0 | 0.98 | 0.78 | 93.82 | 0.96 | 0.11 |
| Hex | 19 | 38 | 1 | 37 | 0 | 62 | 4E | 5E | 60 | B |
| Octal | 31 | 70 | 1 | 67 | 0 | 142 | 116 | 136 | 140 | 13 |
| Binary | 11001 | 111000 | 1 | 110111 | 0 | 1100010 | 1001110 | 1011110 | 1100000 | 1011 |
Color Harmonies of #193801
Complementary color
Monochromatic Colors of #193801
Black with #193801
Text Example
Text Example
White with #193801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193801; }
p { color: rgb(25,56,1); }
H1.HeaderClassName
{
color: #193801;
}
.AnyTagClassName
{
color: #193801;
}
</style>
background-color css
<style>
a { background-color: #193801; }
a { background-color: rgb(25,56,1); }
div.DivClassName
{
background-color: #193801;
}
.BgClassName
{
background-color: #193801;
}
</style>
border-color css
<style>
span { border-color: #193801; }
span { border-color: rgb(25,56,1); }
td.TdClassName
{
border-color: #193801;
}
.TagClassName
{
border-color: #193801;
}
</style>