Shades of Zuccini #183F2D
Tints of Zuccini #183F2D
RGB
CMYK
RGB Variations
Color information
#183F2D (or 0x183F2D) is known color: Zuccini. HEX triplet: 18, 3F and 2D. RGB value is (24,63,45). Sum of RGB (Red+Green+Blue) = 24+63+45=132 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.18% from 132); Green value is 63 (25% from 255 or 47.73% from 132); Blue value is 45 (17.97% from 255 or 34.09% from 132); Max value from RGB is 63 - color contains mainly: green. Hex color #183F2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183F2D is #E7C0D2. Grayscale: #313131. Windows color (decimal): -15188179 or 2965272. OLE color: 2965272.
HSL color Cylindrical-coordinate representation of color #183F2D: hue angle of 152.31º 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 #183F2D is Cyan = 0.62, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 24 | 63 | 45 | - |
| CMYK | 0.62 | 0 | 0.29 | 0.75 |
| HSL | 152.31º | 0.45% | 0.17% | - |
| HSV(B) | 152.31º | 0.62% | 0.25% | - |
| XYZ | 2.63 | 3.94 | 3.1 | - |
| YUV | 49.29 | 125.58 | 109.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 63 | 45 | 0.62 | 0 | 0.29 | 0.75 | 152.31 | 0.45 | 0.17 |
| Hex | 18 | 3F | 2D | 3E | 0 | 1D | 4B | 98 | 2D | 11 |
| Octal | 30 | 77 | 55 | 76 | 0 | 35 | 113 | 230 | 55 | 21 |
| Binary | 11000 | 111111 | 101101 | 111110 | 0 | 11101 | 1001011 | 10011000 | 101101 | 10001 |
Color Harmonies of #183F2D
Complementary color
Monochromatic Colors of #183F2D
Black with #183F2D
Text Example
Text Example
White with #183F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183F2D; }
p { color: rgb(24,63,45); }
H1.HeaderClassName
{
color: #183F2D;
}
.AnyTagClassName
{
color: #183F2D;
}
</style>
background-color css
<style>
a { background-color: #183F2D; }
a { background-color: rgb(24,63,45); }
div.DivClassName
{
background-color: #183F2D;
}
.BgClassName
{
background-color: #183F2D;
}
</style>
border-color css
<style>
span { border-color: #183F2D; }
span { border-color: rgb(24,63,45); }
td.TdClassName
{
border-color: #183F2D;
}
.TagClassName
{
border-color: #183F2D;
}
</style>