Shades of Zuccini #154A2B
Tints of Zuccini #154A2B
RGB
CMYK
RGB Variations
Color information
#154A2B (or 0x154A2B) is known color: Zuccini. HEX triplet: 15, 4A and 2B. RGB value is (21,74,43). Sum of RGB (Red+Green+Blue) = 21+74+43=138 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.22% from 138); Green value is 74 (29.30% from 255 or 53.62% from 138); Blue value is 43 (17.19% from 255 or 31.16% from 138); Max value from RGB is 74 - color contains mainly: green. Hex color #154A2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154A2B is #EAB5D4. Grayscale: #363636. Windows color (decimal): -15381973 or 2837013. OLE color: 2837013.
HSL color Cylindrical-coordinate representation of color #154A2B: hue angle of 144.91º 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 #154A2B is Cyan = 0.72, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 21 | 74 | 43 | - |
| CMYK | 0.72 | 0 | 0.42 | 0.71 |
| HSL | 144.91º | 0.56% | 0.19% | - |
| HSV(B) | 144.91º | 0.72% | 0.29% | - |
| XYZ | 3.19 | 5.23 | 3.13 | - |
| YUV | 54.62 | 121.44 | 104.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 74 | 43 | 0.72 | 0 | 0.42 | 0.71 | 144.91 | 0.56 | 0.19 |
| Hex | 15 | 4A | 2B | 48 | 0 | 2A | 47 | 91 | 38 | 13 |
| Octal | 25 | 112 | 53 | 110 | 0 | 52 | 107 | 221 | 70 | 23 |
| Binary | 10101 | 1001010 | 101011 | 1001000 | 0 | 101010 | 1000111 | 10010001 | 111000 | 10011 |
Color Harmonies of #154A2B
Complementary color
Monochromatic Colors of #154A2B
Black with #154A2B
Text Example
Text Example
White with #154A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154A2B; }
p { color: rgb(21,74,43); }
H1.HeaderClassName
{
color: #154A2B;
}
.AnyTagClassName
{
color: #154A2B;
}
</style>
background-color css
<style>
a { background-color: #154A2B; }
a { background-color: rgb(21,74,43); }
div.DivClassName
{
background-color: #154A2B;
}
.BgClassName
{
background-color: #154A2B;
}
</style>
border-color css
<style>
span { border-color: #154A2B; }
span { border-color: rgb(21,74,43); }
td.TdClassName
{
border-color: #154A2B;
}
.TagClassName
{
border-color: #154A2B;
}
</style>