Shades of Pine Tree #173207
Tints of Pine Tree #173207
RGB
CMYK
RGB Variations
Color information
#173207 (or 0x173207) is known color: Pine Tree. HEX triplet: 17, 32 and 07. RGB value is (23,50,7). Sum of RGB (Red+Green+Blue) = 23+50+7=80 (10% of max value = 765). Red value is 23 (9.38% from 255 or 28.75% from 80); Green value is 50 (19.92% from 255 or 62.5% from 80); Blue value is 7 (3.12% from 255 or 8.75% from 80); Max value from RGB is 50 - color contains mainly: green. Hex color #173207 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #173207 is #E8CDF8. Grayscale: #252525. Windows color (decimal): -15257081 or 471575. OLE color: 471575.
HSL color Cylindrical-coordinate representation of color #173207: hue angle of 97.67º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #173207 is Cyan = 0.54, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 23 | 50 | 7 | - |
| CMYK | 0.54 | 0 | 0.86 | 0.80 |
| HSL | 97.67º | 0.75% | 0.11% | - |
| HSV(B) | 97.67º | 0.86% | 0.2% | - |
| XYZ | 1.53 | 2.48 | 0.6 | - |
| YUV | 37.03 | 111.05 | 118 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 50 | 7 | 0.54 | 0 | 0.86 | 0.80 | 97.67 | 0.75 | 0.11 |
| Hex | 17 | 32 | 7 | 36 | 0 | 56 | 50 | 62 | 4B | B |
| Octal | 27 | 62 | 7 | 66 | 0 | 126 | 120 | 142 | 113 | 13 |
| Binary | 10111 | 110010 | 111 | 110110 | 0 | 1010110 | 1010000 | 1100010 | 1001011 | 1011 |
Color Harmonies of #173207
Complementary color
Monochromatic Colors of #173207
Black with #173207
Text Example
Text Example
White with #173207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173207; }
p { color: rgb(23,50,7); }
H1.HeaderClassName
{
color: #173207;
}
.AnyTagClassName
{
color: #173207;
}
</style>
background-color css
<style>
a { background-color: #173207; }
a { background-color: rgb(23,50,7); }
div.DivClassName
{
background-color: #173207;
}
.BgClassName
{
background-color: #173207;
}
</style>
border-color css
<style>
span { border-color: #173207; }
span { border-color: rgb(23,50,7); }
td.TdClassName
{
border-color: #173207;
}
.TagClassName
{
border-color: #173207;
}
</style>