Shades of Pine Tree #1F2C0B
Tints of Pine Tree #1F2C0B
RGB
CMYK
RGB Variations
Color information
#1F2C0B (or 0x1F2C0B) is known color: Pine Tree. HEX triplet: 1F, 2C and 0B. RGB value is (31,44,11). Sum of RGB (Red+Green+Blue) = 31+44+11=86 (11% of max value = 765). Red value is 31 (12.5% from 255 or 36.05% from 86); Green value is 44 (17.58% from 255 or 51.16% from 86); Blue value is 11 (4.69% from 255 or 12.79% from 86); Max value from RGB is 44 - color contains mainly: green. Hex color #1F2C0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F2C0B is #E0D3F4. Grayscale: #242424. Windows color (decimal): -14734325 or 732191. OLE color: 732191.
HSL color Cylindrical-coordinate representation of color #1F2C0B: hue angle of 83.64º degrees, saturation: 0.6, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1F2C0B is Cyan = 0.30, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 31 | 44 | 11 | - |
| CMYK | 0.30 | 0 | 0.75 | 0.83 |
| HSL | 83.64º | 0.6% | 0.11% | - |
| HSV(B) | 83.64º | 0.75% | 0.17% | - |
| XYZ | 1.53 | 2.12 | 0.64 | - |
| YUV | 36.35 | 113.69 | 124.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 44 | 11 | 0.30 | 0 | 0.75 | 0.83 | 83.64 | 0.6 | 0.11 |
| Hex | 1F | 2C | B | 1E | 0 | 4B | 53 | 54 | 3C | B |
| Octal | 37 | 54 | 13 | 36 | 0 | 113 | 123 | 124 | 74 | 13 |
| Binary | 11111 | 101100 | 1011 | 11110 | 0 | 1001011 | 1010011 | 1010100 | 111100 | 1011 |
Color Harmonies of #1F2C0B
Complementary color
Monochromatic Colors of #1F2C0B
Black with #1F2C0B
Text Example
Text Example
White with #1F2C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2C0B; }
p { color: rgb(31,44,11); }
H1.HeaderClassName
{
color: #1F2C0B;
}
.AnyTagClassName
{
color: #1F2C0B;
}
</style>
background-color css
<style>
a { background-color: #1F2C0B; }
a { background-color: rgb(31,44,11); }
div.DivClassName
{
background-color: #1F2C0B;
}
.BgClassName
{
background-color: #1F2C0B;
}
</style>
border-color css
<style>
span { border-color: #1F2C0B; }
span { border-color: rgb(31,44,11); }
td.TdClassName
{
border-color: #1F2C0B;
}
.TagClassName
{
border-color: #1F2C0B;
}
</style>