Shades of Zuccini #154E2F
Tints of Zuccini #154E2F
RGB
CMYK
RGB Variations
Color information
#154E2F (or 0x154E2F) is known color: Zuccini. HEX triplet: 15, 4E and 2F. RGB value is (21,78,47). Sum of RGB (Red+Green+Blue) = 21+78+47=146 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.38% from 146); Green value is 78 (30.86% from 255 or 53.42% from 146); Blue value is 47 (18.75% from 255 or 32.19% from 146); Max value from RGB is 78 - color contains mainly: green. Hex color #154E2F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #154E2F is #EAB1D0. Grayscale: #393939. Windows color (decimal): -15380945 or 3100181. OLE color: 3100181.
HSL color Cylindrical-coordinate representation of color #154E2F: hue angle of 147.37º 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 #154E2F is Cyan = 0.73, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 21 | 78 | 47 | - |
| CMYK | 0.73 | 0 | 0.40 | 0.69 |
| HSL | 147.37º | 0.58% | 0.19% | - |
| HSV(B) | 147.37º | 0.73% | 0.31% | - |
| XYZ | 3.55 | 5.81 | 3.62 | - |
| YUV | 57.42 | 122.12 | 102.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 78 | 47 | 0.73 | 0 | 0.40 | 0.69 | 147.37 | 0.58 | 0.19 |
| Hex | 15 | 4E | 2F | 49 | 0 | 28 | 45 | 93 | 3A | 13 |
| Octal | 25 | 116 | 57 | 111 | 0 | 50 | 105 | 223 | 72 | 23 |
| Binary | 10101 | 1001110 | 101111 | 1001001 | 0 | 101000 | 1000101 | 10010011 | 111010 | 10011 |
Color Harmonies of #154E2F
Complementary color
Monochromatic Colors of #154E2F
Black with #154E2F
Text Example
Text Example
White with #154E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154E2F; }
p { color: rgb(21,78,47); }
H1.HeaderClassName
{
color: #154E2F;
}
.AnyTagClassName
{
color: #154E2F;
}
</style>
background-color css
<style>
a { background-color: #154E2F; }
a { background-color: rgb(21,78,47); }
div.DivClassName
{
background-color: #154E2F;
}
.BgClassName
{
background-color: #154E2F;
}
</style>
border-color css
<style>
span { border-color: #154E2F; }
span { border-color: rgb(21,78,47); }
td.TdClassName
{
border-color: #154E2F;
}
.TagClassName
{
border-color: #154E2F;
}
</style>