Shades of Zuccini #153F29
Tints of Zuccini #153F29
RGB
CMYK
RGB Variations
Color information
#153F29 (or 0x153F29) is known color: Zuccini. HEX triplet: 15, 3F and 29. RGB value is (21,63,41). Sum of RGB (Red+Green+Blue) = 21+63+41=125 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.8% from 125); Green value is 63 (25% from 255 or 50.4% from 125); Blue value is 41 (16.41% from 255 or 32.8% from 125); Max value from RGB is 63 - color contains mainly: green. Hex color #153F29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153F29 is #EAC0D6. Grayscale: #2F2F2F. Windows color (decimal): -15384791 or 2703125. OLE color: 2703125.
HSL color Cylindrical-coordinate representation of color #153F29: hue angle of 148.57º 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 #153F29 is Cyan = 0.67, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 21 | 63 | 41 | - |
| CMYK | 0.67 | 0 | 0.35 | 0.75 |
| HSL | 148.57º | 0.5% | 0.16% | - |
| HSV(B) | 148.57º | 0.67% | 0.25% | - |
| XYZ | 2.49 | 3.87 | 2.71 | - |
| YUV | 47.93 | 124.09 | 108.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 63 | 41 | 0.67 | 0 | 0.35 | 0.75 | 148.57 | 0.5 | 0.16 |
| Hex | 15 | 3F | 29 | 43 | 0 | 23 | 4B | 95 | 32 | 10 |
| Octal | 25 | 77 | 51 | 103 | 0 | 43 | 113 | 225 | 62 | 20 |
| Binary | 10101 | 111111 | 101001 | 1000011 | 0 | 100011 | 1001011 | 10010101 | 110010 | 10000 |
Color Harmonies of #153F29
Complementary color
Monochromatic Colors of #153F29
Black with #153F29
Text Example
Text Example
White with #153F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153F29; }
p { color: rgb(21,63,41); }
H1.HeaderClassName
{
color: #153F29;
}
.AnyTagClassName
{
color: #153F29;
}
</style>
background-color css
<style>
a { background-color: #153F29; }
a { background-color: rgb(21,63,41); }
div.DivClassName
{
background-color: #153F29;
}
.BgClassName
{
background-color: #153F29;
}
</style>
border-color css
<style>
span { border-color: #153F29; }
span { border-color: rgb(21,63,41); }
td.TdClassName
{
border-color: #153F29;
}
.TagClassName
{
border-color: #153F29;
}
</style>