Shades of Pine Tree #172002
Tints of Pine Tree #172002
RGB
CMYK
RGB Variations
Color information
#172002 (or 0x172002) is known color: Pine Tree. HEX triplet: 17, 20 and 02. RGB value is (23,32,2). Sum of RGB (Red+Green+Blue) = 23+32+2=57 (7% of max value = 765). Red value is 23 (9.38% from 255 or 40.35% from 57); Green value is 32 (12.89% from 255 or 56.14% from 57); Blue value is 2 (1.17% from 255 or 3.51% from 57); Max value from RGB is 32 - color contains mainly: green. Hex color #172002 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #172002 is #E8DFFD. Grayscale: #191919. Windows color (decimal): -15261694 or 139287. OLE color: 139287.
HSL color Cylindrical-coordinate representation of color #172002: hue angle of 78º degrees, saturation: 0.88, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #172002 is Cyan = 0.28, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 23 | 32 | 2 | - |
| CMYK | 0.28 | 0 | 0.94 | 0.87 |
| HSL | 78º | 0.88% | 0.07% | - |
| HSV(B) | 78º | 0.94% | 0.13% | - |
| XYZ | 0.88 | 1.22 | 0.25 | - |
| YUV | 25.89 | 114.52 | 125.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 32 | 2 | 0.28 | 0 | 0.94 | 0.87 | 78 | 0.88 | 0.07 |
| Hex | 17 | 20 | 2 | 1C | 0 | 5E | 57 | 4E | 58 | 7 |
| Octal | 27 | 40 | 2 | 34 | 0 | 136 | 127 | 116 | 130 | 7 |
| Binary | 10111 | 100000 | 10 | 11100 | 0 | 1011110 | 1010111 | 1001110 | 1011000 | 111 |
Color Harmonies of #172002
Complementary color
Monochromatic Colors of #172002
Black with #172002
Text Example
Text Example
White with #172002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172002; }
p { color: rgb(23,32,2); }
H1.HeaderClassName
{
color: #172002;
}
.AnyTagClassName
{
color: #172002;
}
</style>
background-color css
<style>
a { background-color: #172002; }
a { background-color: rgb(23,32,2); }
div.DivClassName
{
background-color: #172002;
}
.BgClassName
{
background-color: #172002;
}
</style>
border-color css
<style>
span { border-color: #172002; }
span { border-color: rgb(23,32,2); }
td.TdClassName
{
border-color: #172002;
}
.TagClassName
{
border-color: #172002;
}
</style>