Shades of Pine Tree #193308
Tints of Pine Tree #193308
RGB
CMYK
RGB Variations
Color information
#193308 (or 0x193308) is known color: Pine Tree. HEX triplet: 19, 33 and 08. RGB value is (25,51,8). Sum of RGB (Red+Green+Blue) = 25+51+8=84 (11% of max value = 765). Red value is 25 (10.16% from 255 or 29.76% from 84); Green value is 51 (20.31% from 255 or 60.71% from 84); Blue value is 8 (3.52% from 255 or 9.52% from 84); Max value from RGB is 51 - color contains mainly: green. Hex color #193308 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #193308 is #E6CCF7. Grayscale: #262626. Windows color (decimal): -15125752 or 537369. OLE color: 537369.
HSL color Cylindrical-coordinate representation of color #193308: hue angle of 96.28º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #193308 is Cyan = 0.51, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 25 | 51 | 8 | - |
| CMYK | 0.51 | 0 | 0.84 | 0.8 |
| HSL | 96.28º | 0.73% | 0.12% | - |
| HSV(B) | 96.28º | 0.84% | 0.2% | - |
| XYZ | 1.63 | 2.59 | 0.64 | - |
| YUV | 38.32 | 110.89 | 118.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 51 | 8 | 0.51 | 0 | 0.84 | 0.8 | 96.28 | 0.73 | 0.12 |
| Hex | 19 | 33 | 8 | 33 | 0 | 54 | 50 | 60 | 49 | C |
| Octal | 31 | 63 | 10 | 63 | 0 | 124 | 120 | 140 | 111 | 14 |
| Binary | 11001 | 110011 | 1000 | 110011 | 0 | 1010100 | 1010000 | 1100000 | 1001001 | 1100 |
Color Harmonies of #193308
Complementary color
Monochromatic Colors of #193308
Black with #193308
Text Example
Text Example
White with #193308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193308; }
p { color: rgb(25,51,8); }
H1.HeaderClassName
{
color: #193308;
}
.AnyTagClassName
{
color: #193308;
}
</style>
background-color css
<style>
a { background-color: #193308; }
a { background-color: rgb(25,51,8); }
div.DivClassName
{
background-color: #193308;
}
.BgClassName
{
background-color: #193308;
}
</style>
border-color css
<style>
span { border-color: #193308; }
span { border-color: rgb(25,51,8); }
td.TdClassName
{
border-color: #193308;
}
.TagClassName
{
border-color: #193308;
}
</style>