Shades of Zuccini #123E27
Tints of Zuccini #123E27
RGB
CMYK
RGB Variations
Color information
#123E27 (or 0x123E27) is known color: Zuccini. HEX triplet: 12, 3E and 27. RGB value is (18,62,39). Sum of RGB (Red+Green+Blue) = 18+62+39=119 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.13% from 119); Green value is 62 (24.61% from 255 or 52.10% from 119); Blue value is 39 (15.62% from 255 or 32.77% from 119); Max value from RGB is 62 - color contains mainly: green. Hex color #123E27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123E27 is #EDC1D8. Grayscale: #2E2E2E. Windows color (decimal): -15581657 or 2571794. OLE color: 2571794.
HSL color Cylindrical-coordinate representation of color #123E27: hue angle of 148.64º 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 #123E27 is Cyan = 0.71, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 18 | 62 | 39 | - |
| CMYK | 0.71 | 0 | 0.37 | 0.76 |
| HSL | 148.64º | 0.55% | 0.16% | - |
| HSV(B) | 148.64º | 0.71% | 0.24% | - |
| XYZ | 2.34 | 3.72 | 2.51 | - |
| YUV | 46.22 | 123.92 | 107.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 62 | 39 | 0.71 | 0 | 0.37 | 0.76 | 148.64 | 0.55 | 0.16 |
| Hex | 12 | 3E | 27 | 47 | 0 | 25 | 4C | 95 | 37 | 10 |
| Octal | 22 | 76 | 47 | 107 | 0 | 45 | 114 | 225 | 67 | 20 |
| Binary | 10010 | 111110 | 100111 | 1000111 | 0 | 100101 | 1001100 | 10010101 | 110111 | 10000 |
Color Harmonies of #123E27
Complementary color
Monochromatic Colors of #123E27
Black with #123E27
Text Example
Text Example
White with #123E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123E27; }
p { color: rgb(18,62,39); }
H1.HeaderClassName
{
color: #123E27;
}
.AnyTagClassName
{
color: #123E27;
}
</style>
background-color css
<style>
a { background-color: #123E27; }
a { background-color: rgb(18,62,39); }
div.DivClassName
{
background-color: #123E27;
}
.BgClassName
{
background-color: #123E27;
}
</style>
border-color css
<style>
span { border-color: #123E27; }
span { border-color: rgb(18,62,39); }
td.TdClassName
{
border-color: #123E27;
}
.TagClassName
{
border-color: #123E27;
}
</style>