Shades of Zuccini #123F2B
Tints of Zuccini #123F2B
RGB
CMYK
RGB Variations
Color information
#123F2B (or 0x123F2B) is known color: Zuccini. HEX triplet: 12, 3F and 2B. RGB value is (18,63,43). Sum of RGB (Red+Green+Blue) = 18+63+43=124 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.52% from 124); Green value is 63 (25% from 255 or 50.81% from 124); Blue value is 43 (17.19% from 255 or 34.68% from 124); Max value from RGB is 63 - color contains mainly: green. Hex color #123F2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123F2B is #EDC0D4. Grayscale: #2F2F2F. Windows color (decimal): -15581397 or 2834194. OLE color: 2834194.
HSL color Cylindrical-coordinate representation of color #123F2B: hue angle of 153.33º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #123F2B is Cyan = 0.71, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 18 | 63 | 43 | - |
| CMYK | 0.71 | 0 | 0.32 | 0.75 |
| HSL | 153.33º | 0.56% | 0.16% | - |
| HSV(B) | 153.33º | 0.71% | 0.25% | - |
| XYZ | 2.46 | 3.86 | 2.9 | - |
| YUV | 47.27 | 125.59 | 107.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 63 | 43 | 0.71 | 0 | 0.32 | 0.75 | 153.33 | 0.56 | 0.16 |
| Hex | 12 | 3F | 2B | 47 | 0 | 20 | 4B | 99 | 38 | 10 |
| Octal | 22 | 77 | 53 | 107 | 0 | 40 | 113 | 231 | 70 | 20 |
| Binary | 10010 | 111111 | 101011 | 1000111 | 0 | 100000 | 1001011 | 10011001 | 111000 | 10000 |
Color Harmonies of #123F2B
Complementary color
Monochromatic Colors of #123F2B
Black with #123F2B
Text Example
Text Example
White with #123F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123F2B; }
p { color: rgb(18,63,43); }
H1.HeaderClassName
{
color: #123F2B;
}
.AnyTagClassName
{
color: #123F2B;
}
</style>
background-color css
<style>
a { background-color: #123F2B; }
a { background-color: rgb(18,63,43); }
div.DivClassName
{
background-color: #123F2B;
}
.BgClassName
{
background-color: #123F2B;
}
</style>
border-color css
<style>
span { border-color: #123F2B; }
span { border-color: rgb(18,63,43); }
td.TdClassName
{
border-color: #123F2B;
}
.TagClassName
{
border-color: #123F2B;
}
</style>