Shades of Pine Tree #193101
Tints of Pine Tree #193101
RGB
CMYK
RGB Variations
Color information
#193101 (or 0x193101) is known color: Pine Tree. HEX triplet: 19, 31 and 01. RGB value is (25,49,1). Sum of RGB (Red+Green+Blue) = 25+49+1=75 (9% of max value = 765). Red value is 25 (10.16% from 255 or 33.33% from 75); Green value is 49 (19.53% from 255 or 65.33% from 75); Blue value is 1 (0.78% from 255 or 1.33% from 75); Max value from RGB is 49 - color contains mainly: green. Hex color #193101 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #193101 is #E6CEFE. Grayscale: #242424. Windows color (decimal): -15126271 or 78105. OLE color: 78105.
HSL color Cylindrical-coordinate representation of color #193101: hue angle of 90º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #193101 is Cyan = 0.49, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 25 | 49 | 1 | - |
| CMYK | 0.49 | 0 | 0.98 | 0.81 |
| HSL | 90º | 0.96% | 0.1% | - |
| HSV(B) | 90º | 0.98% | 0.19% | - |
| XYZ | 1.5 | 2.41 | 0.41 | - |
| YUV | 36.35 | 108.05 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 49 | 1 | 0.49 | 0 | 0.98 | 0.81 | 90 | 0.96 | 0.1 |
| Hex | 19 | 31 | 1 | 31 | 0 | 62 | 51 | 5A | 60 | A |
| Octal | 31 | 61 | 1 | 61 | 0 | 142 | 121 | 132 | 140 | 12 |
| Binary | 11001 | 110001 | 1 | 110001 | 0 | 1100010 | 1010001 | 1011010 | 1100000 | 1010 |
Color Harmonies of #193101
Complementary color
Monochromatic Colors of #193101
Black with #193101
Text Example
Text Example
White with #193101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193101; }
p { color: rgb(25,49,1); }
H1.HeaderClassName
{
color: #193101;
}
.AnyTagClassName
{
color: #193101;
}
</style>
background-color css
<style>
a { background-color: #193101; }
a { background-color: rgb(25,49,1); }
div.DivClassName
{
background-color: #193101;
}
.BgClassName
{
background-color: #193101;
}
</style>
border-color css
<style>
span { border-color: #193101; }
span { border-color: rgb(25,49,1); }
td.TdClassName
{
border-color: #193101;
}
.TagClassName
{
border-color: #193101;
}
</style>