Shades of Pine Tree #1F221A
Tints of Pine Tree #1F221A
RGB
CMYK
RGB Variations
Color information
#1F221A (or 0x1F221A) is known color: Pine Tree. HEX triplet: 1F, 22 and 1A. RGB value is (31,34,26). Sum of RGB (Red+Green+Blue) = 31+34+26=91 (12% of max value = 765). Red value is 31 (12.5% from 255 or 34.07% from 91); Green value is 34 (13.67% from 255 or 37.36% from 91); Blue value is 26 (10.55% from 255 or 28.57% from 91); Max value from RGB is 34 - color contains mainly: green. Hex color #1F221A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F221A is #E0DDE5. Grayscale: #202020. Windows color (decimal): -14736870 or 1712671. OLE color: 1712671.
HSL color Cylindrical-coordinate representation of color #1F221A: hue angle of 82.5º degrees, saturation: 0.13, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #1F221A is Cyan = 0.09, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 31 | 34 | 26 | - |
| CMYK | 0.09 | 0 | 0.24 | 0.87 |
| HSL | 82.5º | 0.13% | 0.12% | - |
| HSV(B) | 82.5º | 0.24% | 0.13% | - |
| XYZ | 1.32 | 1.51 | 1.2 | - |
| YUV | 32.19 | 124.51 | 127.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 34 | 26 | 0.09 | 0 | 0.24 | 0.87 | 82.5 | 0.13 | 0.12 |
| Hex | 1F | 22 | 1A | 9 | 0 | 18 | 57 | 52 | D | C |
| Octal | 37 | 42 | 32 | 11 | 0 | 30 | 127 | 122 | 15 | 14 |
| Binary | 11111 | 100010 | 11010 | 1001 | 0 | 11000 | 1010111 | 1010010 | 1101 | 1100 |
Color Harmonies of #1F221A
Complementary color
Monochromatic Colors of #1F221A
Black with #1F221A
Text Example
Text Example
White with #1F221A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F221A; }
p { color: rgb(31,34,26); }
H1.HeaderClassName
{
color: #1F221A;
}
.AnyTagClassName
{
color: #1F221A;
}
</style>
background-color css
<style>
a { background-color: #1F221A; }
a { background-color: rgb(31,34,26); }
div.DivClassName
{
background-color: #1F221A;
}
.BgClassName
{
background-color: #1F221A;
}
</style>
border-color css
<style>
span { border-color: #1F221A; }
span { border-color: rgb(31,34,26); }
td.TdClassName
{
border-color: #1F221A;
}
.TagClassName
{
border-color: #1F221A;
}
</style>