Shades of Pine Tree #17270C
Tints of Pine Tree #17270C
RGB
CMYK
RGB Variations
Color information
#17270C (or 0x17270C) is known color: Pine Tree. HEX triplet: 17, 27 and 0C. RGB value is (23,39,12). Sum of RGB (Red+Green+Blue) = 23+39+12=74 (9% of max value = 765). Red value is 23 (9.38% from 255 or 31.08% from 74); Green value is 39 (15.62% from 255 or 52.70% from 74); Blue value is 12 (5.08% from 255 or 16.22% from 74); Max value from RGB is 39 - color contains mainly: green. Hex color #17270C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #17270C is #E8D8F3. Grayscale: #1F1F1F. Windows color (decimal): -15259892 or 796439. OLE color: 796439.
HSL color Cylindrical-coordinate representation of color #17270C: hue angle of 95.56º degrees, saturation: 0.53, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #17270C is Cyan = 0.41, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 23 | 39 | 12 | - |
| CMYK | 0.41 | 0 | 0.69 | 0.85 |
| HSL | 95.56º | 0.53% | 0.1% | - |
| HSV(B) | 95.56º | 0.69% | 0.15% | - |
| XYZ | 1.15 | 1.66 | 0.61 | - |
| YUV | 31.14 | 117.2 | 122.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 39 | 12 | 0.41 | 0 | 0.69 | 0.85 | 95.56 | 0.53 | 0.1 |
| Hex | 17 | 27 | C | 29 | 0 | 45 | 55 | 60 | 35 | A |
| Octal | 27 | 47 | 14 | 51 | 0 | 105 | 125 | 140 | 65 | 12 |
| Binary | 10111 | 100111 | 1100 | 101001 | 0 | 1000101 | 1010101 | 1100000 | 110101 | 1010 |
Color Harmonies of #17270C
Complementary color
Monochromatic Colors of #17270C
Black with #17270C
Text Example
Text Example
White with #17270C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17270C; }
p { color: rgb(23,39,12); }
H1.HeaderClassName
{
color: #17270C;
}
.AnyTagClassName
{
color: #17270C;
}
</style>
background-color css
<style>
a { background-color: #17270C; }
a { background-color: rgb(23,39,12); }
div.DivClassName
{
background-color: #17270C;
}
.BgClassName
{
background-color: #17270C;
}
</style>
border-color css
<style>
span { border-color: #17270C; }
span { border-color: rgb(23,39,12); }
td.TdClassName
{
border-color: #17270C;
}
.TagClassName
{
border-color: #17270C;
}
</style>