Shades of Zuccini #123D27
Tints of Zuccini #123D27
RGB
CMYK
RGB Variations
Color information
#123D27 (or 0x123D27) is known color: Zuccini. HEX triplet: 12, 3D and 27. RGB value is (18,61,39). Sum of RGB (Red+Green+Blue) = 18+61+39=118 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.25% from 118); Green value is 61 (24.22% from 255 or 51.69% from 118); Blue value is 39 (15.62% from 255 or 33.05% from 118); Max value from RGB is 61 - color contains mainly: green. Hex color #123D27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123D27 is #EDC2D8. Grayscale: #2D2D2D. Windows color (decimal): -15581913 or 2571538. OLE color: 2571538.
HSL color Cylindrical-coordinate representation of color #123D27: hue angle of 149.3º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #123D27 is Cyan = 0.70, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 18 | 61 | 39 | - |
| CMYK | 0.70 | 0 | 0.36 | 0.76 |
| HSL | 149.3º | 0.54% | 0.15% | - |
| HSV(B) | 149.3º | 0.7% | 0.24% | - |
| XYZ | 2.28 | 3.61 | 2.5 | - |
| YUV | 45.64 | 124.25 | 108.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 61 | 39 | 0.70 | 0 | 0.36 | 0.76 | 149.3 | 0.54 | 0.15 |
| Hex | 12 | 3D | 27 | 46 | 0 | 24 | 4C | 95 | 36 | F |
| Octal | 22 | 75 | 47 | 106 | 0 | 44 | 114 | 225 | 66 | 17 |
| Binary | 10010 | 111101 | 100111 | 1000110 | 0 | 100100 | 1001100 | 10010101 | 110110 | 1111 |
Color Harmonies of #123D27
Complementary color
Monochromatic Colors of #123D27
Black with #123D27
Text Example
Text Example
White with #123D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123D27; }
p { color: rgb(18,61,39); }
H1.HeaderClassName
{
color: #123D27;
}
.AnyTagClassName
{
color: #123D27;
}
</style>
background-color css
<style>
a { background-color: #123D27; }
a { background-color: rgb(18,61,39); }
div.DivClassName
{
background-color: #123D27;
}
.BgClassName
{
background-color: #123D27;
}
</style>
border-color css
<style>
span { border-color: #123D27; }
span { border-color: rgb(18,61,39); }
td.TdClassName
{
border-color: #123D27;
}
.TagClassName
{
border-color: #123D27;
}
</style>