Shades of Zuccini #1A472B
Tints of Zuccini #1A472B
RGB
CMYK
RGB Variations
Color information
#1A472B (or 0x1A472B) is known color: Zuccini. HEX triplet: 1A, 47 and 2B. RGB value is (26,71,43). Sum of RGB (Red+Green+Blue) = 26+71+43=140 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.57% from 140); Green value is 71 (28.12% from 255 or 50.71% from 140); Blue value is 43 (17.19% from 255 or 30.71% from 140); Max value from RGB is 71 - color contains mainly: green. Hex color #1A472B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A472B is #E5B8D4. Grayscale: #363636. Windows color (decimal): -15055061 or 2836250. OLE color: 2836250.
HSL color Cylindrical-coordinate representation of color #1A472B: hue angle of 142.67º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1A472B is Cyan = 0.63, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 26 | 71 | 43 | - |
| CMYK | 0.63 | 0 | 0.39 | 0.72 |
| HSL | 142.67º | 0.46% | 0.19% | - |
| HSV(B) | 142.67º | 0.63% | 0.28% | - |
| XYZ | 3.12 | 4.9 | 3.07 | - |
| YUV | 54.35 | 121.59 | 107.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 71 | 43 | 0.63 | 0 | 0.39 | 0.72 | 142.67 | 0.46 | 0.19 |
| Hex | 1A | 47 | 2B | 3F | 0 | 27 | 48 | 8F | 2E | 13 |
| Octal | 32 | 107 | 53 | 77 | 0 | 47 | 110 | 217 | 56 | 23 |
| Binary | 11010 | 1000111 | 101011 | 111111 | 0 | 100111 | 1001000 | 10001111 | 101110 | 10011 |
Color Harmonies of #1A472B
Complementary color
Monochromatic Colors of #1A472B
Black with #1A472B
Text Example
Text Example
White with #1A472B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A472B; }
p { color: rgb(26,71,43); }
H1.HeaderClassName
{
color: #1A472B;
}
.AnyTagClassName
{
color: #1A472B;
}
</style>
background-color css
<style>
a { background-color: #1A472B; }
a { background-color: rgb(26,71,43); }
div.DivClassName
{
background-color: #1A472B;
}
.BgClassName
{
background-color: #1A472B;
}
</style>
border-color css
<style>
span { border-color: #1A472B; }
span { border-color: rgb(26,71,43); }
td.TdClassName
{
border-color: #1A472B;
}
.TagClassName
{
border-color: #1A472B;
}
</style>