Shades of Pine Tree #081401
Tints of Pine Tree #081401
RGB
CMYK
RGB Variations
Color information
#081401 (or 0x081401) is known color: Pine Tree. HEX triplet: 08, 14 and 01. RGB value is (8,20,1). Sum of RGB (Red+Green+Blue) = 8+20+1=29 (3% of max value = 765). Red value is 8 (3.52% from 255 or 27.59% from 29); Green value is 20 (8.20% from 255 or 68.97% from 29); Blue value is 1 (0.78% from 255 or 3.45% from 29); Max value from RGB is 20 - color contains mainly: green. Hex color #081401 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081401 is #F7EBFE. Grayscale: #0E0E0E. Windows color (decimal): -16247807 or 70664. OLE color: 70664.
HSL color Cylindrical-coordinate representation of color #081401: hue angle of 97.89º degrees, saturation: 0.9, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #081401 is Cyan = 0.60, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 8 | 20 | 1 | - |
| CMYK | 0.60 | 0 | 0.95 | 0.92 |
| HSL | 97.89º | 0.9% | 0.04% | - |
| HSV(B) | 97.89º | 0.95% | 0.08% | - |
| XYZ | 0.36 | 0.55 | 0.12 | - |
| YUV | 14.25 | 120.52 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 20 | 1 | 0.60 | 0 | 0.95 | 0.92 | 97.89 | 0.9 | 0.04 |
| Hex | 8 | 14 | 1 | 3C | 0 | 5F | 5C | 62 | 5A | 4 |
| Octal | 10 | 24 | 1 | 74 | 0 | 137 | 134 | 142 | 132 | 4 |
| Binary | 1000 | 10100 | 1 | 111100 | 0 | 1011111 | 1011100 | 1100010 | 1011010 | 100 |
Color Harmonies of #081401
Complementary color
Monochromatic Colors of #081401
Black with #081401
Text Example
Text Example
White with #081401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081401; }
p { color: rgb(8,20,1); }
H1.HeaderClassName
{
color: #081401;
}
.AnyTagClassName
{
color: #081401;
}
</style>
background-color css
<style>
a { background-color: #081401; }
a { background-color: rgb(8,20,1); }
div.DivClassName
{
background-color: #081401;
}
.BgClassName
{
background-color: #081401;
}
</style>
border-color css
<style>
span { border-color: #081401; }
span { border-color: rgb(8,20,1); }
td.TdClassName
{
border-color: #081401;
}
.TagClassName
{
border-color: #081401;
}
</style>