Shades of Zuccini #183E2A
Tints of Zuccini #183E2A
RGB
CMYK
RGB Variations
Color information
#183E2A (or 0x183E2A) is known color: Zuccini. HEX triplet: 18, 3E and 2A. RGB value is (24,62,42). Sum of RGB (Red+Green+Blue) = 24+62+42=128 (16% of max value = 765). Red value is 24 (9.77% from 255 or 18.75% from 128); Green value is 62 (24.61% from 255 or 48.44% from 128); Blue value is 42 (16.80% from 255 or 32.81% from 128); Max value from RGB is 62 - color contains mainly: green. Hex color #183E2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183E2A is #E7C1D5. Grayscale: #303030. Windows color (decimal): -15188438 or 2768408. OLE color: 2768408.
HSL color Cylindrical-coordinate representation of color #183E2A: hue angle of 148.42º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #183E2A is Cyan = 0.61, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 24 | 62 | 42 | - |
| CMYK | 0.61 | 0 | 0.32 | 0.76 |
| HSL | 148.42º | 0.44% | 0.17% | - |
| HSV(B) | 148.42º | 0.61% | 0.24% | - |
| XYZ | 2.52 | 3.81 | 2.79 | - |
| YUV | 48.36 | 124.41 | 110.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 62 | 42 | 0.61 | 0 | 0.32 | 0.76 | 148.42 | 0.44 | 0.17 |
| Hex | 18 | 3E | 2A | 3D | 0 | 20 | 4C | 94 | 2C | 11 |
| Octal | 30 | 76 | 52 | 75 | 0 | 40 | 114 | 224 | 54 | 21 |
| Binary | 11000 | 111110 | 101010 | 111101 | 0 | 100000 | 1001100 | 10010100 | 101100 | 10001 |
Color Harmonies of #183E2A
Complementary color
Monochromatic Colors of #183E2A
Black with #183E2A
Text Example
Text Example
White with #183E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183E2A; }
p { color: rgb(24,62,42); }
H1.HeaderClassName
{
color: #183E2A;
}
.AnyTagClassName
{
color: #183E2A;
}
</style>
background-color css
<style>
a { background-color: #183E2A; }
a { background-color: rgb(24,62,42); }
div.DivClassName
{
background-color: #183E2A;
}
.BgClassName
{
background-color: #183E2A;
}
</style>
border-color css
<style>
span { border-color: #183E2A; }
span { border-color: rgb(24,62,42); }
td.TdClassName
{
border-color: #183E2A;
}
.TagClassName
{
border-color: #183E2A;
}
</style>