Shades of Zuccini #153F2C
Tints of Zuccini #153F2C
RGB
CMYK
RGB Variations
Color information
#153F2C (or 0x153F2C) is known color: Zuccini. HEX triplet: 15, 3F and 2C. RGB value is (21,63,44). Sum of RGB (Red+Green+Blue) = 21+63+44=128 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.41% from 128); Green value is 63 (25% from 255 or 49.22% from 128); Blue value is 44 (17.58% from 255 or 34.38% from 128); Max value from RGB is 63 - color contains mainly: green. Hex color #153F2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153F2C is #EAC0D3. Grayscale: #303030. Windows color (decimal): -15384788 or 2899733. OLE color: 2899733.
HSL color Cylindrical-coordinate representation of color #153F2C: hue angle of 152.86º degrees, saturation: 0.5, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #153F2C is Cyan = 0.67, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 21 | 63 | 44 | - |
| CMYK | 0.67 | 0 | 0.30 | 0.75 |
| HSL | 152.86º | 0.5% | 0.16% | - |
| HSV(B) | 152.86º | 0.67% | 0.25% | - |
| XYZ | 2.54 | 3.9 | 3 | - |
| YUV | 48.28 | 125.59 | 108.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 63 | 44 | 0.67 | 0 | 0.30 | 0.75 | 152.86 | 0.5 | 0.16 |
| Hex | 15 | 3F | 2C | 43 | 0 | 1E | 4B | 99 | 32 | 10 |
| Octal | 25 | 77 | 54 | 103 | 0 | 36 | 113 | 231 | 62 | 20 |
| Binary | 10101 | 111111 | 101100 | 1000011 | 0 | 11110 | 1001011 | 10011001 | 110010 | 10000 |
Color Harmonies of #153F2C
Complementary color
Monochromatic Colors of #153F2C
Black with #153F2C
Text Example
Text Example
White with #153F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153F2C; }
p { color: rgb(21,63,44); }
H1.HeaderClassName
{
color: #153F2C;
}
.AnyTagClassName
{
color: #153F2C;
}
</style>
background-color css
<style>
a { background-color: #153F2C; }
a { background-color: rgb(21,63,44); }
div.DivClassName
{
background-color: #153F2C;
}
.BgClassName
{
background-color: #153F2C;
}
</style>
border-color css
<style>
span { border-color: #153F2C; }
span { border-color: rgb(21,63,44); }
td.TdClassName
{
border-color: #153F2C;
}
.TagClassName
{
border-color: #153F2C;
}
</style>