Shades of Zuccini #12472B
Tints of Zuccini #12472B
RGB
CMYK
RGB Variations
Color information
#12472B (or 0x12472B) is known color: Zuccini. HEX triplet: 12, 47 and 2B. RGB value is (18,71,43). Sum of RGB (Red+Green+Blue) = 18+71+43=132 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.64% from 132); Green value is 71 (28.12% from 255 or 53.79% from 132); Blue value is 43 (17.19% from 255 or 32.58% from 132); Max value from RGB is 71 - color contains mainly: green. Hex color #12472B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12472B is #EDB8D4. Grayscale: #343434. Windows color (decimal): -15579349 or 2836242. OLE color: 2836242.
HSL color Cylindrical-coordinate representation of color #12472B: hue angle of 148.3º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #12472B is Cyan = 0.75, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 18 | 71 | 43 | - |
| CMYK | 0.75 | 0 | 0.39 | 0.72 |
| HSL | 148.3º | 0.6% | 0.17% | - |
| HSV(B) | 148.3º | 0.75% | 0.28% | - |
| XYZ | 2.94 | 4.81 | 3.06 | - |
| YUV | 51.96 | 122.94 | 103.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 71 | 43 | 0.75 | 0 | 0.39 | 0.72 | 148.3 | 0.6 | 0.17 |
| Hex | 12 | 47 | 2B | 4B | 0 | 27 | 48 | 94 | 3C | 11 |
| Octal | 22 | 107 | 53 | 113 | 0 | 47 | 110 | 224 | 74 | 21 |
| Binary | 10010 | 1000111 | 101011 | 1001011 | 0 | 100111 | 1001000 | 10010100 | 111100 | 10001 |
Color Harmonies of #12472B
Complementary color
Monochromatic Colors of #12472B
Black with #12472B
Text Example
Text Example
White with #12472B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12472B; }
p { color: rgb(18,71,43); }
H1.HeaderClassName
{
color: #12472B;
}
.AnyTagClassName
{
color: #12472B;
}
</style>
background-color css
<style>
a { background-color: #12472B; }
a { background-color: rgb(18,71,43); }
div.DivClassName
{
background-color: #12472B;
}
.BgClassName
{
background-color: #12472B;
}
</style>
border-color css
<style>
span { border-color: #12472B; }
span { border-color: rgb(18,71,43); }
td.TdClassName
{
border-color: #12472B;
}
.TagClassName
{
border-color: #12472B;
}
</style>