Shades of Pine Tree #1F261A
Tints of Pine Tree #1F261A
RGB
CMYK
RGB Variations
Color information
#1F261A (or 0x1F261A) is known color: Pine Tree. HEX triplet: 1F, 26 and 1A. RGB value is (31,38,26). Sum of RGB (Red+Green+Blue) = 31+38+26=95 (12% of max value = 765). Red value is 31 (12.5% from 255 or 32.63% from 95); Green value is 38 (15.23% from 255 or 40% from 95); Blue value is 26 (10.55% from 255 or 27.37% from 95); Max value from RGB is 38 - color contains mainly: green. Hex color #1F261A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F261A is #E0D9E5. Grayscale: #222222. Windows color (decimal): -14735846 or 1713695. OLE color: 1713695.
HSL color Cylindrical-coordinate representation of color #1F261A: hue angle of 95º degrees, saturation: 0.19, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #1F261A is Cyan = 0.18, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 31 | 38 | 26 | - |
| CMYK | 0.18 | 0 | 0.32 | 0.85 |
| HSL | 95º | 0.19% | 0.13% | - |
| HSV(B) | 95º | 0.32% | 0.15% | - |
| XYZ | 1.44 | 1.75 | 1.24 | - |
| YUV | 34.54 | 123.18 | 125.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 38 | 26 | 0.18 | 0 | 0.32 | 0.85 | 95 | 0.19 | 0.13 |
| Hex | 1F | 26 | 1A | 12 | 0 | 20 | 55 | 5F | 13 | D |
| Octal | 37 | 46 | 32 | 22 | 0 | 40 | 125 | 137 | 23 | 15 |
| Binary | 11111 | 100110 | 11010 | 10010 | 0 | 100000 | 1010101 | 1011111 | 10011 | 1101 |
Color Harmonies of #1F261A
Complementary color
Monochromatic Colors of #1F261A
Black with #1F261A
Text Example
Text Example
White with #1F261A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F261A; }
p { color: rgb(31,38,26); }
H1.HeaderClassName
{
color: #1F261A;
}
.AnyTagClassName
{
color: #1F261A;
}
</style>
background-color css
<style>
a { background-color: #1F261A; }
a { background-color: rgb(31,38,26); }
div.DivClassName
{
background-color: #1F261A;
}
.BgClassName
{
background-color: #1F261A;
}
</style>
border-color css
<style>
span { border-color: #1F261A; }
span { border-color: rgb(31,38,26); }
td.TdClassName
{
border-color: #1F261A;
}
.TagClassName
{
border-color: #1F261A;
}
</style>