Shades of Zuccini #1B462D
Tints of Zuccini #1B462D
RGB
CMYK
RGB Variations
Color information
#1B462D (or 0x1B462D) is known color: Zuccini. HEX triplet: 1B, 46 and 2D. RGB value is (27,70,45). Sum of RGB (Red+Green+Blue) = 27+70+45=142 (18% of max value = 765). Red value is 27 (10.94% from 255 or 19.01% from 142); Green value is 70 (27.73% from 255 or 49.30% from 142); Blue value is 45 (17.97% from 255 or 31.69% from 142); Max value from RGB is 70 - color contains mainly: green. Hex color #1B462D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B462D is #E4B9D2. Grayscale: #363636. Windows color (decimal): -14989779 or 2967067. OLE color: 2967067.
HSL color Cylindrical-coordinate representation of color #1B462D: hue angle of 145.12º degrees, saturation: 0.44, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1B462D is Cyan = 0.61, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 27 | 70 | 45 | - |
| CMYK | 0.61 | 0 | 0.36 | 0.73 |
| HSL | 145.12º | 0.44% | 0.19% | - |
| HSV(B) | 145.12º | 0.61% | 0.27% | - |
| XYZ | 3.12 | 4.8 | 3.25 | - |
| YUV | 54.29 | 122.75 | 108.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 70 | 45 | 0.61 | 0 | 0.36 | 0.73 | 145.12 | 0.44 | 0.19 |
| Hex | 1B | 46 | 2D | 3D | 0 | 24 | 49 | 91 | 2C | 13 |
| Octal | 33 | 106 | 55 | 75 | 0 | 44 | 111 | 221 | 54 | 23 |
| Binary | 11011 | 1000110 | 101101 | 111101 | 0 | 100100 | 1001001 | 10010001 | 101100 | 10011 |
Color Harmonies of #1B462D
Complementary color
Monochromatic Colors of #1B462D
Black with #1B462D
Text Example
Text Example
White with #1B462D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B462D; }
p { color: rgb(27,70,45); }
H1.HeaderClassName
{
color: #1B462D;
}
.AnyTagClassName
{
color: #1B462D;
}
</style>
background-color css
<style>
a { background-color: #1B462D; }
a { background-color: rgb(27,70,45); }
div.DivClassName
{
background-color: #1B462D;
}
.BgClassName
{
background-color: #1B462D;
}
</style>
border-color css
<style>
span { border-color: #1B462D; }
span { border-color: rgb(27,70,45); }
td.TdClassName
{
border-color: #1B462D;
}
.TagClassName
{
border-color: #1B462D;
}
</style>