Shades of Zuccini #084F2F
Tints of Zuccini #084F2F
RGB
CMYK
RGB Variations
Color information
#084F2F (or 0x084F2F) is known color: Zuccini. HEX triplet: 08, 4F and 2F. RGB value is (8,79,47). Sum of RGB (Red+Green+Blue) = 8+79+47=134 (17% of max value = 765). Red value is 8 (3.52% from 255 or 5.97% from 134); Green value is 79 (31.25% from 255 or 58.96% from 134); Blue value is 47 (18.75% from 255 or 35.07% from 134); Max value from RGB is 79 - color contains mainly: green. Hex color #084F2F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #084F2F is #F7B0D0. Grayscale: #363636. Windows color (decimal): -16232657 or 3100424. OLE color: 3100424.
HSL color Cylindrical-coordinate representation of color #084F2F: hue angle of 152.96º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #084F2F is Cyan = 0.90, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 8 | 79 | 47 | - |
| CMYK | 0.90 | 0 | 0.41 | 0.69 |
| HSL | 152.96º | 0.82% | 0.17% | - |
| HSV(B) | 152.96º | 0.9% | 0.31% | - |
| XYZ | 3.41 | 5.85 | 3.64 | - |
| YUV | 54.12 | 123.98 | 95.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 79 | 47 | 0.90 | 0 | 0.41 | 0.69 | 152.96 | 0.82 | 0.17 |
| Hex | 8 | 4F | 2F | 5A | 0 | 29 | 45 | 99 | 52 | 11 |
| Octal | 10 | 117 | 57 | 132 | 0 | 51 | 105 | 231 | 122 | 21 |
| Binary | 1000 | 1001111 | 101111 | 1011010 | 0 | 101001 | 1000101 | 10011001 | 1010010 | 10001 |
Color Harmonies of #084F2F
Complementary color
Monochromatic Colors of #084F2F
Black with #084F2F
Text Example
Text Example
White with #084F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084F2F; }
p { color: rgb(8,79,47); }
H1.HeaderClassName
{
color: #084F2F;
}
.AnyTagClassName
{
color: #084F2F;
}
</style>
background-color css
<style>
a { background-color: #084F2F; }
a { background-color: rgb(8,79,47); }
div.DivClassName
{
background-color: #084F2F;
}
.BgClassName
{
background-color: #084F2F;
}
</style>
border-color css
<style>
span { border-color: #084F2F; }
span { border-color: rgb(8,79,47); }
td.TdClassName
{
border-color: #084F2F;
}
.TagClassName
{
border-color: #084F2F;
}
</style>