Shades of Zuccini #133F2C
Tints of Zuccini #133F2C
RGB
CMYK
RGB Variations
Color information
#133F2C (or 0x133F2C) is known color: Zuccini. HEX triplet: 13, 3F and 2C. RGB value is (19,63,44). Sum of RGB (Red+Green+Blue) = 19+63+44=126 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.08% from 126); Green value is 63 (25% from 255 or 50% from 126); Blue value is 44 (17.58% from 255 or 34.92% from 126); Max value from RGB is 63 - color contains mainly: green. Hex color #133F2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133F2C is #ECC0D3. Grayscale: #2F2F2F. Windows color (decimal): -15515860 or 2899731. OLE color: 2899731.
HSL color Cylindrical-coordinate representation of color #133F2C: hue angle of 154.09º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #133F2C is Cyan = 0.70, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 19 | 63 | 44 | - |
| CMYK | 0.70 | 0 | 0.30 | 0.75 |
| HSL | 154.09º | 0.54% | 0.16% | - |
| HSV(B) | 154.09º | 0.7% | 0.25% | - |
| XYZ | 2.5 | 3.88 | 3 | - |
| YUV | 47.68 | 125.92 | 107.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 63 | 44 | 0.70 | 0 | 0.30 | 0.75 | 154.09 | 0.54 | 0.16 |
| Hex | 13 | 3F | 2C | 46 | 0 | 1E | 4B | 9A | 36 | 10 |
| Octal | 23 | 77 | 54 | 106 | 0 | 36 | 113 | 232 | 66 | 20 |
| Binary | 10011 | 111111 | 101100 | 1000110 | 0 | 11110 | 1001011 | 10011010 | 110110 | 10000 |
Color Harmonies of #133F2C
Complementary color
Monochromatic Colors of #133F2C
Black with #133F2C
Text Example
Text Example
White with #133F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133F2C; }
p { color: rgb(19,63,44); }
H1.HeaderClassName
{
color: #133F2C;
}
.AnyTagClassName
{
color: #133F2C;
}
</style>
background-color css
<style>
a { background-color: #133F2C; }
a { background-color: rgb(19,63,44); }
div.DivClassName
{
background-color: #133F2C;
}
.BgClassName
{
background-color: #133F2C;
}
</style>
border-color css
<style>
span { border-color: #133F2C; }
span { border-color: rgb(19,63,44); }
td.TdClassName
{
border-color: #133F2C;
}
.TagClassName
{
border-color: #133F2C;
}
</style>