Shades of Zuccini #123E2B
Tints of Zuccini #123E2B
RGB
CMYK
RGB Variations
Color information
#123E2B (or 0x123E2B) is known color: Zuccini. HEX triplet: 12, 3E and 2B. RGB value is (18,62,43). Sum of RGB (Red+Green+Blue) = 18+62+43=123 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.63% from 123); Green value is 62 (24.61% from 255 or 50.41% from 123); Blue value is 43 (17.19% from 255 or 34.96% from 123); Max value from RGB is 62 - color contains mainly: green. Hex color #123E2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123E2B is #EDC1D4. Grayscale: #2E2E2E. Windows color (decimal): -15581653 or 2833938. OLE color: 2833938.
HSL color Cylindrical-coordinate representation of color #123E2B: hue angle of 154.09º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #123E2B is Cyan = 0.71, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 18 | 62 | 43 | - |
| CMYK | 0.71 | 0 | 0.31 | 0.76 |
| HSL | 154.09º | 0.55% | 0.16% | - |
| HSV(B) | 154.09º | 0.71% | 0.24% | - |
| XYZ | 2.41 | 3.75 | 2.88 | - |
| YUV | 46.68 | 125.92 | 107.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 62 | 43 | 0.71 | 0 | 0.31 | 0.76 | 154.09 | 0.55 | 0.16 |
| Hex | 12 | 3E | 2B | 47 | 0 | 1F | 4C | 9A | 37 | 10 |
| Octal | 22 | 76 | 53 | 107 | 0 | 37 | 114 | 232 | 67 | 20 |
| Binary | 10010 | 111110 | 101011 | 1000111 | 0 | 11111 | 1001100 | 10011010 | 110111 | 10000 |
Color Harmonies of #123E2B
Complementary color
Monochromatic Colors of #123E2B
Black with #123E2B
Text Example
Text Example
White with #123E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123E2B; }
p { color: rgb(18,62,43); }
H1.HeaderClassName
{
color: #123E2B;
}
.AnyTagClassName
{
color: #123E2B;
}
</style>
background-color css
<style>
a { background-color: #123E2B; }
a { background-color: rgb(18,62,43); }
div.DivClassName
{
background-color: #123E2B;
}
.BgClassName
{
background-color: #123E2B;
}
</style>
border-color css
<style>
span { border-color: #123E2B; }
span { border-color: rgb(18,62,43); }
td.TdClassName
{
border-color: #123E2B;
}
.TagClassName
{
border-color: #123E2B;
}
</style>