Shades of Zuccini #1B4E30
Tints of Zuccini #1B4E30
RGB
CMYK
RGB Variations
Color information
#1B4E30 (or 0x1B4E30) is known color: Zuccini. HEX triplet: 1B, 4E and 30. RGB value is (27,78,48). Sum of RGB (Red+Green+Blue) = 27+78+48=153 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.65% from 153); Green value is 78 (30.86% from 255 or 50.98% from 153); Blue value is 48 (19.14% from 255 or 31.37% from 153); Max value from RGB is 78 - color contains mainly: green. Hex color #1B4E30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B4E30 is #E4B1CF. Grayscale: #3B3B3B. Windows color (decimal): -14987728 or 3165723. OLE color: 3165723.
HSL color Cylindrical-coordinate representation of color #1B4E30: hue angle of 144.71º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1B4E30 is Cyan = 0.65, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 27 | 78 | 48 | - |
| CMYK | 0.65 | 0 | 0.38 | 0.69 |
| HSL | 144.71º | 0.49% | 0.21% | - |
| HSV(B) | 144.71º | 0.65% | 0.31% | - |
| XYZ | 3.71 | 5.9 | 3.74 | - |
| YUV | 59.33 | 121.6 | 104.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 78 | 48 | 0.65 | 0 | 0.38 | 0.69 | 144.71 | 0.49 | 0.21 |
| Hex | 1B | 4E | 30 | 41 | 0 | 26 | 45 | 91 | 31 | 15 |
| Octal | 33 | 116 | 60 | 101 | 0 | 46 | 105 | 221 | 61 | 25 |
| Binary | 11011 | 1001110 | 110000 | 1000001 | 0 | 100110 | 1000101 | 10010001 | 110001 | 10101 |
Color Harmonies of #1B4E30
Complementary color
Monochromatic Colors of #1B4E30
Black with #1B4E30
Text Example
Text Example
White with #1B4E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B4E30; }
p { color: rgb(27,78,48); }
H1.HeaderClassName
{
color: #1B4E30;
}
.AnyTagClassName
{
color: #1B4E30;
}
</style>
background-color css
<style>
a { background-color: #1B4E30; }
a { background-color: rgb(27,78,48); }
div.DivClassName
{
background-color: #1B4E30;
}
.BgClassName
{
background-color: #1B4E30;
}
</style>
border-color css
<style>
span { border-color: #1B4E30; }
span { border-color: rgb(27,78,48); }
td.TdClassName
{
border-color: #1B4E30;
}
.TagClassName
{
border-color: #1B4E30;
}
</style>