Shades of Zuccini #12482B
Tints of Zuccini #12482B
RGB
CMYK
RGB Variations
Color information
#12482B (or 0x12482B) is known color: Zuccini. HEX triplet: 12, 48 and 2B. RGB value is (18,72,43). Sum of RGB (Red+Green+Blue) = 18+72+43=133 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.53% from 133); Green value is 72 (28.52% from 255 or 54.14% from 133); Blue value is 43 (17.19% from 255 or 32.33% from 133); Max value from RGB is 72 - color contains mainly: green. Hex color #12482B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12482B is #EDB7D4. Grayscale: #343434. Windows color (decimal): -15579093 or 2836498. OLE color: 2836498.
HSL color Cylindrical-coordinate representation of color #12482B: hue angle of 147.78º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #12482B is Cyan = 0.75, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 18 | 72 | 43 | - |
| CMYK | 0.75 | 0 | 0.40 | 0.72 |
| HSL | 147.78º | 0.6% | 0.18% | - |
| HSV(B) | 147.78º | 0.75% | 0.28% | - |
| XYZ | 3 | 4.94 | 3.08 | - |
| YUV | 52.55 | 122.61 | 103.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 72 | 43 | 0.75 | 0 | 0.40 | 0.72 | 147.78 | 0.6 | 0.18 |
| Hex | 12 | 48 | 2B | 4B | 0 | 28 | 48 | 94 | 3C | 12 |
| Octal | 22 | 110 | 53 | 113 | 0 | 50 | 110 | 224 | 74 | 22 |
| Binary | 10010 | 1001000 | 101011 | 1001011 | 0 | 101000 | 1001000 | 10010100 | 111100 | 10010 |
Color Harmonies of #12482B
Complementary color
Monochromatic Colors of #12482B
Black with #12482B
Text Example
Text Example
White with #12482B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12482B; }
p { color: rgb(18,72,43); }
H1.HeaderClassName
{
color: #12482B;
}
.AnyTagClassName
{
color: #12482B;
}
</style>
background-color css
<style>
a { background-color: #12482B; }
a { background-color: rgb(18,72,43); }
div.DivClassName
{
background-color: #12482B;
}
.BgClassName
{
background-color: #12482B;
}
</style>
border-color css
<style>
span { border-color: #12482B; }
span { border-color: rgb(18,72,43); }
td.TdClassName
{
border-color: #12482B;
}
.TagClassName
{
border-color: #12482B;
}
</style>