Shades of Zuccini #154A2E
Tints of Zuccini #154A2E
RGB
CMYK
RGB Variations
Color information
#154A2E (or 0x154A2E) is known color: Zuccini. HEX triplet: 15, 4A and 2E. RGB value is (21,74,46). Sum of RGB (Red+Green+Blue) = 21+74+46=141 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.89% from 141); Green value is 74 (29.30% from 255 or 52.48% from 141); Blue value is 46 (18.36% from 255 or 32.62% from 141); Max value from RGB is 74 - color contains mainly: green. Hex color #154A2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154A2E is #EAB5D1. Grayscale: #373737. Windows color (decimal): -15381970 or 3033621. OLE color: 3033621.
HSL color Cylindrical-coordinate representation of color #154A2E: hue angle of 148.3º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #154A2E is Cyan = 0.72, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 21 | 74 | 46 | - |
| CMYK | 0.72 | 0 | 0.38 | 0.71 |
| HSL | 148.3º | 0.56% | 0.19% | - |
| HSV(B) | 148.3º | 0.72% | 0.29% | - |
| XYZ | 3.25 | 5.25 | 3.43 | - |
| YUV | 54.96 | 122.94 | 103.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 74 | 46 | 0.72 | 0 | 0.38 | 0.71 | 148.3 | 0.56 | 0.19 |
| Hex | 15 | 4A | 2E | 48 | 0 | 26 | 47 | 94 | 38 | 13 |
| Octal | 25 | 112 | 56 | 110 | 0 | 46 | 107 | 224 | 70 | 23 |
| Binary | 10101 | 1001010 | 101110 | 1001000 | 0 | 100110 | 1000111 | 10010100 | 111000 | 10011 |
Color Harmonies of #154A2E
Complementary color
Monochromatic Colors of #154A2E
Black with #154A2E
Text Example
Text Example
White with #154A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154A2E; }
p { color: rgb(21,74,46); }
H1.HeaderClassName
{
color: #154A2E;
}
.AnyTagClassName
{
color: #154A2E;
}
</style>
background-color css
<style>
a { background-color: #154A2E; }
a { background-color: rgb(21,74,46); }
div.DivClassName
{
background-color: #154A2E;
}
.BgClassName
{
background-color: #154A2E;
}
</style>
border-color css
<style>
span { border-color: #154A2E; }
span { border-color: rgb(21,74,46); }
td.TdClassName
{
border-color: #154A2E;
}
.TagClassName
{
border-color: #154A2E;
}
</style>