Shades of Pine Tree #172C00
Tints of Pine Tree #172C00
RGB
CMYK
RGB Variations
Color information
#172C00 (or 0x172C00) is known color: Pine Tree. HEX triplet: 17, 2C and 00. RGB value is (23,44,0). Sum of RGB (Red+Green+Blue) = 23+44+0=67 (8% of max value = 765). Red value is 23 (9.38% from 255 or 34.33% from 67); Green value is 44 (17.58% from 255 or 65.67% from 67); Blue value is 0 (0.39% from 255 or 0% from 67); Max value from RGB is 44 - color contains mainly: green. Hex color #172C00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #172C00 is #E8D3FF. Grayscale: #202020. Windows color (decimal): -15258624 or 11287. OLE color: 11287.
HSL color Cylindrical-coordinate representation of color #172C00: hue angle of 88.64º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 1%. Process color model (Four color, CMYK) of #172C00 is Cyan = 0.48, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 23 | 44 | 0 | - |
| CMYK | 0.48 | 0 | 1 | 0.83 |
| HSL | 88.64º | 1% | 0.09% | - |
| HSV(B) | 88.64º | 1% | 0.17% | - |
| XYZ | 1.25 | 1.98 | 0.32 | - |
| YUV | 32.71 | 109.54 | 121.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 44 | 0 | 0.48 | 0 | 1 | 0.83 | 88.64 | 1 | 0.09 |
| Hex | 17 | 2C | 0 | 30 | 0 | 64 | 53 | 59 | 64 | 9 |
| Octal | 27 | 54 | 0 | 60 | 0 | 144 | 123 | 131 | 144 | 11 |
| Binary | 10111 | 101100 | 0 | 110000 | 0 | 1100100 | 1010011 | 1011001 | 1100100 | 1001 |
Color Harmonies of #172C00
Complementary color
Monochromatic Colors of #172C00
Black with #172C00
Text Example
Text Example
White with #172C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172C00; }
p { color: rgb(23,44,0); }
H1.HeaderClassName
{
color: #172C00;
}
.AnyTagClassName
{
color: #172C00;
}
</style>
background-color css
<style>
a { background-color: #172C00; }
a { background-color: rgb(23,44,0); }
div.DivClassName
{
background-color: #172C00;
}
.BgClassName
{
background-color: #172C00;
}
</style>
border-color css
<style>
span { border-color: #172C00; }
span { border-color: rgb(23,44,0); }
td.TdClassName
{
border-color: #172C00;
}
.TagClassName
{
border-color: #172C00;
}
</style>