Shades of Zuccini #1A462D
Tints of Zuccini #1A462D
RGB
CMYK
RGB Variations
Color information
#1A462D (or 0x1A462D) is known color: Zuccini. HEX triplet: 1A, 46 and 2D. RGB value is (26,70,45). Sum of RGB (Red+Green+Blue) = 26+70+45=141 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.44% from 141); Green value is 70 (27.73% from 255 or 49.65% from 141); Blue value is 45 (17.97% from 255 or 31.91% from 141); Max value from RGB is 70 - color contains mainly: green. Hex color #1A462D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A462D is #E5B9D2. Grayscale: #363636. Windows color (decimal): -15055315 or 2967066. OLE color: 2967066.
HSL color Cylindrical-coordinate representation of color #1A462D: hue angle of 145.91º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1A462D is Cyan = 0.63, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 26 | 70 | 45 | - |
| CMYK | 0.63 | 0 | 0.36 | 0.73 |
| HSL | 145.91º | 0.46% | 0.19% | - |
| HSV(B) | 145.91º | 0.63% | 0.27% | - |
| XYZ | 3.09 | 4.79 | 3.24 | - |
| YUV | 53.99 | 122.92 | 108.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 70 | 45 | 0.63 | 0 | 0.36 | 0.73 | 145.91 | 0.46 | 0.19 |
| Hex | 1A | 46 | 2D | 3F | 0 | 24 | 49 | 92 | 2E | 13 |
| Octal | 32 | 106 | 55 | 77 | 0 | 44 | 111 | 222 | 56 | 23 |
| Binary | 11010 | 1000110 | 101101 | 111111 | 0 | 100100 | 1001001 | 10010010 | 101110 | 10011 |
Color Harmonies of #1A462D
Complementary color
Monochromatic Colors of #1A462D
Black with #1A462D
Text Example
Text Example
White with #1A462D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A462D; }
p { color: rgb(26,70,45); }
H1.HeaderClassName
{
color: #1A462D;
}
.AnyTagClassName
{
color: #1A462D;
}
</style>
background-color css
<style>
a { background-color: #1A462D; }
a { background-color: rgb(26,70,45); }
div.DivClassName
{
background-color: #1A462D;
}
.BgClassName
{
background-color: #1A462D;
}
</style>
border-color css
<style>
span { border-color: #1A462D; }
span { border-color: rgb(26,70,45); }
td.TdClassName
{
border-color: #1A462D;
}
.TagClassName
{
border-color: #1A462D;
}
</style>