Shades of Zuccini #1B422D
Tints of Zuccini #1B422D
RGB
CMYK
RGB Variations
Color information
#1B422D (or 0x1B422D) is known color: Zuccini. HEX triplet: 1B, 42 and 2D. RGB value is (27,66,45). Sum of RGB (Red+Green+Blue) = 27+66+45=138 (18% of max value = 765). Red value is 27 (10.94% from 255 or 19.57% from 138); Green value is 66 (26.17% from 255 or 47.83% from 138); Blue value is 45 (17.97% from 255 or 32.61% from 138); Max value from RGB is 66 - color contains mainly: green. Hex color #1B422D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B422D is #E4BDD2. Grayscale: #333333. Windows color (decimal): -14990803 or 2966043. OLE color: 2966043.
HSL color Cylindrical-coordinate representation of color #1B422D: hue angle of 147.69º degrees, saturation: 0.42, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1B422D is Cyan = 0.59, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 27 | 66 | 45 | - |
| CMYK | 0.59 | 0 | 0.32 | 0.74 |
| HSL | 147.69º | 0.42% | 0.18% | - |
| HSV(B) | 147.69º | 0.59% | 0.26% | - |
| XYZ | 2.87 | 4.32 | 3.16 | - |
| YUV | 51.95 | 124.08 | 110.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 66 | 45 | 0.59 | 0 | 0.32 | 0.74 | 147.69 | 0.42 | 0.18 |
| Hex | 1B | 42 | 2D | 3B | 0 | 20 | 4A | 94 | 2A | 12 |
| Octal | 33 | 102 | 55 | 73 | 0 | 40 | 112 | 224 | 52 | 22 |
| Binary | 11011 | 1000010 | 101101 | 111011 | 0 | 100000 | 1001010 | 10010100 | 101010 | 10010 |
Color Harmonies of #1B422D
Complementary color
Monochromatic Colors of #1B422D
Black with #1B422D
Text Example
Text Example
White with #1B422D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B422D; }
p { color: rgb(27,66,45); }
H1.HeaderClassName
{
color: #1B422D;
}
.AnyTagClassName
{
color: #1B422D;
}
</style>
background-color css
<style>
a { background-color: #1B422D; }
a { background-color: rgb(27,66,45); }
div.DivClassName
{
background-color: #1B422D;
}
.BgClassName
{
background-color: #1B422D;
}
</style>
border-color css
<style>
span { border-color: #1B422D; }
span { border-color: rgb(27,66,45); }
td.TdClassName
{
border-color: #1B422D;
}
.TagClassName
{
border-color: #1B422D;
}
</style>