Shades of Zuccini #154F2C
Tints of Zuccini #154F2C
RGB
CMYK
RGB Variations
Color information
#154F2C (or 0x154F2C) is known color: Zuccini. HEX triplet: 15, 4F and 2C. RGB value is (21,79,44). Sum of RGB (Red+Green+Blue) = 21+79+44=144 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.58% from 144); Green value is 79 (31.25% from 255 or 54.86% from 144); Blue value is 44 (17.58% from 255 or 30.56% from 144); Max value from RGB is 79 - color contains mainly: green. Hex color #154F2C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #154F2C is #EAB0D3. Grayscale: #393939. Windows color (decimal): -15380692 or 2903829. OLE color: 2903829.
HSL color Cylindrical-coordinate representation of color #154F2C: hue angle of 143.79º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #154F2C is Cyan = 0.73, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 21 | 79 | 44 | - |
| CMYK | 0.73 | 0 | 0.44 | 0.69 |
| HSL | 143.79º | 0.58% | 0.2% | - |
| HSV(B) | 143.79º | 0.73% | 0.31% | - |
| XYZ | 3.56 | 5.93 | 3.34 | - |
| YUV | 57.67 | 120.28 | 101.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 79 | 44 | 0.73 | 0 | 0.44 | 0.69 | 143.79 | 0.58 | 0.2 |
| Hex | 15 | 4F | 2C | 49 | 0 | 2C | 45 | 90 | 3A | 14 |
| Octal | 25 | 117 | 54 | 111 | 0 | 54 | 105 | 220 | 72 | 24 |
| Binary | 10101 | 1001111 | 101100 | 1001001 | 0 | 101100 | 1000101 | 10010000 | 111010 | 10100 |
Color Harmonies of #154F2C
Complementary color
Monochromatic Colors of #154F2C
Black with #154F2C
Text Example
Text Example
White with #154F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154F2C; }
p { color: rgb(21,79,44); }
H1.HeaderClassName
{
color: #154F2C;
}
.AnyTagClassName
{
color: #154F2C;
}
</style>
background-color css
<style>
a { background-color: #154F2C; }
a { background-color: rgb(21,79,44); }
div.DivClassName
{
background-color: #154F2C;
}
.BgClassName
{
background-color: #154F2C;
}
</style>
border-color css
<style>
span { border-color: #154F2C; }
span { border-color: rgb(21,79,44); }
td.TdClassName
{
border-color: #154F2C;
}
.TagClassName
{
border-color: #154F2C;
}
</style>