Shades of Pine Tree #030800
Tints of Pine Tree #030800
RGB
CMYK
RGB Variations
Color information
#030800 (or 0x030800) is known color: Pine Tree. HEX triplet: 03, 08 and 00. RGB value is (3,8,0). Sum of RGB (Red+Green+Blue) = 3+8+0=11 (1% of max value = 765). Red value is 3 (1.56% from 255 or 27.27% from 11); Green value is 8 (3.52% from 255 or 72.73% from 11); Blue value is 0 (0.39% from 255 or 0% from 11); Max value from RGB is 8 - color contains mainly: green. Hex color #030800 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030800 is #FCF7FF. Grayscale: #050505. Windows color (decimal): -16578560 or 2051. OLE color: 2051.
HSL color Cylindrical-coordinate representation of color #030800: hue angle of 97.5º degrees, saturation: 1, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 1%. Process color model (Four color, CMYK) of #030800 is Cyan = 0.63, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.97.
Color convert
| RGB | 3 | 8 | 0 | - |
| CMYK | 0.63 | 0 | 1 | 0.97 |
| HSL | 97.5º | 1% | 0.02% | - |
| HSV(B) | 97.5º | 1% | 0.03% | - |
| XYZ | 0.12 | 0.19 | 0.03 | - |
| YUV | 5.59 | 124.84 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 8 | 0 | 0.63 | 0 | 1 | 0.97 | 97.5 | 1 | 0.02 |
| Hex | 3 | 8 | 0 | 3F | 0 | 64 | 61 | 62 | 64 | 2 |
| Octal | 3 | 10 | 0 | 77 | 0 | 144 | 141 | 142 | 144 | 2 |
| Binary | 11 | 1000 | 0 | 111111 | 0 | 1100100 | 1100001 | 1100010 | 1100100 | 10 |
Color Harmonies of #030800
Complementary color
Monochromatic Colors of #030800
Black with #030800
Text Example
Text Example
White with #030800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030800; }
p { color: rgb(3,8,0); }
H1.HeaderClassName
{
color: #030800;
}
.AnyTagClassName
{
color: #030800;
}
</style>
background-color css
<style>
a { background-color: #030800; }
a { background-color: rgb(3,8,0); }
div.DivClassName
{
background-color: #030800;
}
.BgClassName
{
background-color: #030800;
}
</style>
border-color css
<style>
span { border-color: #030800; }
span { border-color: rgb(3,8,0); }
td.TdClassName
{
border-color: #030800;
}
.TagClassName
{
border-color: #030800;
}
</style>