Shades of Zuccini #1B4C2B
Tints of Zuccini #1B4C2B
RGB
CMYK
RGB Variations
Color information
#1B4C2B (or 0x1B4C2B) is known color: Zuccini. HEX triplet: 1B, 4C and 2B. RGB value is (27,76,43). Sum of RGB (Red+Green+Blue) = 27+76+43=146 (19% of max value = 765). Red value is 27 (10.94% from 255 or 18.49% from 146); Green value is 76 (30.08% from 255 or 52.05% from 146); Blue value is 43 (17.19% from 255 or 29.45% from 146); Max value from RGB is 76 - color contains mainly: green. Hex color #1B4C2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B4C2B is #E4B3D4. Grayscale: #393939. Windows color (decimal): -14988245 or 2837531. OLE color: 2837531.
HSL color Cylindrical-coordinate representation of color #1B4C2B: hue angle of 139.59º degrees, saturation: 0.48, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1B4C2B is Cyan = 0.64, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 27 | 76 | 43 | - |
| CMYK | 0.64 | 0 | 0.43 | 0.70 |
| HSL | 139.59º | 0.48% | 0.2% | - |
| HSV(B) | 139.59º | 0.64% | 0.3% | - |
| XYZ | 3.47 | 5.58 | 3.18 | - |
| YUV | 57.59 | 119.77 | 106.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 76 | 43 | 0.64 | 0 | 0.43 | 0.70 | 139.59 | 0.48 | 0.2 |
| Hex | 1B | 4C | 2B | 40 | 0 | 2B | 46 | 8C | 30 | 14 |
| Octal | 33 | 114 | 53 | 100 | 0 | 53 | 106 | 214 | 60 | 24 |
| Binary | 11011 | 1001100 | 101011 | 1000000 | 0 | 101011 | 1000110 | 10001100 | 110000 | 10100 |
Color Harmonies of #1B4C2B
Complementary color
Monochromatic Colors of #1B4C2B
Black with #1B4C2B
Text Example
Text Example
White with #1B4C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B4C2B; }
p { color: rgb(27,76,43); }
H1.HeaderClassName
{
color: #1B4C2B;
}
.AnyTagClassName
{
color: #1B4C2B;
}
</style>
background-color css
<style>
a { background-color: #1B4C2B; }
a { background-color: rgb(27,76,43); }
div.DivClassName
{
background-color: #1B4C2B;
}
.BgClassName
{
background-color: #1B4C2B;
}
</style>
border-color css
<style>
span { border-color: #1B4C2B; }
span { border-color: rgb(27,76,43); }
td.TdClassName
{
border-color: #1B4C2B;
}
.TagClassName
{
border-color: #1B4C2B;
}
</style>