Shades of Pine Tree #193200
Tints of Pine Tree #193200
RGB
CMYK
RGB Variations
Color information
#193200 (or 0x193200) is known color: Pine Tree. HEX triplet: 19, 32 and 00. RGB value is (25,50,0). Sum of RGB (Red+Green+Blue) = 25+50+0=75 (9% of max value = 765). Red value is 25 (10.16% from 255 or 33.33% from 75); Green value is 50 (19.92% from 255 or 66.67% from 75); Blue value is 0 (0.39% from 255 or 0% from 75); Max value from RGB is 50 - color contains mainly: green. Hex color #193200 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #193200 is #E6CDFF. Grayscale: #252525. Windows color (decimal): -15126016 or 12825. OLE color: 12825.
HSL color Cylindrical-coordinate representation of color #193200: hue angle of 90º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #193200 is Cyan = 0.50, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 25 | 50 | 0 | - |
| CMYK | 0.50 | 0 | 1 | 0.80 |
| HSL | 90º | 1% | 0.1% | - |
| HSV(B) | 90º | 1% | 0.2% | - |
| XYZ | 1.54 | 2.49 | 0.4 | - |
| YUV | 36.83 | 107.22 | 119.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 50 | 0 | 0.50 | 0 | 1 | 0.80 | 90 | 1 | 0.1 |
| Hex | 19 | 32 | 0 | 32 | 0 | 64 | 50 | 5A | 64 | A |
| Octal | 31 | 62 | 0 | 62 | 0 | 144 | 120 | 132 | 144 | 12 |
| Binary | 11001 | 110010 | 0 | 110010 | 0 | 1100100 | 1010000 | 1011010 | 1100100 | 1010 |
Color Harmonies of #193200
Complementary color
Monochromatic Colors of #193200
Black with #193200
Text Example
Text Example
White with #193200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193200; }
p { color: rgb(25,50,0); }
H1.HeaderClassName
{
color: #193200;
}
.AnyTagClassName
{
color: #193200;
}
</style>
background-color css
<style>
a { background-color: #193200; }
a { background-color: rgb(25,50,0); }
div.DivClassName
{
background-color: #193200;
}
.BgClassName
{
background-color: #193200;
}
</style>
border-color css
<style>
span { border-color: #193200; }
span { border-color: rgb(25,50,0); }
td.TdClassName
{
border-color: #193200;
}
.TagClassName
{
border-color: #193200;
}
</style>