Shades of Pine Tree #070C02
Tints of Pine Tree #070C02
RGB
CMYK
RGB Variations
Color information
#070C02 (or 0x070C02) is known color: Pine Tree. HEX triplet: 07, 0C and 02. RGB value is (7,12,2). Sum of RGB (Red+Green+Blue) = 7+12+2=21 (2% of max value = 765). Red value is 7 (3.12% from 255 or 33.33% from 21); Green value is 12 (5.08% from 255 or 57.14% from 21); Blue value is 2 (1.17% from 255 or 9.52% from 21); Max value from RGB is 12 - color contains mainly: green. Hex color #070C02 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070C02 is #F8F3FD. Grayscale: #090909. Windows color (decimal): -16315390 or 134151. OLE color: 134151.
HSL color Cylindrical-coordinate representation of color #070C02: hue angle of 90º degrees, saturation: 0.71, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #070C02 is Cyan = 0.42, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 7 | 12 | 2 | - |
| CMYK | 0.42 | 0 | 0.83 | 0.95 |
| HSL | 90º | 0.71% | 0.03% | - |
| HSV(B) | 90º | 0.83% | 0.05% | - |
| XYZ | 0.23 | 0.31 | 0.11 | - |
| YUV | 9.37 | 123.84 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 12 | 2 | 0.42 | 0 | 0.83 | 0.95 | 90 | 0.71 | 0.03 |
| Hex | 7 | C | 2 | 2A | 0 | 53 | 5F | 5A | 47 | 3 |
| Octal | 7 | 14 | 2 | 52 | 0 | 123 | 137 | 132 | 107 | 3 |
| Binary | 111 | 1100 | 10 | 101010 | 0 | 1010011 | 1011111 | 1011010 | 1000111 | 11 |
Color Harmonies of #070C02
Complementary color
Monochromatic Colors of #070C02
Black with #070C02
Text Example
Text Example
White with #070C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070C02; }
p { color: rgb(7,12,2); }
H1.HeaderClassName
{
color: #070C02;
}
.AnyTagClassName
{
color: #070C02;
}
</style>
background-color css
<style>
a { background-color: #070C02; }
a { background-color: rgb(7,12,2); }
div.DivClassName
{
background-color: #070C02;
}
.BgClassName
{
background-color: #070C02;
}
</style>
border-color css
<style>
span { border-color: #070C02; }
span { border-color: rgb(7,12,2); }
td.TdClassName
{
border-color: #070C02;
}
.TagClassName
{
border-color: #070C02;
}
</style>