Shades of Pine Tree #1F2318
Tints of Pine Tree #1F2318
RGB
CMYK
RGB Variations
Color information
#1F2318 (or 0x1F2318) is known color: Pine Tree. HEX triplet: 1F, 23 and 18. RGB value is (31,35,24). Sum of RGB (Red+Green+Blue) = 31+35+24=90 (11% of max value = 765). Red value is 31 (12.5% from 255 or 34.44% from 90); Green value is 35 (14.06% from 255 or 38.89% from 90); Blue value is 24 (9.77% from 255 or 26.67% from 90); Max value from RGB is 35 - color contains mainly: green. Hex color #1F2318 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F2318 is #E0DCE7. Grayscale: #202020. Windows color (decimal): -14736616 or 1581855. OLE color: 1581855.
HSL color Cylindrical-coordinate representation of color #1F2318: hue angle of 81.82º degrees, saturation: 0.19, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #1F2318 is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 31 | 35 | 24 | - |
| CMYK | 0.11 | 0 | 0.31 | 0.86 |
| HSL | 81.82º | 0.19% | 0.12% | - |
| HSV(B) | 81.82º | 0.31% | 0.14% | - |
| XYZ | 1.33 | 1.56 | 1.09 | - |
| YUV | 32.55 | 123.17 | 126.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 35 | 24 | 0.11 | 0 | 0.31 | 0.86 | 81.82 | 0.19 | 0.12 |
| Hex | 1F | 23 | 18 | B | 0 | 1F | 56 | 52 | 13 | C |
| Octal | 37 | 43 | 30 | 13 | 0 | 37 | 126 | 122 | 23 | 14 |
| Binary | 11111 | 100011 | 11000 | 1011 | 0 | 11111 | 1010110 | 1010010 | 10011 | 1100 |
Color Harmonies of #1F2318
Complementary color
Monochromatic Colors of #1F2318
Black with #1F2318
Text Example
Text Example
White with #1F2318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2318; }
p { color: rgb(31,35,24); }
H1.HeaderClassName
{
color: #1F2318;
}
.AnyTagClassName
{
color: #1F2318;
}
</style>
background-color css
<style>
a { background-color: #1F2318; }
a { background-color: rgb(31,35,24); }
div.DivClassName
{
background-color: #1F2318;
}
.BgClassName
{
background-color: #1F2318;
}
</style>
border-color css
<style>
span { border-color: #1F2318; }
span { border-color: rgb(31,35,24); }
td.TdClassName
{
border-color: #1F2318;
}
.TagClassName
{
border-color: #1F2318;
}
</style>