Shades of Pine Tree #172401
Tints of Pine Tree #172401
RGB
CMYK
RGB Variations
Color information
#172401 (or 0x172401) is known color: Pine Tree. HEX triplet: 17, 24 and 01. RGB value is (23,36,1). Sum of RGB (Red+Green+Blue) = 23+36+1=60 (7% of max value = 765). Red value is 23 (9.38% from 255 or 38.33% from 60); Green value is 36 (14.45% from 255 or 60% from 60); Blue value is 1 (0.78% from 255 or 1.67% from 60); Max value from RGB is 36 - color contains mainly: green. Hex color #172401 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #172401 is #E8DBFE. Grayscale: #1C1C1C. Windows color (decimal): -15260671 or 74775. OLE color: 74775.
HSL color Cylindrical-coordinate representation of color #172401: hue angle of 82.29º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #172401 is Cyan = 0.36, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 23 | 36 | 1 | - |
| CMYK | 0.36 | 0 | 0.97 | 0.86 |
| HSL | 82.29º | 0.95% | 0.07% | - |
| HSV(B) | 82.29º | 0.97% | 0.14% | - |
| XYZ | 0.99 | 1.45 | 0.26 | - |
| YUV | 28.12 | 112.69 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 36 | 1 | 0.36 | 0 | 0.97 | 0.86 | 82.29 | 0.95 | 0.07 |
| Hex | 17 | 24 | 1 | 24 | 0 | 61 | 56 | 52 | 5F | 7 |
| Octal | 27 | 44 | 1 | 44 | 0 | 141 | 126 | 122 | 137 | 7 |
| Binary | 10111 | 100100 | 1 | 100100 | 0 | 1100001 | 1010110 | 1010010 | 1011111 | 111 |
Color Harmonies of #172401
Complementary color
Monochromatic Colors of #172401
Black with #172401
Text Example
Text Example
White with #172401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172401; }
p { color: rgb(23,36,1); }
H1.HeaderClassName
{
color: #172401;
}
.AnyTagClassName
{
color: #172401;
}
</style>
background-color css
<style>
a { background-color: #172401; }
a { background-color: rgb(23,36,1); }
div.DivClassName
{
background-color: #172401;
}
.BgClassName
{
background-color: #172401;
}
</style>
border-color css
<style>
span { border-color: #172401; }
span { border-color: rgb(23,36,1); }
td.TdClassName
{
border-color: #172401;
}
.TagClassName
{
border-color: #172401;
}
</style>