Shades of Zuccini #1B482E
Tints of Zuccini #1B482E
RGB
CMYK
RGB Variations
Color information
#1B482E (or 0x1B482E) is known color: Zuccini. HEX triplet: 1B, 48 and 2E. RGB value is (27,72,46). Sum of RGB (Red+Green+Blue) = 27+72+46=145 (19% of max value = 765). Red value is 27 (10.94% from 255 or 18.62% from 145); Green value is 72 (28.52% from 255 or 49.66% from 145); Blue value is 46 (18.36% from 255 or 31.72% from 145); Max value from RGB is 72 - color contains mainly: green. Hex color #1B482E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B482E is #E4B7D1. Grayscale: #373737. Windows color (decimal): -14989266 or 3033115. OLE color: 3033115.
HSL color Cylindrical-coordinate representation of color #1B482E: hue angle of 145.33º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1B482E is Cyan = 0.62, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 27 | 72 | 46 | - |
| CMYK | 0.62 | 0 | 0.36 | 0.72 |
| HSL | 145.33º | 0.45% | 0.19% | - |
| HSV(B) | 145.33º | 0.63% | 0.28% | - |
| XYZ | 3.26 | 5.06 | 3.39 | - |
| YUV | 55.58 | 122.59 | 107.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 72 | 46 | 0.62 | 0 | 0.36 | 0.72 | 145.33 | 0.45 | 0.19 |
| Hex | 1B | 48 | 2E | 3E | 0 | 24 | 48 | 91 | 2D | 13 |
| Octal | 33 | 110 | 56 | 76 | 0 | 44 | 110 | 221 | 55 | 23 |
| Binary | 11011 | 1001000 | 101110 | 111110 | 0 | 100100 | 1001000 | 10010001 | 101101 | 10011 |
Color Harmonies of #1B482E
Complementary color
Monochromatic Colors of #1B482E
Black with #1B482E
Text Example
Text Example
White with #1B482E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B482E; }
p { color: rgb(27,72,46); }
H1.HeaderClassName
{
color: #1B482E;
}
.AnyTagClassName
{
color: #1B482E;
}
</style>
background-color css
<style>
a { background-color: #1B482E; }
a { background-color: rgb(27,72,46); }
div.DivClassName
{
background-color: #1B482E;
}
.BgClassName
{
background-color: #1B482E;
}
</style>
border-color css
<style>
span { border-color: #1B482E; }
span { border-color: rgb(27,72,46); }
td.TdClassName
{
border-color: #1B482E;
}
.TagClassName
{
border-color: #1B482E;
}
</style>