Shades of Zuccini #133F2D
Tints of Zuccini #133F2D
RGB
CMYK
RGB Variations
Color information
#133F2D (or 0x133F2D) is known color: Zuccini. HEX triplet: 13, 3F and 2D. RGB value is (19,63,45). Sum of RGB (Red+Green+Blue) = 19+63+45=127 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.96% from 127); Green value is 63 (25% from 255 or 49.61% from 127); Blue value is 45 (17.97% from 255 or 35.43% from 127); Max value from RGB is 63 - color contains mainly: green. Hex color #133F2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133F2D is #ECC0D2. Grayscale: #2F2F2F. Windows color (decimal): -15515859 or 2965267. OLE color: 2965267.
HSL color Cylindrical-coordinate representation of color #133F2D: hue angle of 155.45º 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 #133F2D is Cyan = 0.70, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 19 | 63 | 45 | - |
| CMYK | 0.70 | 0 | 0.29 | 0.75 |
| HSL | 155.45º | 0.54% | 0.16% | - |
| HSV(B) | 155.45º | 0.7% | 0.25% | - |
| XYZ | 2.52 | 3.88 | 3.1 | - |
| YUV | 47.79 | 126.42 | 107.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 63 | 45 | 0.70 | 0 | 0.29 | 0.75 | 155.45 | 0.54 | 0.16 |
| Hex | 13 | 3F | 2D | 46 | 0 | 1D | 4B | 9B | 36 | 10 |
| Octal | 23 | 77 | 55 | 106 | 0 | 35 | 113 | 233 | 66 | 20 |
| Binary | 10011 | 111111 | 101101 | 1000110 | 0 | 11101 | 1001011 | 10011011 | 110110 | 10000 |
Color Harmonies of #133F2D
Complementary color
Monochromatic Colors of #133F2D
Black with #133F2D
Text Example
Text Example
White with #133F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133F2D; }
p { color: rgb(19,63,45); }
H1.HeaderClassName
{
color: #133F2D;
}
.AnyTagClassName
{
color: #133F2D;
}
</style>
background-color css
<style>
a { background-color: #133F2D; }
a { background-color: rgb(19,63,45); }
div.DivClassName
{
background-color: #133F2D;
}
.BgClassName
{
background-color: #133F2D;
}
</style>
border-color css
<style>
span { border-color: #133F2D; }
span { border-color: rgb(19,63,45); }
td.TdClassName
{
border-color: #133F2D;
}
.TagClassName
{
border-color: #133F2D;
}
</style>