Shades of Zuccini #12452B
Tints of Zuccini #12452B
RGB
CMYK
RGB Variations
Color information
#12452B (or 0x12452B) is known color: Zuccini. HEX triplet: 12, 45 and 2B. RGB value is (18,69,43). Sum of RGB (Red+Green+Blue) = 18+69+43=130 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.85% from 130); Green value is 69 (27.34% from 255 or 53.08% from 130); Blue value is 43 (17.19% from 255 or 33.08% from 130); Max value from RGB is 69 - color contains mainly: green. Hex color #12452B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12452B is #EDBAD4. Grayscale: #323232. Windows color (decimal): -15579861 or 2835730. OLE color: 2835730.
HSL color Cylindrical-coordinate representation of color #12452B: hue angle of 149.41º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #12452B is Cyan = 0.74, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 18 | 69 | 43 | - |
| CMYK | 0.74 | 0 | 0.38 | 0.73 |
| HSL | 149.41º | 0.59% | 0.17% | - |
| HSV(B) | 149.41º | 0.74% | 0.27% | - |
| XYZ | 2.81 | 4.56 | 3.02 | - |
| YUV | 50.79 | 123.6 | 104.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 69 | 43 | 0.74 | 0 | 0.38 | 0.73 | 149.41 | 0.59 | 0.17 |
| Hex | 12 | 45 | 2B | 4A | 0 | 26 | 49 | 95 | 3B | 11 |
| Octal | 22 | 105 | 53 | 112 | 0 | 46 | 111 | 225 | 73 | 21 |
| Binary | 10010 | 1000101 | 101011 | 1001010 | 0 | 100110 | 1001001 | 10010101 | 111011 | 10001 |
Color Harmonies of #12452B
Complementary color
Monochromatic Colors of #12452B
Black with #12452B
Text Example
Text Example
White with #12452B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12452B; }
p { color: rgb(18,69,43); }
H1.HeaderClassName
{
color: #12452B;
}
.AnyTagClassName
{
color: #12452B;
}
</style>
background-color css
<style>
a { background-color: #12452B; }
a { background-color: rgb(18,69,43); }
div.DivClassName
{
background-color: #12452B;
}
.BgClassName
{
background-color: #12452B;
}
</style>
border-color css
<style>
span { border-color: #12452B; }
span { border-color: rgb(18,69,43); }
td.TdClassName
{
border-color: #12452B;
}
.TagClassName
{
border-color: #12452B;
}
</style>