Shades of Zuccini #153C2B
Tints of Zuccini #153C2B
RGB
CMYK
RGB Variations
Color information
#153C2B (or 0x153C2B) is known color: Zuccini. HEX triplet: 15, 3C and 2B. RGB value is (21,60,43). Sum of RGB (Red+Green+Blue) = 21+60+43=124 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.94% from 124); Green value is 60 (23.83% from 255 or 48.39% from 124); Blue value is 43 (17.19% from 255 or 34.68% from 124); Max value from RGB is 60 - color contains mainly: green. Hex color #153C2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153C2B is #EAC3D4. Grayscale: #2E2E2E. Windows color (decimal): -15385557 or 2833429. OLE color: 2833429.
HSL color Cylindrical-coordinate representation of color #153C2B: hue angle of 153.85º degrees, saturation: 0.48, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #153C2B is Cyan = 0.65, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 21 | 60 | 43 | - |
| CMYK | 0.65 | 0 | 0.28 | 0.76 |
| HSL | 153.85º | 0.48% | 0.16% | - |
| HSV(B) | 153.85º | 0.65% | 0.24% | - |
| XYZ | 2.36 | 3.57 | 2.85 | - |
| YUV | 46.4 | 126.08 | 109.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 60 | 43 | 0.65 | 0 | 0.28 | 0.76 | 153.85 | 0.48 | 0.16 |
| Hex | 15 | 3C | 2B | 41 | 0 | 1C | 4C | 9A | 30 | 10 |
| Octal | 25 | 74 | 53 | 101 | 0 | 34 | 114 | 232 | 60 | 20 |
| Binary | 10101 | 111100 | 101011 | 1000001 | 0 | 11100 | 1001100 | 10011010 | 110000 | 10000 |
Color Harmonies of #153C2B
Complementary color
Monochromatic Colors of #153C2B
Black with #153C2B
Text Example
Text Example
White with #153C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153C2B; }
p { color: rgb(21,60,43); }
H1.HeaderClassName
{
color: #153C2B;
}
.AnyTagClassName
{
color: #153C2B;
}
</style>
background-color css
<style>
a { background-color: #153C2B; }
a { background-color: rgb(21,60,43); }
div.DivClassName
{
background-color: #153C2B;
}
.BgClassName
{
background-color: #153C2B;
}
</style>
border-color css
<style>
span { border-color: #153C2B; }
span { border-color: rgb(21,60,43); }
td.TdClassName
{
border-color: #153C2B;
}
.TagClassName
{
border-color: #153C2B;
}
</style>