Shades of Zuccini #1B442D
Tints of Zuccini #1B442D
RGB
CMYK
RGB Variations
Color information
#1B442D (or 0x1B442D) is known color: Zuccini. HEX triplet: 1B, 44 and 2D. RGB value is (27,68,45). Sum of RGB (Red+Green+Blue) = 27+68+45=140 (18% of max value = 765). Red value is 27 (10.94% from 255 or 19.29% from 140); Green value is 68 (26.95% from 255 or 48.57% from 140); Blue value is 45 (17.97% from 255 or 32.14% from 140); Max value from RGB is 68 - color contains mainly: green. Hex color #1B442D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B442D is #E4BBD2. Grayscale: #353535. Windows color (decimal): -14990291 or 2966555. OLE color: 2966555.
HSL color Cylindrical-coordinate representation of color #1B442D: hue angle of 146.34º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1B442D is Cyan = 0.60, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 27 | 68 | 45 | - |
| CMYK | 0.60 | 0 | 0.34 | 0.73 |
| HSL | 146.34º | 0.43% | 0.19% | - |
| HSV(B) | 146.34º | 0.6% | 0.27% | - |
| XYZ | 2.99 | 4.56 | 3.2 | - |
| YUV | 53.12 | 123.42 | 109.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 68 | 45 | 0.60 | 0 | 0.34 | 0.73 | 146.34 | 0.43 | 0.19 |
| Hex | 1B | 44 | 2D | 3C | 0 | 22 | 49 | 92 | 2B | 13 |
| Octal | 33 | 104 | 55 | 74 | 0 | 42 | 111 | 222 | 53 | 23 |
| Binary | 11011 | 1000100 | 101101 | 111100 | 0 | 100010 | 1001001 | 10010010 | 101011 | 10011 |
Color Harmonies of #1B442D
Complementary color
Monochromatic Colors of #1B442D
Black with #1B442D
Text Example
Text Example
White with #1B442D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B442D; }
p { color: rgb(27,68,45); }
H1.HeaderClassName
{
color: #1B442D;
}
.AnyTagClassName
{
color: #1B442D;
}
</style>
background-color css
<style>
a { background-color: #1B442D; }
a { background-color: rgb(27,68,45); }
div.DivClassName
{
background-color: #1B442D;
}
.BgClassName
{
background-color: #1B442D;
}
</style>
border-color css
<style>
span { border-color: #1B442D; }
span { border-color: rgb(27,68,45); }
td.TdClassName
{
border-color: #1B442D;
}
.TagClassName
{
border-color: #1B442D;
}
</style>