Shades of Zuccini #154E2C
Tints of Zuccini #154E2C
RGB
CMYK
RGB Variations
Color information
#154E2C (or 0x154E2C) is known color: Zuccini. HEX triplet: 15, 4E and 2C. RGB value is (21,78,44). Sum of RGB (Red+Green+Blue) = 21+78+44=143 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.69% from 143); Green value is 78 (30.86% from 255 or 54.55% from 143); Blue value is 44 (17.58% from 255 or 30.77% from 143); Max value from RGB is 78 - color contains mainly: green. Hex color #154E2C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #154E2C is #EAB1D3. Grayscale: #393939. Windows color (decimal): -15380948 or 2903573. OLE color: 2903573.
HSL color Cylindrical-coordinate representation of color #154E2C: hue angle of 144.21º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #154E2C is Cyan = 0.73, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 21 | 78 | 44 | - |
| CMYK | 0.73 | 0 | 0.44 | 0.69 |
| HSL | 144.21º | 0.58% | 0.19% | - |
| HSV(B) | 144.21º | 0.73% | 0.31% | - |
| XYZ | 3.49 | 5.79 | 3.32 | - |
| YUV | 57.08 | 120.62 | 102.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 78 | 44 | 0.73 | 0 | 0.44 | 0.69 | 144.21 | 0.58 | 0.19 |
| Hex | 15 | 4E | 2C | 49 | 0 | 2C | 45 | 90 | 3A | 13 |
| Octal | 25 | 116 | 54 | 111 | 0 | 54 | 105 | 220 | 72 | 23 |
| Binary | 10101 | 1001110 | 101100 | 1001001 | 0 | 101100 | 1000101 | 10010000 | 111010 | 10011 |
Color Harmonies of #154E2C
Complementary color
Monochromatic Colors of #154E2C
Black with #154E2C
Text Example
Text Example
White with #154E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154E2C; }
p { color: rgb(21,78,44); }
H1.HeaderClassName
{
color: #154E2C;
}
.AnyTagClassName
{
color: #154E2C;
}
</style>
background-color css
<style>
a { background-color: #154E2C; }
a { background-color: rgb(21,78,44); }
div.DivClassName
{
background-color: #154E2C;
}
.BgClassName
{
background-color: #154E2C;
}
</style>
border-color css
<style>
span { border-color: #154E2C; }
span { border-color: rgb(21,78,44); }
td.TdClassName
{
border-color: #154E2C;
}
.TagClassName
{
border-color: #154E2C;
}
</style>