Shades of Pine Tree #17200C
Tints of Pine Tree #17200C
RGB
CMYK
RGB Variations
Color information
#17200C (or 0x17200C) is known color: Pine Tree. HEX triplet: 17, 20 and 0C. RGB value is (23,32,12). Sum of RGB (Red+Green+Blue) = 23+32+12=67 (8% of max value = 765). Red value is 23 (9.38% from 255 or 34.33% from 67); Green value is 32 (12.89% from 255 or 47.76% from 67); Blue value is 12 (5.08% from 255 or 17.91% from 67); Max value from RGB is 32 - color contains mainly: green. Hex color #17200C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #17200C is #E8DFF3. Grayscale: #1B1B1B. Windows color (decimal): -15261684 or 794647. OLE color: 794647.
HSL color Cylindrical-coordinate representation of color #17200C: hue angle of 87º degrees, saturation: 0.45, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #17200C is Cyan = 0.28, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 23 | 32 | 12 | - |
| CMYK | 0.28 | 0 | 0.63 | 0.87 |
| HSL | 87º | 0.45% | 0.09% | - |
| HSV(B) | 87º | 0.63% | 0.13% | - |
| XYZ | 0.94 | 1.24 | 0.54 | - |
| YUV | 27.03 | 119.52 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 32 | 12 | 0.28 | 0 | 0.63 | 0.87 | 87 | 0.45 | 0.09 |
| Hex | 17 | 20 | C | 1C | 0 | 3F | 57 | 57 | 2D | 9 |
| Octal | 27 | 40 | 14 | 34 | 0 | 77 | 127 | 127 | 55 | 11 |
| Binary | 10111 | 100000 | 1100 | 11100 | 0 | 111111 | 1010111 | 1010111 | 101101 | 1001 |
Color Harmonies of #17200C
Complementary color
Monochromatic Colors of #17200C
Black with #17200C
Text Example
Text Example
White with #17200C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17200C; }
p { color: rgb(23,32,12); }
H1.HeaderClassName
{
color: #17200C;
}
.AnyTagClassName
{
color: #17200C;
}
</style>
background-color css
<style>
a { background-color: #17200C; }
a { background-color: rgb(23,32,12); }
div.DivClassName
{
background-color: #17200C;
}
.BgClassName
{
background-color: #17200C;
}
</style>
border-color css
<style>
span { border-color: #17200C; }
span { border-color: rgb(23,32,12); }
td.TdClassName
{
border-color: #17200C;
}
.TagClassName
{
border-color: #17200C;
}
</style>