Shades of Zuccini #1A4C2F
Tints of Zuccini #1A4C2F
RGB
CMYK
RGB Variations
Color information
#1A4C2F (or 0x1A4C2F) is known color: Zuccini. HEX triplet: 1A, 4C and 2F. RGB value is (26,76,47). Sum of RGB (Red+Green+Blue) = 26+76+47=149 (19% of max value = 765). Red value is 26 (10.55% from 255 or 17.45% from 149); Green value is 76 (30.08% from 255 or 51.01% from 149); Blue value is 47 (18.75% from 255 or 31.54% from 149); Max value from RGB is 76 - color contains mainly: green. Hex color #1A4C2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A4C2F is #E5B3D0. Grayscale: #393939. Windows color (decimal): -15053777 or 3099674. OLE color: 3099674.
HSL color Cylindrical-coordinate representation of color #1A4C2F: hue angle of 145.2º degrees, saturation: 0.49, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1A4C2F is Cyan = 0.66, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 26 | 76 | 47 | - |
| CMYK | 0.66 | 0 | 0.38 | 0.70 |
| HSL | 145.2º | 0.49% | 0.2% | - |
| HSV(B) | 145.2º | 0.66% | 0.3% | - |
| XYZ | 3.52 | 5.59 | 3.58 | - |
| YUV | 57.74 | 121.94 | 105.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 76 | 47 | 0.66 | 0 | 0.38 | 0.70 | 145.2 | 0.49 | 0.2 |
| Hex | 1A | 4C | 2F | 42 | 0 | 26 | 46 | 91 | 31 | 14 |
| Octal | 32 | 114 | 57 | 102 | 0 | 46 | 106 | 221 | 61 | 24 |
| Binary | 11010 | 1001100 | 101111 | 1000010 | 0 | 100110 | 1000110 | 10010001 | 110001 | 10100 |
Color Harmonies of #1A4C2F
Complementary color
Monochromatic Colors of #1A4C2F
Black with #1A4C2F
Text Example
Text Example
White with #1A4C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4C2F; }
p { color: rgb(26,76,47); }
H1.HeaderClassName
{
color: #1A4C2F;
}
.AnyTagClassName
{
color: #1A4C2F;
}
</style>
background-color css
<style>
a { background-color: #1A4C2F; }
a { background-color: rgb(26,76,47); }
div.DivClassName
{
background-color: #1A4C2F;
}
.BgClassName
{
background-color: #1A4C2F;
}
</style>
border-color css
<style>
span { border-color: #1A4C2F; }
span { border-color: rgb(26,76,47); }
td.TdClassName
{
border-color: #1A4C2F;
}
.TagClassName
{
border-color: #1A4C2F;
}
</style>