Shades of Zuccini #12422E
Tints of Zuccini #12422E
RGB
CMYK
RGB Variations
Color information
#12422E (or 0x12422E) is known color: Zuccini. HEX triplet: 12, 42 and 2E. RGB value is (18,66,46). Sum of RGB (Red+Green+Blue) = 18+66+46=130 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.85% from 130); Green value is 66 (26.17% from 255 or 50.77% from 130); Blue value is 46 (18.36% from 255 or 35.38% from 130); Max value from RGB is 66 - color contains mainly: green. Hex color #12422E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12422E is #EDBDD1. Grayscale: #313131. Windows color (decimal): -15580626 or 3031570. OLE color: 3031570.
HSL color Cylindrical-coordinate representation of color #12422E: hue angle of 155º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #12422E is Cyan = 0.73, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 18 | 66 | 46 | - |
| CMYK | 0.73 | 0 | 0.30 | 0.74 |
| HSL | 155º | 0.57% | 0.16% | - |
| HSV(B) | 155º | 0.73% | 0.26% | - |
| XYZ | 2.69 | 4.22 | 3.26 | - |
| YUV | 49.37 | 126.1 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 66 | 46 | 0.73 | 0 | 0.30 | 0.74 | 155 | 0.57 | 0.16 |
| Hex | 12 | 42 | 2E | 49 | 0 | 1E | 4A | 9B | 39 | 10 |
| Octal | 22 | 102 | 56 | 111 | 0 | 36 | 112 | 233 | 71 | 20 |
| Binary | 10010 | 1000010 | 101110 | 1001001 | 0 | 11110 | 1001010 | 10011011 | 111001 | 10000 |
Color Harmonies of #12422E
Complementary color
Monochromatic Colors of #12422E
Black with #12422E
Text Example
Text Example
White with #12422E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12422E; }
p { color: rgb(18,66,46); }
H1.HeaderClassName
{
color: #12422E;
}
.AnyTagClassName
{
color: #12422E;
}
</style>
background-color css
<style>
a { background-color: #12422E; }
a { background-color: rgb(18,66,46); }
div.DivClassName
{
background-color: #12422E;
}
.BgClassName
{
background-color: #12422E;
}
</style>
border-color css
<style>
span { border-color: #12422E; }
span { border-color: rgb(18,66,46); }
td.TdClassName
{
border-color: #12422E;
}
.TagClassName
{
border-color: #12422E;
}
</style>