Shades of Pine Tree #1F380A
Tints of Pine Tree #1F380A
RGB
CMYK
RGB Variations
Color information
#1F380A (or 0x1F380A) is known color: Pine Tree. HEX triplet: 1F, 38 and 0A. RGB value is (31,56,10). Sum of RGB (Red+Green+Blue) = 31+56+10=97 (12% of max value = 765). Red value is 31 (12.5% from 255 or 31.96% from 97); Green value is 56 (22.27% from 255 or 57.73% from 97); Blue value is 10 (4.30% from 255 or 10.31% from 97); Max value from RGB is 56 - color contains mainly: green. Hex color #1F380A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F380A is #E0C7F5. Grayscale: #2B2B2B. Windows color (decimal): -14731254 or 669727. OLE color: 669727.
HSL color Cylindrical-coordinate representation of color #1F380A: hue angle of 92.61º 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 #1F380A is Cyan = 0.45, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 31 | 56 | 10 | - |
| CMYK | 0.45 | 0 | 0.82 | 0.78 |
| HSL | 92.61º | 0.7% | 0.13% | - |
| HSV(B) | 92.61º | 0.82% | 0.22% | - |
| XYZ | 2.03 | 3.14 | 0.79 | - |
| YUV | 43.28 | 109.22 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 56 | 10 | 0.45 | 0 | 0.82 | 0.78 | 92.61 | 0.7 | 0.13 |
| Hex | 1F | 38 | A | 2D | 0 | 52 | 4E | 5D | 46 | D |
| Octal | 37 | 70 | 12 | 55 | 0 | 122 | 116 | 135 | 106 | 15 |
| Binary | 11111 | 111000 | 1010 | 101101 | 0 | 1010010 | 1001110 | 1011101 | 1000110 | 1101 |
Color Harmonies of #1F380A
Complementary color
Monochromatic Colors of #1F380A
Black with #1F380A
Text Example
Text Example
White with #1F380A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F380A; }
p { color: rgb(31,56,10); }
H1.HeaderClassName
{
color: #1F380A;
}
.AnyTagClassName
{
color: #1F380A;
}
</style>
background-color css
<style>
a { background-color: #1F380A; }
a { background-color: rgb(31,56,10); }
div.DivClassName
{
background-color: #1F380A;
}
.BgClassName
{
background-color: #1F380A;
}
</style>
border-color css
<style>
span { border-color: #1F380A; }
span { border-color: rgb(31,56,10); }
td.TdClassName
{
border-color: #1F380A;
}
.TagClassName
{
border-color: #1F380A;
}
</style>