Shades of Pine Tree #17250C
Tints of Pine Tree #17250C
RGB
CMYK
RGB Variations
Color information
#17250C (or 0x17250C) is known color: Pine Tree. HEX triplet: 17, 25 and 0C. RGB value is (23,37,12). Sum of RGB (Red+Green+Blue) = 23+37+12=72 (9% of max value = 765). Red value is 23 (9.38% from 255 or 31.94% from 72); Green value is 37 (14.84% from 255 or 51.39% from 72); Blue value is 12 (5.08% from 255 or 16.67% from 72); Max value from RGB is 37 - color contains mainly: green. Hex color #17250C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #17250C is #E8DAF3. Grayscale: #1E1E1E. Windows color (decimal): -15260404 or 795927. OLE color: 795927.
HSL color Cylindrical-coordinate representation of color #17250C: hue angle of 93.6º degrees, saturation: 0.51, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #17250C is Cyan = 0.38, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 23 | 37 | 12 | - |
| CMYK | 0.38 | 0 | 0.68 | 0.85 |
| HSL | 93.6º | 0.51% | 0.1% | - |
| HSV(B) | 93.6º | 0.68% | 0.15% | - |
| XYZ | 1.08 | 1.53 | 0.59 | - |
| YUV | 29.96 | 117.86 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 37 | 12 | 0.38 | 0 | 0.68 | 0.85 | 93.6 | 0.51 | 0.1 |
| Hex | 17 | 25 | C | 26 | 0 | 44 | 55 | 5E | 33 | A |
| Octal | 27 | 45 | 14 | 46 | 0 | 104 | 125 | 136 | 63 | 12 |
| Binary | 10111 | 100101 | 1100 | 100110 | 0 | 1000100 | 1010101 | 1011110 | 110011 | 1010 |
Color Harmonies of #17250C
Complementary color
Monochromatic Colors of #17250C
Black with #17250C
Text Example
Text Example
White with #17250C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17250C; }
p { color: rgb(23,37,12); }
H1.HeaderClassName
{
color: #17250C;
}
.AnyTagClassName
{
color: #17250C;
}
</style>
background-color css
<style>
a { background-color: #17250C; }
a { background-color: rgb(23,37,12); }
div.DivClassName
{
background-color: #17250C;
}
.BgClassName
{
background-color: #17250C;
}
</style>
border-color css
<style>
span { border-color: #17250C; }
span { border-color: rgb(23,37,12); }
td.TdClassName
{
border-color: #17250C;
}
.TagClassName
{
border-color: #17250C;
}
</style>