Shades of Zuccini #1B432E
Tints of Zuccini #1B432E
RGB
CMYK
RGB Variations
Color information
#1B432E (or 0x1B432E) is known color: Zuccini. HEX triplet: 1B, 43 and 2E. RGB value is (27,67,46). Sum of RGB (Red+Green+Blue) = 27+67+46=140 (18% of max value = 765). Red value is 27 (10.94% from 255 or 19.29% from 140); Green value is 67 (26.56% from 255 or 47.86% from 140); Blue value is 46 (18.36% from 255 or 32.86% from 140); Max value from RGB is 67 - color contains mainly: green. Hex color #1B432E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B432E is #E4BCD1. Grayscale: #343434. Windows color (decimal): -14990546 or 3031835. OLE color: 3031835.
HSL color Cylindrical-coordinate representation of color #1B432E: hue angle of 148.5º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1B432E is Cyan = 0.60, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 27 | 67 | 46 | - |
| CMYK | 0.60 | 0 | 0.31 | 0.74 |
| HSL | 148.5º | 0.43% | 0.18% | - |
| HSV(B) | 148.5º | 0.6% | 0.26% | - |
| XYZ | 2.95 | 4.44 | 3.29 | - |
| YUV | 52.65 | 124.25 | 109.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 67 | 46 | 0.60 | 0 | 0.31 | 0.74 | 148.5 | 0.43 | 0.18 |
| Hex | 1B | 43 | 2E | 3C | 0 | 1F | 4A | 94 | 2B | 12 |
| Octal | 33 | 103 | 56 | 74 | 0 | 37 | 112 | 224 | 53 | 22 |
| Binary | 11011 | 1000011 | 101110 | 111100 | 0 | 11111 | 1001010 | 10010100 | 101011 | 10010 |
Color Harmonies of #1B432E
Complementary color
Monochromatic Colors of #1B432E
Black with #1B432E
Text Example
Text Example
White with #1B432E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B432E; }
p { color: rgb(27,67,46); }
H1.HeaderClassName
{
color: #1B432E;
}
.AnyTagClassName
{
color: #1B432E;
}
</style>
background-color css
<style>
a { background-color: #1B432E; }
a { background-color: rgb(27,67,46); }
div.DivClassName
{
background-color: #1B432E;
}
.BgClassName
{
background-color: #1B432E;
}
</style>
border-color css
<style>
span { border-color: #1B432E; }
span { border-color: rgb(27,67,46); }
td.TdClassName
{
border-color: #1B432E;
}
.TagClassName
{
border-color: #1B432E;
}
</style>