Shades of Zuccini #1B472B
Tints of Zuccini #1B472B
RGB
CMYK
RGB Variations
Color information
#1B472B (or 0x1B472B) is known color: Zuccini. HEX triplet: 1B, 47 and 2B. RGB value is (27,71,43). Sum of RGB (Red+Green+Blue) = 27+71+43=141 (18% of max value = 765). Red value is 27 (10.94% from 255 or 19.15% from 141); Green value is 71 (28.12% from 255 or 50.35% from 141); Blue value is 43 (17.19% from 255 or 30.50% from 141); Max value from RGB is 71 - color contains mainly: green. Hex color #1B472B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B472B is #E4B8D4. Grayscale: #363636. Windows color (decimal): -14989525 or 2836251. OLE color: 2836251.
HSL color Cylindrical-coordinate representation of color #1B472B: hue angle of 141.82º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1B472B is Cyan = 0.62, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 27 | 71 | 43 | - |
| CMYK | 0.62 | 0 | 0.39 | 0.72 |
| HSL | 141.82º | 0.45% | 0.19% | - |
| HSV(B) | 141.82º | 0.62% | 0.28% | - |
| XYZ | 3.14 | 4.91 | 3.07 | - |
| YUV | 54.65 | 121.42 | 108.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 71 | 43 | 0.62 | 0 | 0.39 | 0.72 | 141.82 | 0.45 | 0.19 |
| Hex | 1B | 47 | 2B | 3E | 0 | 27 | 48 | 8E | 2D | 13 |
| Octal | 33 | 107 | 53 | 76 | 0 | 47 | 110 | 216 | 55 | 23 |
| Binary | 11011 | 1000111 | 101011 | 111110 | 0 | 100111 | 1001000 | 10001110 | 101101 | 10011 |
Color Harmonies of #1B472B
Complementary color
Monochromatic Colors of #1B472B
Black with #1B472B
Text Example
Text Example
White with #1B472B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B472B; }
p { color: rgb(27,71,43); }
H1.HeaderClassName
{
color: #1B472B;
}
.AnyTagClassName
{
color: #1B472B;
}
</style>
background-color css
<style>
a { background-color: #1B472B; }
a { background-color: rgb(27,71,43); }
div.DivClassName
{
background-color: #1B472B;
}
.BgClassName
{
background-color: #1B472B;
}
</style>
border-color css
<style>
span { border-color: #1B472B; }
span { border-color: rgb(27,71,43); }
td.TdClassName
{
border-color: #1B472B;
}
.TagClassName
{
border-color: #1B472B;
}
</style>