Shades of Zuccini #133F2B
Tints of Zuccini #133F2B
RGB
CMYK
RGB Variations
Color information
#133F2B (or 0x133F2B) is known color: Zuccini. HEX triplet: 13, 3F and 2B. RGB value is (19,63,43). Sum of RGB (Red+Green+Blue) = 19+63+43=125 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.2% from 125); Green value is 63 (25% from 255 or 50.4% from 125); Blue value is 43 (17.19% from 255 or 34.4% from 125); Max value from RGB is 63 - color contains mainly: green. Hex color #133F2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133F2B is #ECC0D4. Grayscale: #2F2F2F. Windows color (decimal): -15515861 or 2834195. OLE color: 2834195.
HSL color Cylindrical-coordinate representation of color #133F2B: hue angle of 152.73º 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 #133F2B is Cyan = 0.70, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 19 | 63 | 43 | - |
| CMYK | 0.70 | 0 | 0.32 | 0.75 |
| HSL | 152.73º | 0.54% | 0.16% | - |
| HSV(B) | 152.73º | 0.7% | 0.25% | - |
| XYZ | 2.48 | 3.87 | 2.9 | - |
| YUV | 47.56 | 125.42 | 107.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 63 | 43 | 0.70 | 0 | 0.32 | 0.75 | 152.73 | 0.54 | 0.16 |
| Hex | 13 | 3F | 2B | 46 | 0 | 20 | 4B | 99 | 36 | 10 |
| Octal | 23 | 77 | 53 | 106 | 0 | 40 | 113 | 231 | 66 | 20 |
| Binary | 10011 | 111111 | 101011 | 1000110 | 0 | 100000 | 1001011 | 10011001 | 110110 | 10000 |
Color Harmonies of #133F2B
Complementary color
Monochromatic Colors of #133F2B
Black with #133F2B
Text Example
Text Example
White with #133F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133F2B; }
p { color: rgb(19,63,43); }
H1.HeaderClassName
{
color: #133F2B;
}
.AnyTagClassName
{
color: #133F2B;
}
</style>
background-color css
<style>
a { background-color: #133F2B; }
a { background-color: rgb(19,63,43); }
div.DivClassName
{
background-color: #133F2B;
}
.BgClassName
{
background-color: #133F2B;
}
</style>
border-color css
<style>
span { border-color: #133F2B; }
span { border-color: rgb(19,63,43); }
td.TdClassName
{
border-color: #133F2B;
}
.TagClassName
{
border-color: #133F2B;
}
</style>