Shades of Zuccini #154C30
Tints of Zuccini #154C30
RGB
CMYK
RGB Variations
Color information
#154C30 (or 0x154C30) is known color: Zuccini. HEX triplet: 15, 4C and 30. RGB value is (21,76,48). Sum of RGB (Red+Green+Blue) = 21+76+48=145 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.48% from 145); Green value is 76 (30.08% from 255 or 52.41% from 145); Blue value is 48 (19.14% from 255 or 33.10% from 145); Max value from RGB is 76 - color contains mainly: green. Hex color #154C30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154C30 is #EAB3CF. Grayscale: #383838. Windows color (decimal): -15381456 or 3165205. OLE color: 3165205.
HSL color Cylindrical-coordinate representation of color #154C30: hue angle of 149.45º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #154C30 is Cyan = 0.72, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 21 | 76 | 48 | - |
| CMYK | 0.72 | 0 | 0.37 | 0.70 |
| HSL | 149.45º | 0.57% | 0.19% | - |
| HSV(B) | 149.45º | 0.72% | 0.3% | - |
| XYZ | 3.43 | 5.54 | 3.69 | - |
| YUV | 56.36 | 123.28 | 102.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 76 | 48 | 0.72 | 0 | 0.37 | 0.70 | 149.45 | 0.57 | 0.19 |
| Hex | 15 | 4C | 30 | 48 | 0 | 25 | 46 | 95 | 39 | 13 |
| Octal | 25 | 114 | 60 | 110 | 0 | 45 | 106 | 225 | 71 | 23 |
| Binary | 10101 | 1001100 | 110000 | 1001000 | 0 | 100101 | 1000110 | 10010101 | 111001 | 10011 |
Color Harmonies of #154C30
Complementary color
Monochromatic Colors of #154C30
Black with #154C30
Text Example
Text Example
White with #154C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154C30; }
p { color: rgb(21,76,48); }
H1.HeaderClassName
{
color: #154C30;
}
.AnyTagClassName
{
color: #154C30;
}
</style>
background-color css
<style>
a { background-color: #154C30; }
a { background-color: rgb(21,76,48); }
div.DivClassName
{
background-color: #154C30;
}
.BgClassName
{
background-color: #154C30;
}
</style>
border-color css
<style>
span { border-color: #154C30; }
span { border-color: rgb(21,76,48); }
td.TdClassName
{
border-color: #154C30;
}
.TagClassName
{
border-color: #154C30;
}
</style>