Shades of Pine Tree #171C0C
Tints of Pine Tree #171C0C
RGB
CMYK
RGB Variations
Color information
#171C0C (or 0x171C0C) is known color: Pine Tree. HEX triplet: 17, 1C and 0C. RGB value is (23,28,12). Sum of RGB (Red+Green+Blue) = 23+28+12=63 (8% of max value = 765). Red value is 23 (9.38% from 255 or 36.51% from 63); Green value is 28 (11.33% from 255 or 44.44% from 63); Blue value is 12 (5.08% from 255 or 19.05% from 63); Max value from RGB is 28 - color contains mainly: green. Hex color #171C0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #171C0C is #E8E3F3. Grayscale: #181818. Windows color (decimal): -15262708 or 793623. OLE color: 793623.
HSL color Cylindrical-coordinate representation of color #171C0C: hue angle of 78.75º degrees, saturation: 0.4, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #171C0C is Cyan = 0.18, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 23 | 28 | 12 | - |
| CMYK | 0.18 | 0 | 0.57 | 0.89 |
| HSL | 78.75º | 0.4% | 0.08% | - |
| HSV(B) | 78.75º | 0.57% | 0.11% | - |
| XYZ | 0.83 | 1.04 | 0.5 | - |
| YUV | 24.68 | 120.84 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 28 | 12 | 0.18 | 0 | 0.57 | 0.89 | 78.75 | 0.4 | 0.08 |
| Hex | 17 | 1C | C | 12 | 0 | 39 | 59 | 4F | 28 | 8 |
| Octal | 27 | 34 | 14 | 22 | 0 | 71 | 131 | 117 | 50 | 10 |
| Binary | 10111 | 11100 | 1100 | 10010 | 0 | 111001 | 1011001 | 1001111 | 101000 | 1000 |
Color Harmonies of #171C0C
Complementary color
Monochromatic Colors of #171C0C
Black with #171C0C
Text Example
Text Example
White with #171C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171C0C; }
p { color: rgb(23,28,12); }
H1.HeaderClassName
{
color: #171C0C;
}
.AnyTagClassName
{
color: #171C0C;
}
</style>
background-color css
<style>
a { background-color: #171C0C; }
a { background-color: rgb(23,28,12); }
div.DivClassName
{
background-color: #171C0C;
}
.BgClassName
{
background-color: #171C0C;
}
</style>
border-color css
<style>
span { border-color: #171C0C; }
span { border-color: rgb(23,28,12); }
td.TdClassName
{
border-color: #171C0C;
}
.TagClassName
{
border-color: #171C0C;
}
</style>