Shades of Zuccini #154D2C
Tints of Zuccini #154D2C
RGB
CMYK
RGB Variations
Color information
#154D2C (or 0x154D2C) is known color: Zuccini. HEX triplet: 15, 4D and 2C. RGB value is (21,77,44). Sum of RGB (Red+Green+Blue) = 21+77+44=142 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.79% from 142); Green value is 77 (30.47% from 255 or 54.23% from 142); Blue value is 44 (17.58% from 255 or 30.99% from 142); Max value from RGB is 77 - color contains mainly: green. Hex color #154D2C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #154D2C is #EAB2D3. Grayscale: #383838. Windows color (decimal): -15381204 or 2903317. OLE color: 2903317.
HSL color Cylindrical-coordinate representation of color #154D2C: hue angle of 144.64º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #154D2C is Cyan = 0.73, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 21 | 77 | 44 | - |
| CMYK | 0.73 | 0 | 0.43 | 0.70 |
| HSL | 144.64º | 0.57% | 0.19% | - |
| HSV(B) | 144.64º | 0.73% | 0.3% | - |
| XYZ | 3.42 | 5.65 | 3.29 | - |
| YUV | 56.49 | 120.95 | 102.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 77 | 44 | 0.73 | 0 | 0.43 | 0.70 | 144.64 | 0.57 | 0.19 |
| Hex | 15 | 4D | 2C | 49 | 0 | 2B | 46 | 91 | 39 | 13 |
| Octal | 25 | 115 | 54 | 111 | 0 | 53 | 106 | 221 | 71 | 23 |
| Binary | 10101 | 1001101 | 101100 | 1001001 | 0 | 101011 | 1000110 | 10010001 | 111001 | 10011 |
Color Harmonies of #154D2C
Complementary color
Monochromatic Colors of #154D2C
Black with #154D2C
Text Example
Text Example
White with #154D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154D2C; }
p { color: rgb(21,77,44); }
H1.HeaderClassName
{
color: #154D2C;
}
.AnyTagClassName
{
color: #154D2C;
}
</style>
background-color css
<style>
a { background-color: #154D2C; }
a { background-color: rgb(21,77,44); }
div.DivClassName
{
background-color: #154D2C;
}
.BgClassName
{
background-color: #154D2C;
}
</style>
border-color css
<style>
span { border-color: #154D2C; }
span { border-color: rgb(21,77,44); }
td.TdClassName
{
border-color: #154D2C;
}
.TagClassName
{
border-color: #154D2C;
}
</style>