Shades of Zuccini #153F2B
Tints of Zuccini #153F2B
RGB
CMYK
RGB Variations
Color information
#153F2B (or 0x153F2B) is known color: Zuccini. HEX triplet: 15, 3F and 2B. RGB value is (21,63,43). Sum of RGB (Red+Green+Blue) = 21+63+43=127 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.54% from 127); Green value is 63 (25% from 255 or 49.61% from 127); Blue value is 43 (17.19% from 255 or 33.86% from 127); Max value from RGB is 63 - color contains mainly: green. Hex color #153F2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153F2B is #EAC0D4. Grayscale: #303030. Windows color (decimal): -15384789 or 2834197. OLE color: 2834197.
HSL color Cylindrical-coordinate representation of color #153F2B: hue angle of 151.43º 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 #153F2B is Cyan = 0.67, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 21 | 63 | 43 | - |
| CMYK | 0.67 | 0 | 0.32 | 0.75 |
| HSL | 151.43º | 0.5% | 0.16% | - |
| HSV(B) | 151.43º | 0.67% | 0.25% | - |
| XYZ | 2.52 | 3.89 | 2.9 | - |
| YUV | 48.16 | 125.09 | 108.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 63 | 43 | 0.67 | 0 | 0.32 | 0.75 | 151.43 | 0.5 | 0.16 |
| Hex | 15 | 3F | 2B | 43 | 0 | 20 | 4B | 97 | 32 | 10 |
| Octal | 25 | 77 | 53 | 103 | 0 | 40 | 113 | 227 | 62 | 20 |
| Binary | 10101 | 111111 | 101011 | 1000011 | 0 | 100000 | 1001011 | 10010111 | 110010 | 10000 |
Color Harmonies of #153F2B
Complementary color
Monochromatic Colors of #153F2B
Black with #153F2B
Text Example
Text Example
White with #153F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153F2B; }
p { color: rgb(21,63,43); }
H1.HeaderClassName
{
color: #153F2B;
}
.AnyTagClassName
{
color: #153F2B;
}
</style>
background-color css
<style>
a { background-color: #153F2B; }
a { background-color: rgb(21,63,43); }
div.DivClassName
{
background-color: #153F2B;
}
.BgClassName
{
background-color: #153F2B;
}
</style>
border-color css
<style>
span { border-color: #153F2B; }
span { border-color: rgb(21,63,43); }
td.TdClassName
{
border-color: #153F2B;
}
.TagClassName
{
border-color: #153F2B;
}
</style>