Shades of Pine Tree #172402
Tints of Pine Tree #172402
RGB
CMYK
RGB Variations
Color information
#172402 (or 0x172402) is known color: Pine Tree. HEX triplet: 17, 24 and 02. RGB value is (23,36,2). Sum of RGB (Red+Green+Blue) = 23+36+2=61 (8% of max value = 765). Red value is 23 (9.38% from 255 or 37.70% from 61); Green value is 36 (14.45% from 255 or 59.02% from 61); Blue value is 2 (1.17% from 255 or 3.28% from 61); Max value from RGB is 36 - color contains mainly: green. Hex color #172402 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #172402 is #E8DBFD. Grayscale: #1C1C1C. Windows color (decimal): -15260670 or 140311. OLE color: 140311.
HSL color Cylindrical-coordinate representation of color #172402: hue angle of 82.94º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #172402 is Cyan = 0.36, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 23 | 36 | 2 | - |
| CMYK | 0.36 | 0 | 0.94 | 0.86 |
| HSL | 82.94º | 0.89% | 0.07% | - |
| HSV(B) | 82.94º | 0.94% | 0.14% | - |
| XYZ | 1 | 1.45 | 0.28 | - |
| YUV | 28.24 | 113.19 | 124.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 36 | 2 | 0.36 | 0 | 0.94 | 0.86 | 82.94 | 0.89 | 0.07 |
| Hex | 17 | 24 | 2 | 24 | 0 | 5E | 56 | 53 | 59 | 7 |
| Octal | 27 | 44 | 2 | 44 | 0 | 136 | 126 | 123 | 131 | 7 |
| Binary | 10111 | 100100 | 10 | 100100 | 0 | 1011110 | 1010110 | 1010011 | 1011001 | 111 |
Color Harmonies of #172402
Complementary color
Monochromatic Colors of #172402
Black with #172402
Text Example
Text Example
White with #172402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172402; }
p { color: rgb(23,36,2); }
H1.HeaderClassName
{
color: #172402;
}
.AnyTagClassName
{
color: #172402;
}
</style>
background-color css
<style>
a { background-color: #172402; }
a { background-color: rgb(23,36,2); }
div.DivClassName
{
background-color: #172402;
}
.BgClassName
{
background-color: #172402;
}
</style>
border-color css
<style>
span { border-color: #172402; }
span { border-color: rgb(23,36,2); }
td.TdClassName
{
border-color: #172402;
}
.TagClassName
{
border-color: #172402;
}
</style>