Shades of Zuccini #1A472F
Tints of Zuccini #1A472F
RGB
CMYK
RGB Variations
Color information
#1A472F (or 0x1A472F) is known color: Zuccini. HEX triplet: 1A, 47 and 2F. RGB value is (26,71,47). Sum of RGB (Red+Green+Blue) = 26+71+47=144 (19% of max value = 765). Red value is 26 (10.55% from 255 or 18.06% from 144); Green value is 71 (28.12% from 255 or 49.31% from 144); Blue value is 47 (18.75% from 255 or 32.64% from 144); Max value from RGB is 71 - color contains mainly: green. Hex color #1A472F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A472F is #E5B8D0. Grayscale: #363636. Windows color (decimal): -15055057 or 3098394. OLE color: 3098394.
HSL color Cylindrical-coordinate representation of color #1A472F: hue angle of 148º 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 #1A472F is Cyan = 0.63, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 26 | 71 | 47 | - |
| CMYK | 0.63 | 0 | 0.34 | 0.72 |
| HSL | 148º | 0.46% | 0.19% | - |
| HSV(B) | 148º | 0.63% | 0.28% | - |
| XYZ | 3.19 | 4.93 | 3.47 | - |
| YUV | 54.81 | 123.59 | 107.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 71 | 47 | 0.63 | 0 | 0.34 | 0.72 | 148 | 0.46 | 0.19 |
| Hex | 1A | 47 | 2F | 3F | 0 | 22 | 48 | 94 | 2E | 13 |
| Octal | 32 | 107 | 57 | 77 | 0 | 42 | 110 | 224 | 56 | 23 |
| Binary | 11010 | 1000111 | 101111 | 111111 | 0 | 100010 | 1001000 | 10010100 | 101110 | 10011 |
Color Harmonies of #1A472F
Complementary color
Monochromatic Colors of #1A472F
Black with #1A472F
Text Example
Text Example
White with #1A472F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A472F; }
p { color: rgb(26,71,47); }
H1.HeaderClassName
{
color: #1A472F;
}
.AnyTagClassName
{
color: #1A472F;
}
</style>
background-color css
<style>
a { background-color: #1A472F; }
a { background-color: rgb(26,71,47); }
div.DivClassName
{
background-color: #1A472F;
}
.BgClassName
{
background-color: #1A472F;
}
</style>
border-color css
<style>
span { border-color: #1A472F; }
span { border-color: rgb(26,71,47); }
td.TdClassName
{
border-color: #1A472F;
}
.TagClassName
{
border-color: #1A472F;
}
</style>