Shades of Zuccini #0C4B2B
Tints of Zuccini #0C4B2B
RGB
CMYK
RGB Variations
Color information
#0C4B2B (or 0x0C4B2B) is known color: Zuccini. HEX triplet: 0C, 4B and 2B. RGB value is (12,75,43). Sum of RGB (Red+Green+Blue) = 12+75+43=130 (17% of max value = 765). Red value is 12 (5.08% from 255 or 9.23% from 130); Green value is 75 (29.69% from 255 or 57.69% from 130); Blue value is 43 (17.19% from 255 or 33.08% from 130); Max value from RGB is 75 - color contains mainly: green. Hex color #0C4B2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C4B2B is #F3B4D4. Grayscale: #343434. Windows color (decimal): -15971541 or 2837260. OLE color: 2837260.
HSL color Cylindrical-coordinate representation of color #0C4B2B: hue angle of 149.52º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0C4B2B is Cyan = 0.84, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 12 | 75 | 43 | - |
| CMYK | 0.84 | 0 | 0.43 | 0.71 |
| HSL | 149.52º | 0.72% | 0.17% | - |
| HSV(B) | 149.52º | 0.84% | 0.29% | - |
| XYZ | 3.1 | 5.28 | 3.14 | - |
| YUV | 52.52 | 122.63 | 99.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 75 | 43 | 0.84 | 0 | 0.43 | 0.71 | 149.52 | 0.72 | 0.17 |
| Hex | C | 4B | 2B | 54 | 0 | 2B | 47 | 96 | 48 | 11 |
| Octal | 14 | 113 | 53 | 124 | 0 | 53 | 107 | 226 | 110 | 21 |
| Binary | 1100 | 1001011 | 101011 | 1010100 | 0 | 101011 | 1000111 | 10010110 | 1001000 | 10001 |
Color Harmonies of #0C4B2B
Complementary color
Monochromatic Colors of #0C4B2B
Black with #0C4B2B
Text Example
Text Example
White with #0C4B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4B2B; }
p { color: rgb(12,75,43); }
H1.HeaderClassName
{
color: #0C4B2B;
}
.AnyTagClassName
{
color: #0C4B2B;
}
</style>
background-color css
<style>
a { background-color: #0C4B2B; }
a { background-color: rgb(12,75,43); }
div.DivClassName
{
background-color: #0C4B2B;
}
.BgClassName
{
background-color: #0C4B2B;
}
</style>
border-color css
<style>
span { border-color: #0C4B2B; }
span { border-color: rgb(12,75,43); }
td.TdClassName
{
border-color: #0C4B2B;
}
.TagClassName
{
border-color: #0C4B2B;
}
</style>