Shades of Zuccini #154F2D
Tints of Zuccini #154F2D
RGB
CMYK
RGB Variations
Color information
#154F2D (or 0x154F2D) is known color: Zuccini. HEX triplet: 15, 4F and 2D. RGB value is (21,79,45). Sum of RGB (Red+Green+Blue) = 21+79+45=145 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.48% from 145); Green value is 79 (31.25% from 255 or 54.48% from 145); Blue value is 45 (17.97% from 255 or 31.03% from 145); Max value from RGB is 79 - color contains mainly: green. Hex color #154F2D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #154F2D is #EAB0D2. Grayscale: #393939. Windows color (decimal): -15380691 or 2969365. OLE color: 2969365.
HSL color Cylindrical-coordinate representation of color #154F2D: hue angle of 144.83º 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 #154F2D is Cyan = 0.73, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 21 | 79 | 45 | - |
| CMYK | 0.73 | 0 | 0.43 | 0.69 |
| HSL | 144.83º | 0.58% | 0.2% | - |
| HSV(B) | 144.83º | 0.73% | 0.31% | - |
| XYZ | 3.58 | 5.94 | 3.44 | - |
| YUV | 57.78 | 120.78 | 101.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 79 | 45 | 0.73 | 0 | 0.43 | 0.69 | 144.83 | 0.58 | 0.2 |
| Hex | 15 | 4F | 2D | 49 | 0 | 2B | 45 | 91 | 3A | 14 |
| Octal | 25 | 117 | 55 | 111 | 0 | 53 | 105 | 221 | 72 | 24 |
| Binary | 10101 | 1001111 | 101101 | 1001001 | 0 | 101011 | 1000101 | 10010001 | 111010 | 10100 |
Color Harmonies of #154F2D
Complementary color
Monochromatic Colors of #154F2D
Black with #154F2D
Text Example
Text Example
White with #154F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154F2D; }
p { color: rgb(21,79,45); }
H1.HeaderClassName
{
color: #154F2D;
}
.AnyTagClassName
{
color: #154F2D;
}
</style>
background-color css
<style>
a { background-color: #154F2D; }
a { background-color: rgb(21,79,45); }
div.DivClassName
{
background-color: #154F2D;
}
.BgClassName
{
background-color: #154F2D;
}
</style>
border-color css
<style>
span { border-color: #154F2D; }
span { border-color: rgb(21,79,45); }
td.TdClassName
{
border-color: #154F2D;
}
.TagClassName
{
border-color: #154F2D;
}
</style>