Shades of Pine Tree #1F370A
Tints of Pine Tree #1F370A
RGB
CMYK
RGB Variations
Color information
#1F370A (or 0x1F370A) is known color: Pine Tree. HEX triplet: 1F, 37 and 0A. RGB value is (31,55,10). Sum of RGB (Red+Green+Blue) = 31+55+10=96 (12% of max value = 765). Red value is 31 (12.5% from 255 or 32.29% from 96); Green value is 55 (21.88% from 255 or 57.29% from 96); Blue value is 10 (4.30% from 255 or 10.42% from 96); Max value from RGB is 55 - color contains mainly: green. Hex color #1F370A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F370A is #E0C8F5. Grayscale: #2A2A2A. Windows color (decimal): -14731510 or 669471. OLE color: 669471.
HSL color Cylindrical-coordinate representation of color #1F370A: hue angle of 92º degrees, saturation: 0.69, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F370A is Cyan = 0.44, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 31 | 55 | 10 | - |
| CMYK | 0.44 | 0 | 0.82 | 0.78 |
| HSL | 92º | 0.69% | 0.13% | - |
| HSV(B) | 92º | 0.82% | 0.22% | - |
| XYZ | 1.99 | 3.05 | 0.77 | - |
| YUV | 42.69 | 109.55 | 119.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 55 | 10 | 0.44 | 0 | 0.82 | 0.78 | 92 | 0.69 | 0.13 |
| Hex | 1F | 37 | A | 2C | 0 | 52 | 4E | 5C | 45 | D |
| Octal | 37 | 67 | 12 | 54 | 0 | 122 | 116 | 134 | 105 | 15 |
| Binary | 11111 | 110111 | 1010 | 101100 | 0 | 1010010 | 1001110 | 1011100 | 1000101 | 1101 |
Color Harmonies of #1F370A
Complementary color
Monochromatic Colors of #1F370A
Black with #1F370A
Text Example
Text Example
White with #1F370A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F370A; }
p { color: rgb(31,55,10); }
H1.HeaderClassName
{
color: #1F370A;
}
.AnyTagClassName
{
color: #1F370A;
}
</style>
background-color css
<style>
a { background-color: #1F370A; }
a { background-color: rgb(31,55,10); }
div.DivClassName
{
background-color: #1F370A;
}
.BgClassName
{
background-color: #1F370A;
}
</style>
border-color css
<style>
span { border-color: #1F370A; }
span { border-color: rgb(31,55,10); }
td.TdClassName
{
border-color: #1F370A;
}
.TagClassName
{
border-color: #1F370A;
}
</style>