Shades of Pine Tree #193802
Tints of Pine Tree #193802
RGB
CMYK
RGB Variations
Color information
#193802 (or 0x193802) is known color: Pine Tree. HEX triplet: 19, 38 and 02. RGB value is (25,56,2). Sum of RGB (Red+Green+Blue) = 25+56+2=83 (10% of max value = 765). Red value is 25 (10.16% from 255 or 30.12% from 83); Green value is 56 (22.27% from 255 or 67.47% from 83); Blue value is 2 (1.17% from 255 or 2.41% from 83); Max value from RGB is 56 - color contains mainly: green. Hex color #193802 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #193802 is #E6C7FD. Grayscale: #282828. Windows color (decimal): -15124478 or 145433. OLE color: 145433.
HSL color Cylindrical-coordinate representation of color #193802: hue angle of 94.44º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #193802 is Cyan = 0.55, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 25 | 56 | 2 | - |
| CMYK | 0.55 | 0 | 0.96 | 0.78 |
| HSL | 94.44º | 0.93% | 0.11% | - |
| HSV(B) | 94.44º | 0.96% | 0.22% | - |
| XYZ | 1.83 | 3.04 | 0.55 | - |
| YUV | 40.58 | 106.23 | 116.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 56 | 2 | 0.55 | 0 | 0.96 | 0.78 | 94.44 | 0.93 | 0.11 |
| Hex | 19 | 38 | 2 | 37 | 0 | 60 | 4E | 5E | 5D | B |
| Octal | 31 | 70 | 2 | 67 | 0 | 140 | 116 | 136 | 135 | 13 |
| Binary | 11001 | 111000 | 10 | 110111 | 0 | 1100000 | 1001110 | 1011110 | 1011101 | 1011 |
Color Harmonies of #193802
Complementary color
Monochromatic Colors of #193802
Black with #193802
Text Example
Text Example
White with #193802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193802; }
p { color: rgb(25,56,2); }
H1.HeaderClassName
{
color: #193802;
}
.AnyTagClassName
{
color: #193802;
}
</style>
background-color css
<style>
a { background-color: #193802; }
a { background-color: rgb(25,56,2); }
div.DivClassName
{
background-color: #193802;
}
.BgClassName
{
background-color: #193802;
}
</style>
border-color css
<style>
span { border-color: #193802; }
span { border-color: rgb(25,56,2); }
td.TdClassName
{
border-color: #193802;
}
.TagClassName
{
border-color: #193802;
}
</style>