Shades of Zuccini #154B2E
Tints of Zuccini #154B2E
RGB
CMYK
RGB Variations
Color information
#154B2E (or 0x154B2E) is known color: Zuccini. HEX triplet: 15, 4B and 2E. RGB value is (21,75,46). Sum of RGB (Red+Green+Blue) = 21+75+46=142 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.79% from 142); Green value is 75 (29.69% from 255 or 52.82% from 142); Blue value is 46 (18.36% from 255 or 32.39% from 142); Max value from RGB is 75 - color contains mainly: green. Hex color #154B2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154B2E is #EAB4D1. Grayscale: #373737. Windows color (decimal): -15381714 or 3033877. OLE color: 3033877.
HSL color Cylindrical-coordinate representation of color #154B2E: hue angle of 147.78º 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 #154B2E is Cyan = 0.72, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 21 | 75 | 46 | - |
| CMYK | 0.72 | 0 | 0.39 | 0.71 |
| HSL | 147.78º | 0.56% | 0.19% | - |
| HSV(B) | 147.78º | 0.72% | 0.29% | - |
| XYZ | 3.32 | 5.39 | 3.45 | - |
| YUV | 55.55 | 122.61 | 103.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 75 | 46 | 0.72 | 0 | 0.39 | 0.71 | 147.78 | 0.56 | 0.19 |
| Hex | 15 | 4B | 2E | 48 | 0 | 27 | 47 | 94 | 38 | 13 |
| Octal | 25 | 113 | 56 | 110 | 0 | 47 | 107 | 224 | 70 | 23 |
| Binary | 10101 | 1001011 | 101110 | 1001000 | 0 | 100111 | 1000111 | 10010100 | 111000 | 10011 |
Color Harmonies of #154B2E
Complementary color
Monochromatic Colors of #154B2E
Black with #154B2E
Text Example
Text Example
White with #154B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154B2E; }
p { color: rgb(21,75,46); }
H1.HeaderClassName
{
color: #154B2E;
}
.AnyTagClassName
{
color: #154B2E;
}
</style>
background-color css
<style>
a { background-color: #154B2E; }
a { background-color: rgb(21,75,46); }
div.DivClassName
{
background-color: #154B2E;
}
.BgClassName
{
background-color: #154B2E;
}
</style>
border-color css
<style>
span { border-color: #154B2E; }
span { border-color: rgb(21,75,46); }
td.TdClassName
{
border-color: #154B2E;
}
.TagClassName
{
border-color: #154B2E;
}
</style>