Shades of Pine Tree #172901
Tints of Pine Tree #172901
RGB
CMYK
RGB Variations
Color information
#172901 (or 0x172901) is known color: Pine Tree. HEX triplet: 17, 29 and 01. RGB value is (23,41,1). Sum of RGB (Red+Green+Blue) = 23+41+1=65 (8% of max value = 765). Red value is 23 (9.38% from 255 or 35.38% from 65); Green value is 41 (16.41% from 255 or 63.08% from 65); Blue value is 1 (0.78% from 255 or 1.54% from 65); Max value from RGB is 41 - color contains mainly: green. Hex color #172901 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #172901 is #E8D6FE. Grayscale: #1F1F1F. Windows color (decimal): -15259391 or 76055. OLE color: 76055.
HSL color Cylindrical-coordinate representation of color #172901: hue angle of 87º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #172901 is Cyan = 0.44, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 23 | 41 | 1 | - |
| CMYK | 0.44 | 0 | 0.98 | 0.84 |
| HSL | 87º | 0.95% | 0.08% | - |
| HSV(B) | 87º | 0.98% | 0.16% | - |
| XYZ | 1.15 | 1.77 | 0.31 | - |
| YUV | 31.06 | 111.04 | 122.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 41 | 1 | 0.44 | 0 | 0.98 | 0.84 | 87 | 0.95 | 0.08 |
| Hex | 17 | 29 | 1 | 2C | 0 | 62 | 54 | 57 | 5F | 8 |
| Octal | 27 | 51 | 1 | 54 | 0 | 142 | 124 | 127 | 137 | 10 |
| Binary | 10111 | 101001 | 1 | 101100 | 0 | 1100010 | 1010100 | 1010111 | 1011111 | 1000 |
Color Harmonies of #172901
Complementary color
Monochromatic Colors of #172901
Black with #172901
Text Example
Text Example
White with #172901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172901; }
p { color: rgb(23,41,1); }
H1.HeaderClassName
{
color: #172901;
}
.AnyTagClassName
{
color: #172901;
}
</style>
background-color css
<style>
a { background-color: #172901; }
a { background-color: rgb(23,41,1); }
div.DivClassName
{
background-color: #172901;
}
.BgClassName
{
background-color: #172901;
}
</style>
border-color css
<style>
span { border-color: #172901; }
span { border-color: rgb(23,41,1); }
td.TdClassName
{
border-color: #172901;
}
.TagClassName
{
border-color: #172901;
}
</style>