Shades of Pine Tree #172102
Tints of Pine Tree #172102
RGB
CMYK
RGB Variations
Color information
#172102 (or 0x172102) is known color: Pine Tree. HEX triplet: 17, 21 and 02. RGB value is (23,33,2). Sum of RGB (Red+Green+Blue) = 23+33+2=58 (7% of max value = 765). Red value is 23 (9.38% from 255 or 39.66% from 58); Green value is 33 (13.28% from 255 or 56.90% from 58); Blue value is 2 (1.17% from 255 or 3.45% from 58); Max value from RGB is 33 - color contains mainly: green. Hex color #172102 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #172102 is #E8DEFD. Grayscale: #1A1A1A. Windows color (decimal): -15261438 or 139543. OLE color: 139543.
HSL color Cylindrical-coordinate representation of color #172102: hue angle of 79.35º degrees, saturation: 0.89, 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 #172102 is Cyan = 0.30, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 23 | 33 | 2 | - |
| CMYK | 0.30 | 0 | 0.94 | 0.87 |
| HSL | 79.35º | 0.89% | 0.07% | - |
| HSV(B) | 79.35º | 0.94% | 0.13% | - |
| XYZ | 0.91 | 1.27 | 0.26 | - |
| YUV | 26.48 | 114.19 | 125.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 33 | 2 | 0.30 | 0 | 0.94 | 0.87 | 79.35 | 0.89 | 0.07 |
| Hex | 17 | 21 | 2 | 1E | 0 | 5E | 57 | 4F | 59 | 7 |
| Octal | 27 | 41 | 2 | 36 | 0 | 136 | 127 | 117 | 131 | 7 |
| Binary | 10111 | 100001 | 10 | 11110 | 0 | 1011110 | 1010111 | 1001111 | 1011001 | 111 |
Color Harmonies of #172102
Complementary color
Monochromatic Colors of #172102
Black with #172102
Text Example
Text Example
White with #172102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172102; }
p { color: rgb(23,33,2); }
H1.HeaderClassName
{
color: #172102;
}
.AnyTagClassName
{
color: #172102;
}
</style>
background-color css
<style>
a { background-color: #172102; }
a { background-color: rgb(23,33,2); }
div.DivClassName
{
background-color: #172102;
}
.BgClassName
{
background-color: #172102;
}
</style>
border-color css
<style>
span { border-color: #172102; }
span { border-color: rgb(23,33,2); }
td.TdClassName
{
border-color: #172102;
}
.TagClassName
{
border-color: #172102;
}
</style>