Shades of Zuccini #1A4330
Tints of Zuccini #1A4330
RGB
CMYK
RGB Variations
Color information
#1A4330 (or 0x1A4330) is known color: Zuccini. HEX triplet: 1A, 43 and 30. RGB value is (26,67,48). Sum of RGB (Red+Green+Blue) = 26+67+48=141 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.44% from 141); Green value is 67 (26.56% from 255 or 47.52% from 141); Blue value is 48 (19.14% from 255 or 34.04% from 141); Max value from RGB is 67 - color contains mainly: green. Hex color #1A4330 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A4330 is #E5BCCF. Grayscale: #343434. Windows color (decimal): -15056080 or 3162906. OLE color: 3162906.
HSL color Cylindrical-coordinate representation of color #1A4330: hue angle of 152.2º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1A4330 is Cyan = 0.61, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 26 | 67 | 48 | - |
| CMYK | 0.61 | 0 | 0.28 | 0.74 |
| HSL | 152.2º | 0.44% | 0.18% | - |
| HSV(B) | 152.2º | 0.61% | 0.26% | - |
| XYZ | 2.97 | 4.45 | 3.5 | - |
| YUV | 52.58 | 125.42 | 109.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 67 | 48 | 0.61 | 0 | 0.28 | 0.74 | 152.2 | 0.44 | 0.18 |
| Hex | 1A | 43 | 30 | 3D | 0 | 1C | 4A | 98 | 2C | 12 |
| Octal | 32 | 103 | 60 | 75 | 0 | 34 | 112 | 230 | 54 | 22 |
| Binary | 11010 | 1000011 | 110000 | 111101 | 0 | 11100 | 1001010 | 10011000 | 101100 | 10010 |
Color Harmonies of #1A4330
Complementary color
Monochromatic Colors of #1A4330
Black with #1A4330
Text Example
Text Example
White with #1A4330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4330; }
p { color: rgb(26,67,48); }
H1.HeaderClassName
{
color: #1A4330;
}
.AnyTagClassName
{
color: #1A4330;
}
</style>
background-color css
<style>
a { background-color: #1A4330; }
a { background-color: rgb(26,67,48); }
div.DivClassName
{
background-color: #1A4330;
}
.BgClassName
{
background-color: #1A4330;
}
</style>
border-color css
<style>
span { border-color: #1A4330; }
span { border-color: rgb(26,67,48); }
td.TdClassName
{
border-color: #1A4330;
}
.TagClassName
{
border-color: #1A4330;
}
</style>