Shades of Pine Tree #030602
Tints of Pine Tree #030602
RGB
CMYK
RGB Variations
Color information
#030602 (or 0x030602) is known color: Pine Tree. HEX triplet: 03, 06 and 02. RGB value is (3,6,2). Sum of RGB (Red+Green+Blue) = 3+6+2=11 (1% of max value = 765). Red value is 3 (1.56% from 255 or 27.27% from 11); Green value is 6 (2.73% from 255 or 54.55% from 11); Blue value is 2 (1.17% from 255 or 18.18% from 11); Max value from RGB is 6 - color contains mainly: green. Hex color #030602 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030602 is #FCF9FD. Grayscale: #040404. Windows color (decimal): -16579070 or 132611. OLE color: 132611.
HSL color Cylindrical-coordinate representation of color #030602: hue angle of 105º degrees, saturation: 0.5, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #030602 is Cyan = 0.50, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.98.
Color convert
RGB | 3 | 6 | 2 | - |
CMYK | 0.50 | 0 | 0.67 | 0.98 |
HSL | 105º | 0.5% | 0.02% | - |
HSV(B) | 105º | 0.67% | 0.02% | - |
XYZ | 0.11 | 0.15 | 0.08 | - |
YUV | 4.65 | 126.51 | 126.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 3 | 6 | 2 | 0.50 | 0 | 0.67 | 0.98 | 105 | 0.5 | 0.02 |
Hex | 3 | 6 | 2 | 32 | 0 | 43 | 62 | 69 | 32 | 2 |
Octal | 3 | 6 | 2 | 62 | 0 | 103 | 142 | 151 | 62 | 2 |
Binary | 11 | 110 | 10 | 110010 | 0 | 1000011 | 1100010 | 1101001 | 110010 | 10 |
Color Harmonies of #030602
Complementary color
Monochromatic Colors of #030602
Black with #030602
Text Example
Text Example
White with #030602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030602; }
p { color: rgb(3,6,2); }
H1.HeaderClassName
{
color: #030602;
}
.AnyTagClassName
{
color: #030602;
}
</style>
background-color css
<style>
a { background-color: #030602; }
a { background-color: rgb(3,6,2); }
div.DivClassName
{
background-color: #030602;
}
.BgClassName
{
background-color: #030602;
}
</style>
border-color css
<style>
span { border-color: #030602; }
span { border-color: rgb(3,6,2); }
td.TdClassName
{
border-color: #030602;
}
.TagClassName
{
border-color: #030602;
}
</style>