Shades of Zuccini #134F2F
Tints of Zuccini #134F2F
RGB
CMYK
RGB Variations
Color information
#134F2F (or 0x134F2F) is known color: Zuccini. HEX triplet: 13, 4F and 2F. RGB value is (19,79,47). Sum of RGB (Red+Green+Blue) = 19+79+47=145 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.10% from 145); Green value is 79 (31.25% from 255 or 54.48% from 145); Blue value is 47 (18.75% from 255 or 32.41% from 145); Max value from RGB is 79 - color contains mainly: green. Hex color #134F2F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #134F2F is #ECB0D0. Grayscale: #393939. Windows color (decimal): -15511761 or 3100435. OLE color: 3100435.
HSL color Cylindrical-coordinate representation of color #134F2F: hue angle of 148º 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 #134F2F is Cyan = 0.76, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 19 | 79 | 47 | - |
| CMYK | 0.76 | 0 | 0.41 | 0.69 |
| HSL | 148º | 0.61% | 0.19% | - |
| HSV(B) | 148º | 0.76% | 0.31% | - |
| XYZ | 3.58 | 5.94 | 3.65 | - |
| YUV | 57.41 | 122.12 | 100.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 79 | 47 | 0.76 | 0 | 0.41 | 0.69 | 148 | 0.61 | 0.19 |
| Hex | 13 | 4F | 2F | 4C | 0 | 29 | 45 | 94 | 3D | 13 |
| Octal | 23 | 117 | 57 | 114 | 0 | 51 | 105 | 224 | 75 | 23 |
| Binary | 10011 | 1001111 | 101111 | 1001100 | 0 | 101001 | 1000101 | 10010100 | 111101 | 10011 |
Color Harmonies of #134F2F
Complementary color
Monochromatic Colors of #134F2F
Black with #134F2F
Text Example
Text Example
White with #134F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134F2F; }
p { color: rgb(19,79,47); }
H1.HeaderClassName
{
color: #134F2F;
}
.AnyTagClassName
{
color: #134F2F;
}
</style>
background-color css
<style>
a { background-color: #134F2F; }
a { background-color: rgb(19,79,47); }
div.DivClassName
{
background-color: #134F2F;
}
.BgClassName
{
background-color: #134F2F;
}
</style>
border-color css
<style>
span { border-color: #134F2F; }
span { border-color: rgb(19,79,47); }
td.TdClassName
{
border-color: #134F2F;
}
.TagClassName
{
border-color: #134F2F;
}
</style>