Shades of Zuccini #133E28
Tints of Zuccini #133E28
RGB
CMYK
RGB Variations
Color information
#133E28 (or 0x133E28) is known color: Zuccini. HEX triplet: 13, 3E and 28. RGB value is (19,62,40). Sum of RGB (Red+Green+Blue) = 19+62+40=121 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.70% from 121); Green value is 62 (24.61% from 255 or 51.24% from 121); Blue value is 40 (16.02% from 255 or 33.06% from 121); Max value from RGB is 62 - color contains mainly: green. Hex color #133E28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133E28 is #ECC1D7. Grayscale: #2E2E2E. Windows color (decimal): -15516120 or 2637331. OLE color: 2637331.
HSL color Cylindrical-coordinate representation of color #133E28: hue angle of 149.3º 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 #133E28 is Cyan = 0.69, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 19 | 62 | 40 | - |
| CMYK | 0.69 | 0 | 0.35 | 0.76 |
| HSL | 149.3º | 0.53% | 0.16% | - |
| HSV(B) | 149.3º | 0.69% | 0.24% | - |
| XYZ | 2.37 | 3.74 | 2.6 | - |
| YUV | 46.64 | 124.25 | 108.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 62 | 40 | 0.69 | 0 | 0.35 | 0.76 | 149.3 | 0.53 | 0.16 |
| Hex | 13 | 3E | 28 | 45 | 0 | 23 | 4C | 95 | 35 | 10 |
| Octal | 23 | 76 | 50 | 105 | 0 | 43 | 114 | 225 | 65 | 20 |
| Binary | 10011 | 111110 | 101000 | 1000101 | 0 | 100011 | 1001100 | 10010101 | 110101 | 10000 |
Color Harmonies of #133E28
Complementary color
Monochromatic Colors of #133E28
Black with #133E28
Text Example
Text Example
White with #133E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133E28; }
p { color: rgb(19,62,40); }
H1.HeaderClassName
{
color: #133E28;
}
.AnyTagClassName
{
color: #133E28;
}
</style>
background-color css
<style>
a { background-color: #133E28; }
a { background-color: rgb(19,62,40); }
div.DivClassName
{
background-color: #133E28;
}
.BgClassName
{
background-color: #133E28;
}
</style>
border-color css
<style>
span { border-color: #133E28; }
span { border-color: rgb(19,62,40); }
td.TdClassName
{
border-color: #133E28;
}
.TagClassName
{
border-color: #133E28;
}
</style>