Shades of Zuccini #183F2C
Tints of Zuccini #183F2C
RGB
CMYK
RGB Variations
Color information
#183F2C (or 0x183F2C) is known color: Zuccini. HEX triplet: 18, 3F and 2C. RGB value is (24,63,44). Sum of RGB (Red+Green+Blue) = 24+63+44=131 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.32% from 131); Green value is 63 (25% from 255 or 48.09% from 131); Blue value is 44 (17.58% from 255 or 33.59% from 131); Max value from RGB is 63 - color contains mainly: green. Hex color #183F2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183F2C is #E7C0D3. Grayscale: #313131. Windows color (decimal): -15188180 or 2899736. OLE color: 2899736.
HSL color Cylindrical-coordinate representation of color #183F2C: hue angle of 150.77º degrees, saturation: 0.45, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #183F2C is Cyan = 0.62, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 24 | 63 | 44 | - |
| CMYK | 0.62 | 0 | 0.30 | 0.75 |
| HSL | 150.77º | 0.45% | 0.17% | - |
| HSV(B) | 150.77º | 0.62% | 0.25% | - |
| XYZ | 2.61 | 3.93 | 3 | - |
| YUV | 49.17 | 125.08 | 110.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 63 | 44 | 0.62 | 0 | 0.30 | 0.75 | 150.77 | 0.45 | 0.17 |
| Hex | 18 | 3F | 2C | 3E | 0 | 1E | 4B | 97 | 2D | 11 |
| Octal | 30 | 77 | 54 | 76 | 0 | 36 | 113 | 227 | 55 | 21 |
| Binary | 11000 | 111111 | 101100 | 111110 | 0 | 11110 | 1001011 | 10010111 | 101101 | 10001 |
Color Harmonies of #183F2C
Complementary color
Monochromatic Colors of #183F2C
Black with #183F2C
Text Example
Text Example
White with #183F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183F2C; }
p { color: rgb(24,63,44); }
H1.HeaderClassName
{
color: #183F2C;
}
.AnyTagClassName
{
color: #183F2C;
}
</style>
background-color css
<style>
a { background-color: #183F2C; }
a { background-color: rgb(24,63,44); }
div.DivClassName
{
background-color: #183F2C;
}
.BgClassName
{
background-color: #183F2C;
}
</style>
border-color css
<style>
span { border-color: #183F2C; }
span { border-color: rgb(24,63,44); }
td.TdClassName
{
border-color: #183F2C;
}
.TagClassName
{
border-color: #183F2C;
}
</style>