Shades of Zuccini #133E2B
Tints of Zuccini #133E2B
RGB
CMYK
RGB Variations
Color information
#133E2B (or 0x133E2B) is known color: Zuccini. HEX triplet: 13, 3E and 2B. RGB value is (19,62,43). Sum of RGB (Red+Green+Blue) = 19+62+43=124 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.32% from 124); Green value is 62 (24.61% from 255 or 50% from 124); Blue value is 43 (17.19% from 255 or 34.68% from 124); Max value from RGB is 62 - color contains mainly: green. Hex color #133E2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133E2B is #ECC1D4. Grayscale: #2F2F2F. Windows color (decimal): -15516117 or 2833939. OLE color: 2833939.
HSL color Cylindrical-coordinate representation of color #133E2B: hue angle of 153.49º degrees, saturation: 0.53, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #133E2B is Cyan = 0.69, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 19 | 62 | 43 | - |
| CMYK | 0.69 | 0 | 0.31 | 0.76 |
| HSL | 153.49º | 0.53% | 0.16% | - |
| HSV(B) | 153.49º | 0.69% | 0.24% | - |
| XYZ | 2.43 | 3.76 | 2.88 | - |
| YUV | 46.98 | 125.75 | 108.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 62 | 43 | 0.69 | 0 | 0.31 | 0.76 | 153.49 | 0.53 | 0.16 |
| Hex | 13 | 3E | 2B | 45 | 0 | 1F | 4C | 99 | 35 | 10 |
| Octal | 23 | 76 | 53 | 105 | 0 | 37 | 114 | 231 | 65 | 20 |
| Binary | 10011 | 111110 | 101011 | 1000101 | 0 | 11111 | 1001100 | 10011001 | 110101 | 10000 |
Color Harmonies of #133E2B
Complementary color
Monochromatic Colors of #133E2B
Black with #133E2B
Text Example
Text Example
White with #133E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133E2B; }
p { color: rgb(19,62,43); }
H1.HeaderClassName
{
color: #133E2B;
}
.AnyTagClassName
{
color: #133E2B;
}
</style>
background-color css
<style>
a { background-color: #133E2B; }
a { background-color: rgb(19,62,43); }
div.DivClassName
{
background-color: #133E2B;
}
.BgClassName
{
background-color: #133E2B;
}
</style>
border-color css
<style>
span { border-color: #133E2B; }
span { border-color: rgb(19,62,43); }
td.TdClassName
{
border-color: #133E2B;
}
.TagClassName
{
border-color: #133E2B;
}
</style>