Shades of Pine Tree #171F04
Tints of Pine Tree #171F04
RGB
CMYK
RGB Variations
Color information
#171F04 (or 0x171F04) is known color: Pine Tree. HEX triplet: 17, 1F and 04. RGB value is (23,31,4). Sum of RGB (Red+Green+Blue) = 23+31+4=58 (7% of max value = 765). Red value is 23 (9.38% from 255 or 39.66% from 58); Green value is 31 (12.5% from 255 or 53.45% from 58); Blue value is 4 (1.95% from 255 or 6.90% from 58); Max value from RGB is 31 - color contains mainly: green. Hex color #171F04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #171F04 is #E8E0FB. Grayscale: #191919. Windows color (decimal): -15261948 or 270103. OLE color: 270103.
HSL color Cylindrical-coordinate representation of color #171F04: hue angle of 77.78º degrees, saturation: 0.77, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #171F04 is Cyan = 0.26, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 23 | 31 | 4 | - |
| CMYK | 0.26 | 0 | 0.87 | 0.88 |
| HSL | 77.78º | 0.77% | 0.07% | - |
| HSV(B) | 77.78º | 0.87% | 0.12% | - |
| XYZ | 0.87 | 1.17 | 0.3 | - |
| YUV | 25.53 | 115.85 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 31 | 4 | 0.26 | 0 | 0.87 | 0.88 | 77.78 | 0.77 | 0.07 |
| Hex | 17 | 1F | 4 | 1A | 0 | 57 | 58 | 4E | 4D | 7 |
| Octal | 27 | 37 | 4 | 32 | 0 | 127 | 130 | 116 | 115 | 7 |
| Binary | 10111 | 11111 | 100 | 11010 | 0 | 1010111 | 1011000 | 1001110 | 1001101 | 111 |
Color Harmonies of #171F04
Complementary color
Monochromatic Colors of #171F04
Black with #171F04
Text Example
Text Example
White with #171F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171F04; }
p { color: rgb(23,31,4); }
H1.HeaderClassName
{
color: #171F04;
}
.AnyTagClassName
{
color: #171F04;
}
</style>
background-color css
<style>
a { background-color: #171F04; }
a { background-color: rgb(23,31,4); }
div.DivClassName
{
background-color: #171F04;
}
.BgClassName
{
background-color: #171F04;
}
</style>
border-color css
<style>
span { border-color: #171F04; }
span { border-color: rgb(23,31,4); }
td.TdClassName
{
border-color: #171F04;
}
.TagClassName
{
border-color: #171F04;
}
</style>