Shades of Zuccini #144D2A
Tints of Zuccini #144D2A
RGB
CMYK
RGB Variations
Color information
#144D2A (or 0x144D2A) is known color: Zuccini. HEX triplet: 14, 4D and 2A. RGB value is (20,77,42). Sum of RGB (Red+Green+Blue) = 20+77+42=139 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.39% from 139); Green value is 77 (30.47% from 255 or 55.40% from 139); Blue value is 42 (16.80% from 255 or 30.22% from 139); Max value from RGB is 77 - color contains mainly: green. Hex color #144D2A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #144D2A is #EBB2D5. Grayscale: #383838. Windows color (decimal): -15446742 or 2772244. OLE color: 2772244.
HSL color Cylindrical-coordinate representation of color #144D2A: hue angle of 143.16º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #144D2A is Cyan = 0.74, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 20 | 77 | 42 | - |
| CMYK | 0.74 | 0 | 0.45 | 0.70 |
| HSL | 143.16º | 0.59% | 0.19% | - |
| HSV(B) | 143.16º | 0.74% | 0.3% | - |
| XYZ | 3.36 | 5.62 | 3.1 | - |
| YUV | 55.97 | 120.12 | 102.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 77 | 42 | 0.74 | 0 | 0.45 | 0.70 | 143.16 | 0.59 | 0.19 |
| Hex | 14 | 4D | 2A | 4A | 0 | 2D | 46 | 8F | 3B | 13 |
| Octal | 24 | 115 | 52 | 112 | 0 | 55 | 106 | 217 | 73 | 23 |
| Binary | 10100 | 1001101 | 101010 | 1001010 | 0 | 101101 | 1000110 | 10001111 | 111011 | 10011 |
Color Harmonies of #144D2A
Complementary color
Monochromatic Colors of #144D2A
Black with #144D2A
Text Example
Text Example
White with #144D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144D2A; }
p { color: rgb(20,77,42); }
H1.HeaderClassName
{
color: #144D2A;
}
.AnyTagClassName
{
color: #144D2A;
}
</style>
background-color css
<style>
a { background-color: #144D2A; }
a { background-color: rgb(20,77,42); }
div.DivClassName
{
background-color: #144D2A;
}
.BgClassName
{
background-color: #144D2A;
}
</style>
border-color css
<style>
span { border-color: #144D2A; }
span { border-color: rgb(20,77,42); }
td.TdClassName
{
border-color: #144D2A;
}
.TagClassName
{
border-color: #144D2A;
}
</style>