Shades of Zuccini #1B4930
Tints of Zuccini #1B4930
RGB
CMYK
RGB Variations
Color information
#1B4930 (or 0x1B4930) is known color: Zuccini. HEX triplet: 1B, 49 and 30. RGB value is (27,73,48). Sum of RGB (Red+Green+Blue) = 27+73+48=148 (19% of max value = 765). Red value is 27 (10.94% from 255 or 18.24% from 148); Green value is 73 (28.91% from 255 or 49.32% from 148); Blue value is 48 (19.14% from 255 or 32.43% from 148); Max value from RGB is 73 - color contains mainly: green. Hex color #1B4930 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B4930 is #E4B6CF. Grayscale: #383838. Windows color (decimal): -14989008 or 3164443. OLE color: 3164443.
HSL color Cylindrical-coordinate representation of color #1B4930: hue angle of 147.39º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1B4930 is Cyan = 0.63, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 27 | 73 | 48 | - |
| CMYK | 0.63 | 0 | 0.34 | 0.71 |
| HSL | 147.39º | 0.46% | 0.2% | - |
| HSV(B) | 147.39º | 0.63% | 0.29% | - |
| XYZ | 3.37 | 5.21 | 3.62 | - |
| YUV | 56.4 | 123.26 | 107.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 73 | 48 | 0.63 | 0 | 0.34 | 0.71 | 147.39 | 0.46 | 0.2 |
| Hex | 1B | 49 | 30 | 3F | 0 | 22 | 47 | 93 | 2E | 14 |
| Octal | 33 | 111 | 60 | 77 | 0 | 42 | 107 | 223 | 56 | 24 |
| Binary | 11011 | 1001001 | 110000 | 111111 | 0 | 100010 | 1000111 | 10010011 | 101110 | 10100 |
Color Harmonies of #1B4930
Complementary color
Monochromatic Colors of #1B4930
Black with #1B4930
Text Example
Text Example
White with #1B4930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B4930; }
p { color: rgb(27,73,48); }
H1.HeaderClassName
{
color: #1B4930;
}
.AnyTagClassName
{
color: #1B4930;
}
</style>
background-color css
<style>
a { background-color: #1B4930; }
a { background-color: rgb(27,73,48); }
div.DivClassName
{
background-color: #1B4930;
}
.BgClassName
{
background-color: #1B4930;
}
</style>
border-color css
<style>
span { border-color: #1B4930; }
span { border-color: rgb(27,73,48); }
td.TdClassName
{
border-color: #1B4930;
}
.TagClassName
{
border-color: #1B4930;
}
</style>