Shades of Zuccini #1A4B2F
Tints of Zuccini #1A4B2F
RGB
CMYK
RGB Variations
Color information
#1A4B2F (or 0x1A4B2F) is known color: Zuccini. HEX triplet: 1A, 4B and 2F. RGB value is (26,75,47). Sum of RGB (Red+Green+Blue) = 26+75+47=148 (19% of max value = 765). Red value is 26 (10.55% from 255 or 17.57% from 148); Green value is 75 (29.69% from 255 or 50.68% from 148); Blue value is 47 (18.75% from 255 or 31.76% from 148); Max value from RGB is 75 - color contains mainly: green. Hex color #1A4B2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A4B2F is #E5B4D0. Grayscale: #393939. Windows color (decimal): -15054033 or 3099418. OLE color: 3099418.
HSL color Cylindrical-coordinate representation of color #1A4B2F: hue angle of 145.71º degrees, saturation: 0.49, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1A4B2F is Cyan = 0.65, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 26 | 75 | 47 | - |
| CMYK | 0.65 | 0 | 0.37 | 0.71 |
| HSL | 145.71º | 0.49% | 0.2% | - |
| HSV(B) | 145.71º | 0.65% | 0.29% | - |
| XYZ | 3.46 | 5.46 | 3.56 | - |
| YUV | 57.16 | 122.27 | 105.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 75 | 47 | 0.65 | 0 | 0.37 | 0.71 | 145.71 | 0.49 | 0.2 |
| Hex | 1A | 4B | 2F | 41 | 0 | 25 | 47 | 92 | 31 | 14 |
| Octal | 32 | 113 | 57 | 101 | 0 | 45 | 107 | 222 | 61 | 24 |
| Binary | 11010 | 1001011 | 101111 | 1000001 | 0 | 100101 | 1000111 | 10010010 | 110001 | 10100 |
Color Harmonies of #1A4B2F
Complementary color
Monochromatic Colors of #1A4B2F
Black with #1A4B2F
Text Example
Text Example
White with #1A4B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4B2F; }
p { color: rgb(26,75,47); }
H1.HeaderClassName
{
color: #1A4B2F;
}
.AnyTagClassName
{
color: #1A4B2F;
}
</style>
background-color css
<style>
a { background-color: #1A4B2F; }
a { background-color: rgb(26,75,47); }
div.DivClassName
{
background-color: #1A4B2F;
}
.BgClassName
{
background-color: #1A4B2F;
}
</style>
border-color css
<style>
span { border-color: #1A4B2F; }
span { border-color: rgb(26,75,47); }
td.TdClassName
{
border-color: #1A4B2F;
}
.TagClassName
{
border-color: #1A4B2F;
}
</style>