Shades of Pine Tree #080C04
Tints of Pine Tree #080C04
RGB
CMYK
RGB Variations
Color information
#080C04 (or 0x080C04) is known color: Pine Tree. HEX triplet: 08, 0C and 04. RGB value is (8,12,4). Sum of RGB (Red+Green+Blue) = 8+12+4=24 (3% of max value = 765). Red value is 8 (3.52% from 255 or 33.33% from 24); Green value is 12 (5.08% from 255 or 50% from 24); Blue value is 4 (1.95% from 255 or 16.67% from 24); Max value from RGB is 12 - color contains mainly: green. Hex color #080C04 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080C04 is #F7F3FB. Grayscale: #090909. Windows color (decimal): -16249852 or 265224. OLE color: 265224.
HSL color Cylindrical-coordinate representation of color #080C04: hue angle of 90º degrees, saturation: 0.5, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #080C04 is Cyan = 0.33, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.95.
Color convert
RGB | 8 | 12 | 4 | - |
CMYK | 0.33 | 0 | 0.67 | 0.95 |
HSL | 90º | 0.5% | 0.03% | - |
HSV(B) | 90º | 0.67% | 0.05% | - |
XYZ | 0.25 | 0.32 | 0.16 | - |
YUV | 9.89 | 124.67 | 126.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 8 | 12 | 4 | 0.33 | 0 | 0.67 | 0.95 | 90 | 0.5 | 0.03 |
Hex | 8 | C | 4 | 21 | 0 | 43 | 5F | 5A | 32 | 3 |
Octal | 10 | 14 | 4 | 41 | 0 | 103 | 137 | 132 | 62 | 3 |
Binary | 1000 | 1100 | 100 | 100001 | 0 | 1000011 | 1011111 | 1011010 | 110010 | 11 |
Color Harmonies of #080C04
Complementary color
Monochromatic Colors of #080C04
Black with #080C04
Text Example
Text Example
White with #080C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080C04; }
p { color: rgb(8,12,4); }
H1.HeaderClassName
{
color: #080C04;
}
.AnyTagClassName
{
color: #080C04;
}
</style>
background-color css
<style>
a { background-color: #080C04; }
a { background-color: rgb(8,12,4); }
div.DivClassName
{
background-color: #080C04;
}
.BgClassName
{
background-color: #080C04;
}
</style>
border-color css
<style>
span { border-color: #080C04; }
span { border-color: rgb(8,12,4); }
td.TdClassName
{
border-color: #080C04;
}
.TagClassName
{
border-color: #080C04;
}
</style>