Shades of Zuccini #1A442A
Tints of Zuccini #1A442A
RGB
CMYK
RGB Variations
Color information
#1A442A (or 0x1A442A) is known color: Zuccini. HEX triplet: 1A, 44 and 2A. RGB value is (26,68,42). Sum of RGB (Red+Green+Blue) = 26+68+42=136 (18% of max value = 765). Red value is 26 (10.55% from 255 or 19.12% from 136); Green value is 68 (26.95% from 255 or 50% from 136); Blue value is 42 (16.80% from 255 or 30.88% from 136); Max value from RGB is 68 - color contains mainly: green. Hex color #1A442A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A442A is #E5BBD5. Grayscale: #343434. Windows color (decimal): -15055830 or 2769946. OLE color: 2769946.
HSL color Cylindrical-coordinate representation of color #1A442A: hue angle of 142.86º degrees, saturation: 0.45, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1A442A is Cyan = 0.62, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 26 | 68 | 42 | - |
| CMYK | 0.62 | 0 | 0.38 | 0.73 |
| HSL | 142.86º | 0.45% | 0.18% | - |
| HSV(B) | 142.86º | 0.62% | 0.27% | - |
| XYZ | 2.91 | 4.52 | 2.91 | - |
| YUV | 52.48 | 122.09 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 68 | 42 | 0.62 | 0 | 0.38 | 0.73 | 142.86 | 0.45 | 0.18 |
| Hex | 1A | 44 | 2A | 3E | 0 | 26 | 49 | 8F | 2D | 12 |
| Octal | 32 | 104 | 52 | 76 | 0 | 46 | 111 | 217 | 55 | 22 |
| Binary | 11010 | 1000100 | 101010 | 111110 | 0 | 100110 | 1001001 | 10001111 | 101101 | 10010 |
Color Harmonies of #1A442A
Complementary color
Monochromatic Colors of #1A442A
Black with #1A442A
Text Example
Text Example
White with #1A442A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A442A; }
p { color: rgb(26,68,42); }
H1.HeaderClassName
{
color: #1A442A;
}
.AnyTagClassName
{
color: #1A442A;
}
</style>
background-color css
<style>
a { background-color: #1A442A; }
a { background-color: rgb(26,68,42); }
div.DivClassName
{
background-color: #1A442A;
}
.BgClassName
{
background-color: #1A442A;
}
</style>
border-color css
<style>
span { border-color: #1A442A; }
span { border-color: rgb(26,68,42); }
td.TdClassName
{
border-color: #1A442A;
}
.TagClassName
{
border-color: #1A442A;
}
</style>