Shades of Pine Tree #17250F
Tints of Pine Tree #17250F
RGB
CMYK
RGB Variations
Color information
#17250F (or 0x17250F) is known color: Pine Tree. HEX triplet: 17, 25 and 0F. RGB value is (23,37,15). Sum of RGB (Red+Green+Blue) = 23+37+15=75 (9% of max value = 765). Red value is 23 (9.38% from 255 or 30.67% from 75); Green value is 37 (14.84% from 255 or 49.33% from 75); Blue value is 15 (6.25% from 255 or 20% from 75); Max value from RGB is 37 - color contains mainly: green. Hex color #17250F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #17250F is #E8DAF0. Grayscale: #1E1E1E. Windows color (decimal): -15260401 or 992535. OLE color: 992535.
HSL color Cylindrical-coordinate representation of color #17250F: hue angle of 98.18º degrees, saturation: 0.42, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #17250F is Cyan = 0.38, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 23 | 37 | 15 | - |
| CMYK | 0.38 | 0 | 0.59 | 0.85 |
| HSL | 98.18º | 0.42% | 0.1% | - |
| HSV(B) | 98.18º | 0.59% | 0.15% | - |
| XYZ | 1.1 | 1.54 | 0.69 | - |
| YUV | 30.31 | 119.36 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 37 | 15 | 0.38 | 0 | 0.59 | 0.85 | 98.18 | 0.42 | 0.1 |
| Hex | 17 | 25 | F | 26 | 0 | 3B | 55 | 62 | 2A | A |
| Octal | 27 | 45 | 17 | 46 | 0 | 73 | 125 | 142 | 52 | 12 |
| Binary | 10111 | 100101 | 1111 | 100110 | 0 | 111011 | 1010101 | 1100010 | 101010 | 1010 |
Color Harmonies of #17250F
Complementary color
Monochromatic Colors of #17250F
Black with #17250F
Text Example
Text Example
White with #17250F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17250F; }
p { color: rgb(23,37,15); }
H1.HeaderClassName
{
color: #17250F;
}
.AnyTagClassName
{
color: #17250F;
}
</style>
background-color css
<style>
a { background-color: #17250F; }
a { background-color: rgb(23,37,15); }
div.DivClassName
{
background-color: #17250F;
}
.BgClassName
{
background-color: #17250F;
}
</style>
border-color css
<style>
span { border-color: #17250F; }
span { border-color: rgb(23,37,15); }
td.TdClassName
{
border-color: #17250F;
}
.TagClassName
{
border-color: #17250F;
}
</style>