Shades of Zuccini #0B4F2E
Tints of Zuccini #0B4F2E
RGB
CMYK
RGB Variations
Color information
#0B4F2E (or 0x0B4F2E) is known color: Zuccini. HEX triplet: 0B, 4F and 2E. RGB value is (11,79,46). Sum of RGB (Red+Green+Blue) = 11+79+46=136 (18% of max value = 765). Red value is 11 (4.69% from 255 or 8.09% from 136); Green value is 79 (31.25% from 255 or 58.09% from 136); Blue value is 46 (18.36% from 255 or 33.82% from 136); Max value from RGB is 79 - color contains mainly: green. Hex color #0B4F2E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B4F2E is #F4B0D1. Grayscale: #363636. Windows color (decimal): -16036050 or 3034891. OLE color: 3034891.
HSL color Cylindrical-coordinate representation of color #0B4F2E: hue angle of 150.88º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0B4F2E is Cyan = 0.86, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 11 | 79 | 46 | - |
| CMYK | 0.86 | 0 | 0.42 | 0.69 |
| HSL | 150.88º | 0.76% | 0.18% | - |
| HSV(B) | 150.88º | 0.86% | 0.31% | - |
| XYZ | 3.43 | 5.86 | 3.54 | - |
| YUV | 54.91 | 122.97 | 96.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 79 | 46 | 0.86 | 0 | 0.42 | 0.69 | 150.88 | 0.76 | 0.18 |
| Hex | B | 4F | 2E | 56 | 0 | 2A | 45 | 97 | 4C | 12 |
| Octal | 13 | 117 | 56 | 126 | 0 | 52 | 105 | 227 | 114 | 22 |
| Binary | 1011 | 1001111 | 101110 | 1010110 | 0 | 101010 | 1000101 | 10010111 | 1001100 | 10010 |
Color Harmonies of #0B4F2E
Complementary color
Monochromatic Colors of #0B4F2E
Black with #0B4F2E
Text Example
Text Example
White with #0B4F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B4F2E; }
p { color: rgb(11,79,46); }
H1.HeaderClassName
{
color: #0B4F2E;
}
.AnyTagClassName
{
color: #0B4F2E;
}
</style>
background-color css
<style>
a { background-color: #0B4F2E; }
a { background-color: rgb(11,79,46); }
div.DivClassName
{
background-color: #0B4F2E;
}
.BgClassName
{
background-color: #0B4F2E;
}
</style>
border-color css
<style>
span { border-color: #0B4F2E; }
span { border-color: rgb(11,79,46); }
td.TdClassName
{
border-color: #0B4F2E;
}
.TagClassName
{
border-color: #0B4F2E;
}
</style>