Shades of Zuccini #153E2D
Tints of Zuccini #153E2D
RGB
CMYK
RGB Variations
Color information
#153E2D (or 0x153E2D) is known color: Zuccini. HEX triplet: 15, 3E and 2D. RGB value is (21,62,45). Sum of RGB (Red+Green+Blue) = 21+62+45=128 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.41% from 128); Green value is 62 (24.61% from 255 or 48.44% from 128); Blue value is 45 (17.97% from 255 or 35.16% from 128); Max value from RGB is 62 - color contains mainly: green. Hex color #153E2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153E2D is #EAC1D2. Grayscale: #2F2F2F. Windows color (decimal): -15385043 or 2965013. OLE color: 2965013.
HSL color Cylindrical-coordinate representation of color #153E2D: hue angle of 155.12º degrees, saturation: 0.49, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #153E2D is Cyan = 0.66, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 21 | 62 | 45 | - |
| CMYK | 0.66 | 0 | 0.27 | 0.76 |
| HSL | 155.12º | 0.49% | 0.16% | - |
| HSV(B) | 155.12º | 0.66% | 0.24% | - |
| XYZ | 2.51 | 3.79 | 3.08 | - |
| YUV | 47.8 | 126.42 | 108.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 62 | 45 | 0.66 | 0 | 0.27 | 0.76 | 155.12 | 0.49 | 0.16 |
| Hex | 15 | 3E | 2D | 42 | 0 | 1B | 4C | 9B | 31 | 10 |
| Octal | 25 | 76 | 55 | 102 | 0 | 33 | 114 | 233 | 61 | 20 |
| Binary | 10101 | 111110 | 101101 | 1000010 | 0 | 11011 | 1001100 | 10011011 | 110001 | 10000 |
Color Harmonies of #153E2D
Complementary color
Monochromatic Colors of #153E2D
Black with #153E2D
Text Example
Text Example
White with #153E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153E2D; }
p { color: rgb(21,62,45); }
H1.HeaderClassName
{
color: #153E2D;
}
.AnyTagClassName
{
color: #153E2D;
}
</style>
background-color css
<style>
a { background-color: #153E2D; }
a { background-color: rgb(21,62,45); }
div.DivClassName
{
background-color: #153E2D;
}
.BgClassName
{
background-color: #153E2D;
}
</style>
border-color css
<style>
span { border-color: #153E2D; }
span { border-color: rgb(21,62,45); }
td.TdClassName
{
border-color: #153E2D;
}
.TagClassName
{
border-color: #153E2D;
}
</style>