Shades of Pine Tree #1F390A
Tints of Pine Tree #1F390A
RGB
CMYK
RGB Variations
Color information
#1F390A (or 0x1F390A) is known color: Pine Tree. HEX triplet: 1F, 39 and 0A. RGB value is (31,57,10). Sum of RGB (Red+Green+Blue) = 31+57+10=98 (12% of max value = 765). Red value is 31 (12.5% from 255 or 31.63% from 98); Green value is 57 (22.66% from 255 or 58.16% from 98); Blue value is 10 (4.30% from 255 or 10.20% from 98); Max value from RGB is 57 - color contains mainly: green. Hex color #1F390A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F390A is #E0C6F5. Grayscale: #2C2C2C. Windows color (decimal): -14730998 or 669983. OLE color: 669983.
HSL color Cylindrical-coordinate representation of color #1F390A: hue angle of 93.19º degrees, saturation: 0.7, 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 #1F390A is Cyan = 0.46, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 31 | 57 | 10 | - |
| CMYK | 0.46 | 0 | 0.82 | 0.78 |
| HSL | 93.19º | 0.7% | 0.13% | - |
| HSV(B) | 93.19º | 0.82% | 0.22% | - |
| XYZ | 2.08 | 3.24 | 0.8 | - |
| YUV | 43.87 | 108.89 | 118.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 57 | 10 | 0.46 | 0 | 0.82 | 0.78 | 93.19 | 0.7 | 0.13 |
| Hex | 1F | 39 | A | 2E | 0 | 52 | 4E | 5D | 46 | D |
| Octal | 37 | 71 | 12 | 56 | 0 | 122 | 116 | 135 | 106 | 15 |
| Binary | 11111 | 111001 | 1010 | 101110 | 0 | 1010010 | 1001110 | 1011101 | 1000110 | 1101 |
Color Harmonies of #1F390A
Complementary color
Monochromatic Colors of #1F390A
Black with #1F390A
Text Example
Text Example
White with #1F390A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F390A; }
p { color: rgb(31,57,10); }
H1.HeaderClassName
{
color: #1F390A;
}
.AnyTagClassName
{
color: #1F390A;
}
</style>
background-color css
<style>
a { background-color: #1F390A; }
a { background-color: rgb(31,57,10); }
div.DivClassName
{
background-color: #1F390A;
}
.BgClassName
{
background-color: #1F390A;
}
</style>
border-color css
<style>
span { border-color: #1F390A; }
span { border-color: rgb(31,57,10); }
td.TdClassName
{
border-color: #1F390A;
}
.TagClassName
{
border-color: #1F390A;
}
</style>