Shades of Zuccini #183F2B
Tints of Zuccini #183F2B
RGB
CMYK
RGB Variations
Color information
#183F2B (or 0x183F2B) is known color: Zuccini. HEX triplet: 18, 3F and 2B. RGB value is (24,63,43). Sum of RGB (Red+Green+Blue) = 24+63+43=130 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.46% from 130); Green value is 63 (25% from 255 or 48.46% from 130); Blue value is 43 (17.19% from 255 or 33.08% from 130); Max value from RGB is 63 - color contains mainly: green. Hex color #183F2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183F2B is #E7C0D4. Grayscale: #313131. Windows color (decimal): -15188181 or 2834200. OLE color: 2834200.
HSL color Cylindrical-coordinate representation of color #183F2B: hue angle of 149.23º 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 #183F2B is Cyan = 0.62, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 24 | 63 | 43 | - |
| CMYK | 0.62 | 0 | 0.32 | 0.75 |
| HSL | 149.23º | 0.45% | 0.17% | - |
| HSV(B) | 149.23º | 0.62% | 0.25% | - |
| XYZ | 2.59 | 3.92 | 2.91 | - |
| YUV | 49.06 | 124.58 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 63 | 43 | 0.62 | 0 | 0.32 | 0.75 | 149.23 | 0.45 | 0.17 |
| Hex | 18 | 3F | 2B | 3E | 0 | 20 | 4B | 95 | 2D | 11 |
| Octal | 30 | 77 | 53 | 76 | 0 | 40 | 113 | 225 | 55 | 21 |
| Binary | 11000 | 111111 | 101011 | 111110 | 0 | 100000 | 1001011 | 10010101 | 101101 | 10001 |
Color Harmonies of #183F2B
Complementary color
Monochromatic Colors of #183F2B
Black with #183F2B
Text Example
Text Example
White with #183F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183F2B; }
p { color: rgb(24,63,43); }
H1.HeaderClassName
{
color: #183F2B;
}
.AnyTagClassName
{
color: #183F2B;
}
</style>
background-color css
<style>
a { background-color: #183F2B; }
a { background-color: rgb(24,63,43); }
div.DivClassName
{
background-color: #183F2B;
}
.BgClassName
{
background-color: #183F2B;
}
</style>
border-color css
<style>
span { border-color: #183F2B; }
span { border-color: rgb(24,63,43); }
td.TdClassName
{
border-color: #183F2B;
}
.TagClassName
{
border-color: #183F2B;
}
</style>