Shades of Pine Tree #193403
Tints of Pine Tree #193403
RGB
CMYK
RGB Variations
Color information
#193403 (or 0x193403) is known color: Pine Tree. HEX triplet: 19, 34 and 03. RGB value is (25,52,3). Sum of RGB (Red+Green+Blue) = 25+52+3=80 (10% of max value = 765). Red value is 25 (10.16% from 255 or 31.25% from 80); Green value is 52 (20.70% from 255 or 65% from 80); Blue value is 3 (1.56% from 255 or 3.75% from 80); Max value from RGB is 52 - color contains mainly: green. Hex color #193403 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #193403 is #E6CBFC. Grayscale: #262626. Windows color (decimal): -15125501 or 209945. OLE color: 209945.
HSL color Cylindrical-coordinate representation of color #193403: hue angle of 93.06º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #193403 is Cyan = 0.52, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 25 | 52 | 3 | - |
| CMYK | 0.52 | 0 | 0.94 | 0.80 |
| HSL | 93.06º | 0.89% | 0.11% | - |
| HSV(B) | 93.06º | 0.94% | 0.2% | - |
| XYZ | 1.65 | 2.67 | 0.51 | - |
| YUV | 38.34 | 108.05 | 118.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 52 | 3 | 0.52 | 0 | 0.94 | 0.80 | 93.06 | 0.89 | 0.11 |
| Hex | 19 | 34 | 3 | 34 | 0 | 5E | 50 | 5D | 59 | B |
| Octal | 31 | 64 | 3 | 64 | 0 | 136 | 120 | 135 | 131 | 13 |
| Binary | 11001 | 110100 | 11 | 110100 | 0 | 1011110 | 1010000 | 1011101 | 1011001 | 1011 |
Color Harmonies of #193403
Complementary color
Monochromatic Colors of #193403
Black with #193403
Text Example
Text Example
White with #193403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193403; }
p { color: rgb(25,52,3); }
H1.HeaderClassName
{
color: #193403;
}
.AnyTagClassName
{
color: #193403;
}
</style>
background-color css
<style>
a { background-color: #193403; }
a { background-color: rgb(25,52,3); }
div.DivClassName
{
background-color: #193403;
}
.BgClassName
{
background-color: #193403;
}
</style>
border-color css
<style>
span { border-color: #193403; }
span { border-color: rgb(25,52,3); }
td.TdClassName
{
border-color: #193403;
}
.TagClassName
{
border-color: #193403;
}
</style>