Shades of Zuccini #134F2A
Tints of Zuccini #134F2A
RGB
CMYK
RGB Variations
Color information
#134F2A (or 0x134F2A) is known color: Zuccini. HEX triplet: 13, 4F and 2A. RGB value is (19,79,42). Sum of RGB (Red+Green+Blue) = 19+79+42=140 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.57% from 140); Green value is 79 (31.25% from 255 or 56.43% from 140); Blue value is 42 (16.80% from 255 or 30% from 140); Max value from RGB is 79 - color contains mainly: green. Hex color #134F2A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #134F2A is #ECB0D5. Grayscale: #383838. Windows color (decimal): -15511766 or 2772755. OLE color: 2772755.
HSL color Cylindrical-coordinate representation of color #134F2A: hue angle of 143º degrees, saturation: 0.61, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #134F2A is Cyan = 0.76, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 19 | 79 | 42 | - |
| CMYK | 0.76 | 0 | 0.47 | 0.69 |
| HSL | 143º | 0.61% | 0.19% | - |
| HSV(B) | 143º | 0.76% | 0.31% | - |
| XYZ | 3.48 | 5.9 | 3.15 | - |
| YUV | 56.84 | 119.62 | 101.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 79 | 42 | 0.76 | 0 | 0.47 | 0.69 | 143 | 0.61 | 0.19 |
| Hex | 13 | 4F | 2A | 4C | 0 | 2F | 45 | 8F | 3D | 13 |
| Octal | 23 | 117 | 52 | 114 | 0 | 57 | 105 | 217 | 75 | 23 |
| Binary | 10011 | 1001111 | 101010 | 1001100 | 0 | 101111 | 1000101 | 10001111 | 111101 | 10011 |
Color Harmonies of #134F2A
Complementary color
Monochromatic Colors of #134F2A
Black with #134F2A
Text Example
Text Example
White with #134F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134F2A; }
p { color: rgb(19,79,42); }
H1.HeaderClassName
{
color: #134F2A;
}
.AnyTagClassName
{
color: #134F2A;
}
</style>
background-color css
<style>
a { background-color: #134F2A; }
a { background-color: rgb(19,79,42); }
div.DivClassName
{
background-color: #134F2A;
}
.BgClassName
{
background-color: #134F2A;
}
</style>
border-color css
<style>
span { border-color: #134F2A; }
span { border-color: rgb(19,79,42); }
td.TdClassName
{
border-color: #134F2A;
}
.TagClassName
{
border-color: #134F2A;
}
</style>