Shades of Zuccini #0B472F
Tints of Zuccini #0B472F
RGB
CMYK
RGB Variations
Color information
#0B472F (or 0x0B472F) is known color: Zuccini. HEX triplet: 0B, 47 and 2F. RGB value is (11,71,47). Sum of RGB (Red+Green+Blue) = 11+71+47=129 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.53% from 129); Green value is 71 (28.12% from 255 or 55.04% from 129); Blue value is 47 (18.75% from 255 or 36.43% from 129); Max value from RGB is 71 - color contains mainly: green. Hex color #0B472F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B472F is #F4B8D0. Grayscale: #323232. Windows color (decimal): -16038097 or 3098379. OLE color: 3098379.
HSL color Cylindrical-coordinate representation of color #0B472F: hue angle of 156º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0B472F is Cyan = 0.85, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 11 | 71 | 47 | - |
| CMYK | 0.85 | 0 | 0.34 | 0.72 |
| HSL | 156º | 0.73% | 0.16% | - |
| HSV(B) | 156º | 0.85% | 0.28% | - |
| XYZ | 2.9 | 4.78 | 3.46 | - |
| YUV | 50.32 | 126.12 | 99.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 71 | 47 | 0.85 | 0 | 0.34 | 0.72 | 156 | 0.73 | 0.16 |
| Hex | B | 47 | 2F | 55 | 0 | 22 | 48 | 9C | 49 | 10 |
| Octal | 13 | 107 | 57 | 125 | 0 | 42 | 110 | 234 | 111 | 20 |
| Binary | 1011 | 1000111 | 101111 | 1010101 | 0 | 100010 | 1001000 | 10011100 | 1001001 | 10000 |
Color Harmonies of #0B472F
Complementary color
Monochromatic Colors of #0B472F
Black with #0B472F
Text Example
Text Example
White with #0B472F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B472F; }
p { color: rgb(11,71,47); }
H1.HeaderClassName
{
color: #0B472F;
}
.AnyTagClassName
{
color: #0B472F;
}
</style>
background-color css
<style>
a { background-color: #0B472F; }
a { background-color: rgb(11,71,47); }
div.DivClassName
{
background-color: #0B472F;
}
.BgClassName
{
background-color: #0B472F;
}
</style>
border-color css
<style>
span { border-color: #0B472F; }
span { border-color: rgb(11,71,47); }
td.TdClassName
{
border-color: #0B472F;
}
.TagClassName
{
border-color: #0B472F;
}
</style>