Shades of Zuccini #1A462F
Tints of Zuccini #1A462F
RGB
CMYK
RGB Variations
Color information
#1A462F (or 0x1A462F) is known color: Zuccini. HEX triplet: 1A, 46 and 2F. RGB value is (26,70,47). Sum of RGB (Red+Green+Blue) = 26+70+47=143 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.18% from 143); Green value is 70 (27.73% from 255 or 48.95% from 143); Blue value is 47 (18.75% from 255 or 32.87% from 143); Max value from RGB is 70 - color contains mainly: green. Hex color #1A462F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A462F is #E5B9D0. Grayscale: #363636. Windows color (decimal): -15055313 or 3098138. OLE color: 3098138.
HSL color Cylindrical-coordinate representation of color #1A462F: hue angle of 148.64º 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 #1A462F is Cyan = 0.63, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 26 | 70 | 47 | - |
| CMYK | 0.63 | 0 | 0.33 | 0.73 |
| HSL | 148.64º | 0.46% | 0.19% | - |
| HSV(B) | 148.64º | 0.63% | 0.27% | - |
| XYZ | 3.13 | 4.81 | 3.45 | - |
| YUV | 54.22 | 123.92 | 107.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 70 | 47 | 0.63 | 0 | 0.33 | 0.73 | 148.64 | 0.46 | 0.19 |
| Hex | 1A | 46 | 2F | 3F | 0 | 21 | 49 | 95 | 2E | 13 |
| Octal | 32 | 106 | 57 | 77 | 0 | 41 | 111 | 225 | 56 | 23 |
| Binary | 11010 | 1000110 | 101111 | 111111 | 0 | 100001 | 1001001 | 10010101 | 101110 | 10011 |
Color Harmonies of #1A462F
Complementary color
Monochromatic Colors of #1A462F
Black with #1A462F
Text Example
Text Example
White with #1A462F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A462F; }
p { color: rgb(26,70,47); }
H1.HeaderClassName
{
color: #1A462F;
}
.AnyTagClassName
{
color: #1A462F;
}
</style>
background-color css
<style>
a { background-color: #1A462F; }
a { background-color: rgb(26,70,47); }
div.DivClassName
{
background-color: #1A462F;
}
.BgClassName
{
background-color: #1A462F;
}
</style>
border-color css
<style>
span { border-color: #1A462F; }
span { border-color: rgb(26,70,47); }
td.TdClassName
{
border-color: #1A462F;
}
.TagClassName
{
border-color: #1A462F;
}
</style>