Shades of Zuccini #154B2B
Tints of Zuccini #154B2B
RGB
CMYK
RGB Variations
Color information
#154B2B (or 0x154B2B) is known color: Zuccini. HEX triplet: 15, 4B and 2B. RGB value is (21,75,43). Sum of RGB (Red+Green+Blue) = 21+75+43=139 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.11% from 139); Green value is 75 (29.69% from 255 or 53.96% from 139); Blue value is 43 (17.19% from 255 or 30.94% from 139); Max value from RGB is 75 - color contains mainly: green. Hex color #154B2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154B2B is #EAB4D4. Grayscale: #373737. Windows color (decimal): -15381717 or 2837269. OLE color: 2837269.
HSL color Cylindrical-coordinate representation of color #154B2B: hue angle of 144.44º 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 #154B2B is Cyan = 0.72, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 21 | 75 | 43 | - |
| CMYK | 0.72 | 0 | 0.43 | 0.71 |
| HSL | 144.44º | 0.56% | 0.19% | - |
| HSV(B) | 144.44º | 0.72% | 0.29% | - |
| XYZ | 3.26 | 5.37 | 3.15 | - |
| YUV | 55.21 | 121.11 | 103.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 75 | 43 | 0.72 | 0 | 0.43 | 0.71 | 144.44 | 0.56 | 0.19 |
| Hex | 15 | 4B | 2B | 48 | 0 | 2B | 47 | 90 | 38 | 13 |
| Octal | 25 | 113 | 53 | 110 | 0 | 53 | 107 | 220 | 70 | 23 |
| Binary | 10101 | 1001011 | 101011 | 1001000 | 0 | 101011 | 1000111 | 10010000 | 111000 | 10011 |
Color Harmonies of #154B2B
Complementary color
Monochromatic Colors of #154B2B
Black with #154B2B
Text Example
Text Example
White with #154B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154B2B; }
p { color: rgb(21,75,43); }
H1.HeaderClassName
{
color: #154B2B;
}
.AnyTagClassName
{
color: #154B2B;
}
</style>
background-color css
<style>
a { background-color: #154B2B; }
a { background-color: rgb(21,75,43); }
div.DivClassName
{
background-color: #154B2B;
}
.BgClassName
{
background-color: #154B2B;
}
</style>
border-color css
<style>
span { border-color: #154B2B; }
span { border-color: rgb(21,75,43); }
td.TdClassName
{
border-color: #154B2B;
}
.TagClassName
{
border-color: #154B2B;
}
</style>