Shades of Zuccini #12502E
Tints of Zuccini #12502E
RGB
CMYK
RGB Variations
Color information
#12502E (or 0x12502E) is known color: Zuccini. HEX triplet: 12, 50 and 2E. RGB value is (18,80,46). Sum of RGB (Red+Green+Blue) = 18+80+46=144 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.5% from 144); Green value is 80 (31.64% from 255 or 55.56% from 144); Blue value is 46 (18.36% from 255 or 31.94% from 144); Max value from RGB is 80 - color contains mainly: green. Hex color #12502E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12502E is #EDAFD1. Grayscale: #393939. Windows color (decimal): -15577042 or 3035154. OLE color: 3035154.
HSL color Cylindrical-coordinate representation of color #12502E: hue angle of 147.1º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #12502E is Cyan = 0.78, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 18 | 80 | 46 | - |
| CMYK | 0.78 | 0 | 0.42 | 0.69 |
| HSL | 147.1º | 0.63% | 0.19% | - |
| HSV(B) | 147.1º | 0.78% | 0.31% | - |
| XYZ | 3.61 | 6.06 | 3.56 | - |
| YUV | 57.59 | 121.46 | 99.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 80 | 46 | 0.78 | 0 | 0.42 | 0.69 | 147.1 | 0.63 | 0.19 |
| Hex | 12 | 50 | 2E | 4E | 0 | 2A | 45 | 93 | 3F | 13 |
| Octal | 22 | 120 | 56 | 116 | 0 | 52 | 105 | 223 | 77 | 23 |
| Binary | 10010 | 1010000 | 101110 | 1001110 | 0 | 101010 | 1000101 | 10010011 | 111111 | 10011 |
Color Harmonies of #12502E
Complementary color
Monochromatic Colors of #12502E
Black with #12502E
Text Example
Text Example
White with #12502E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12502E; }
p { color: rgb(18,80,46); }
H1.HeaderClassName
{
color: #12502E;
}
.AnyTagClassName
{
color: #12502E;
}
</style>
background-color css
<style>
a { background-color: #12502E; }
a { background-color: rgb(18,80,46); }
div.DivClassName
{
background-color: #12502E;
}
.BgClassName
{
background-color: #12502E;
}
</style>
border-color css
<style>
span { border-color: #12502E; }
span { border-color: rgb(18,80,46); }
td.TdClassName
{
border-color: #12502E;
}
.TagClassName
{
border-color: #12502E;
}
</style>