Shades of Zuccini #12482A
Tints of Zuccini #12482A
RGB
CMYK
RGB Variations
Color information
#12482A (or 0x12482A) is known color: Zuccini. HEX triplet: 12, 48 and 2A. RGB value is (18,72,42). Sum of RGB (Red+Green+Blue) = 18+72+42=132 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.64% from 132); Green value is 72 (28.52% from 255 or 54.55% from 132); Blue value is 42 (16.80% from 255 or 31.82% from 132); Max value from RGB is 72 - color contains mainly: green. Hex color #12482A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12482A is #EDB7D5. Grayscale: #343434. Windows color (decimal): -15579094 or 2770962. OLE color: 2770962.
HSL color Cylindrical-coordinate representation of color #12482A: hue angle of 146.67º 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 #12482A is Cyan = 0.75, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 18 | 72 | 42 | - |
| CMYK | 0.75 | 0 | 0.42 | 0.72 |
| HSL | 146.67º | 0.6% | 0.18% | - |
| HSV(B) | 146.67º | 0.75% | 0.28% | - |
| XYZ | 2.98 | 4.93 | 2.98 | - |
| YUV | 52.43 | 122.11 | 103.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 72 | 42 | 0.75 | 0 | 0.42 | 0.72 | 146.67 | 0.6 | 0.18 |
| Hex | 12 | 48 | 2A | 4B | 0 | 2A | 48 | 93 | 3C | 12 |
| Octal | 22 | 110 | 52 | 113 | 0 | 52 | 110 | 223 | 74 | 22 |
| Binary | 10010 | 1001000 | 101010 | 1001011 | 0 | 101010 | 1001000 | 10010011 | 111100 | 10010 |
Color Harmonies of #12482A
Complementary color
Monochromatic Colors of #12482A
Black with #12482A
Text Example
Text Example
White with #12482A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12482A; }
p { color: rgb(18,72,42); }
H1.HeaderClassName
{
color: #12482A;
}
.AnyTagClassName
{
color: #12482A;
}
</style>
background-color css
<style>
a { background-color: #12482A; }
a { background-color: rgb(18,72,42); }
div.DivClassName
{
background-color: #12482A;
}
.BgClassName
{
background-color: #12482A;
}
</style>
border-color css
<style>
span { border-color: #12482A; }
span { border-color: rgb(18,72,42); }
td.TdClassName
{
border-color: #12482A;
}
.TagClassName
{
border-color: #12482A;
}
</style>