Shades of Pine Tree #172D04
Tints of Pine Tree #172D04
RGB
CMYK
RGB Variations
Color information
#172D04 (or 0x172D04) is known color: Pine Tree. HEX triplet: 17, 2D and 04. RGB value is (23,45,4). Sum of RGB (Red+Green+Blue) = 23+45+4=72 (9% of max value = 765). Red value is 23 (9.38% from 255 or 31.94% from 72); Green value is 45 (17.97% from 255 or 62.5% from 72); Blue value is 4 (1.95% from 255 or 5.56% from 72); Max value from RGB is 45 - color contains mainly: green. Hex color #172D04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #172D04 is #E8D2FB. Grayscale: #212121. Windows color (decimal): -15258364 or 273687. OLE color: 273687.
HSL color Cylindrical-coordinate representation of color #172D04: hue angle of 92.2º degrees, saturation: 0.84, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #172D04 is Cyan = 0.49, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 23 | 45 | 4 | - |
| CMYK | 0.49 | 0 | 0.91 | 0.82 |
| HSL | 92.2º | 0.84% | 0.1% | - |
| HSV(B) | 92.2º | 0.91% | 0.18% | - |
| XYZ | 1.31 | 2.07 | 0.44 | - |
| YUV | 33.75 | 111.21 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 45 | 4 | 0.49 | 0 | 0.91 | 0.82 | 92.2 | 0.84 | 0.1 |
| Hex | 17 | 2D | 4 | 31 | 0 | 5B | 52 | 5C | 54 | A |
| Octal | 27 | 55 | 4 | 61 | 0 | 133 | 122 | 134 | 124 | 12 |
| Binary | 10111 | 101101 | 100 | 110001 | 0 | 1011011 | 1010010 | 1011100 | 1010100 | 1010 |
Color Harmonies of #172D04
Complementary color
Monochromatic Colors of #172D04
Black with #172D04
Text Example
Text Example
White with #172D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172D04; }
p { color: rgb(23,45,4); }
H1.HeaderClassName
{
color: #172D04;
}
.AnyTagClassName
{
color: #172D04;
}
</style>
background-color css
<style>
a { background-color: #172D04; }
a { background-color: rgb(23,45,4); }
div.DivClassName
{
background-color: #172D04;
}
.BgClassName
{
background-color: #172D04;
}
</style>
border-color css
<style>
span { border-color: #172D04; }
span { border-color: rgb(23,45,4); }
td.TdClassName
{
border-color: #172D04;
}
.TagClassName
{
border-color: #172D04;
}
</style>