Shades of Pine Tree #171F02
Tints of Pine Tree #171F02
RGB
CMYK
RGB Variations
Color information
#171F02 (or 0x171F02) is known color: Pine Tree. HEX triplet: 17, 1F and 02. RGB value is (23,31,2). Sum of RGB (Red+Green+Blue) = 23+31+2=56 (7% of max value = 765). Red value is 23 (9.38% from 255 or 41.07% from 56); Green value is 31 (12.5% from 255 or 55.36% from 56); Blue value is 2 (1.17% from 255 or 3.57% from 56); Max value from RGB is 31 - color contains mainly: green. Hex color #171F02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #171F02 is #E8E0FD. Grayscale: #191919. Windows color (decimal): -15261950 or 139031. OLE color: 139031.
HSL color Cylindrical-coordinate representation of color #171F02: hue angle of 76.55º degrees, saturation: 0.88, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #171F02 is Cyan = 0.26, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 23 | 31 | 2 | - |
| CMYK | 0.26 | 0 | 0.94 | 0.88 |
| HSL | 76.55º | 0.88% | 0.06% | - |
| HSV(B) | 76.55º | 0.94% | 0.12% | - |
| XYZ | 0.85 | 1.17 | 0.24 | - |
| YUV | 25.3 | 114.85 | 126.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 31 | 2 | 0.26 | 0 | 0.94 | 0.88 | 76.55 | 0.88 | 0.06 |
| Hex | 17 | 1F | 2 | 1A | 0 | 5E | 58 | 4D | 58 | 6 |
| Octal | 27 | 37 | 2 | 32 | 0 | 136 | 130 | 115 | 130 | 6 |
| Binary | 10111 | 11111 | 10 | 11010 | 0 | 1011110 | 1011000 | 1001101 | 1011000 | 110 |
Color Harmonies of #171F02
Complementary color
Monochromatic Colors of #171F02
Black with #171F02
Text Example
Text Example
White with #171F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171F02; }
p { color: rgb(23,31,2); }
H1.HeaderClassName
{
color: #171F02;
}
.AnyTagClassName
{
color: #171F02;
}
</style>
background-color css
<style>
a { background-color: #171F02; }
a { background-color: rgb(23,31,2); }
div.DivClassName
{
background-color: #171F02;
}
.BgClassName
{
background-color: #171F02;
}
</style>
border-color css
<style>
span { border-color: #171F02; }
span { border-color: rgb(23,31,2); }
td.TdClassName
{
border-color: #171F02;
}
.TagClassName
{
border-color: #171F02;
}
</style>