Shades of Zuccini #184C28
Tints of Zuccini #184C28
RGB
CMYK
RGB Variations
Color information
#184C28 (or 0x184C28) is known color: Zuccini. HEX triplet: 18, 4C and 28. RGB value is (24,76,40). Sum of RGB (Red+Green+Blue) = 24+76+40=140 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.14% from 140); Green value is 76 (30.08% from 255 or 54.29% from 140); Blue value is 40 (16.02% from 255 or 28.57% from 140); Max value from RGB is 76 - color contains mainly: green. Hex color #184C28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #184C28 is #E7B3D7. Grayscale: #383838. Windows color (decimal): -15184856 or 2640920. OLE color: 2640920.
HSL color Cylindrical-coordinate representation of color #184C28: hue angle of 138.46º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #184C28 is Cyan = 0.68, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 24 | 76 | 40 | - |
| CMYK | 0.68 | 0 | 0.47 | 0.70 |
| HSL | 138.46º | 0.52% | 0.2% | - |
| HSV(B) | 138.46º | 0.68% | 0.3% | - |
| XYZ | 3.34 | 5.52 | 2.9 | - |
| YUV | 56.35 | 118.77 | 104.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 76 | 40 | 0.68 | 0 | 0.47 | 0.70 | 138.46 | 0.52 | 0.2 |
| Hex | 18 | 4C | 28 | 44 | 0 | 2F | 46 | 8A | 34 | 14 |
| Octal | 30 | 114 | 50 | 104 | 0 | 57 | 106 | 212 | 64 | 24 |
| Binary | 11000 | 1001100 | 101000 | 1000100 | 0 | 101111 | 1000110 | 10001010 | 110100 | 10100 |
Color Harmonies of #184C28
Complementary color
Monochromatic Colors of #184C28
Black with #184C28
Text Example
Text Example
White with #184C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184C28; }
p { color: rgb(24,76,40); }
H1.HeaderClassName
{
color: #184C28;
}
.AnyTagClassName
{
color: #184C28;
}
</style>
background-color css
<style>
a { background-color: #184C28; }
a { background-color: rgb(24,76,40); }
div.DivClassName
{
background-color: #184C28;
}
.BgClassName
{
background-color: #184C28;
}
</style>
border-color css
<style>
span { border-color: #184C28; }
span { border-color: rgb(24,76,40); }
td.TdClassName
{
border-color: #184C28;
}
.TagClassName
{
border-color: #184C28;
}
</style>