Shades of Zuccini #144A2A
Tints of Zuccini #144A2A
RGB
CMYK
RGB Variations
Color information
#144A2A (or 0x144A2A) is known color: Zuccini. HEX triplet: 14, 4A and 2A. RGB value is (20,74,42). Sum of RGB (Red+Green+Blue) = 20+74+42=136 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.71% from 136); Green value is 74 (29.30% from 255 or 54.41% from 136); Blue value is 42 (16.80% from 255 or 30.88% from 136); Max value from RGB is 74 - color contains mainly: green. Hex color #144A2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144A2A is #EBB5D5. Grayscale: #363636. Windows color (decimal): -15447510 or 2771476. OLE color: 2771476.
HSL color Cylindrical-coordinate representation of color #144A2A: hue angle of 144.44º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #144A2A is Cyan = 0.73, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 20 | 74 | 42 | - |
| CMYK | 0.73 | 0 | 0.43 | 0.71 |
| HSL | 144.44º | 0.57% | 0.18% | - |
| HSV(B) | 144.44º | 0.73% | 0.29% | - |
| XYZ | 3.16 | 5.21 | 3.03 | - |
| YUV | 54.21 | 121.11 | 103.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 74 | 42 | 0.73 | 0 | 0.43 | 0.71 | 144.44 | 0.57 | 0.18 |
| Hex | 14 | 4A | 2A | 49 | 0 | 2B | 47 | 90 | 39 | 12 |
| Octal | 24 | 112 | 52 | 111 | 0 | 53 | 107 | 220 | 71 | 22 |
| Binary | 10100 | 1001010 | 101010 | 1001001 | 0 | 101011 | 1000111 | 10010000 | 111001 | 10010 |
Color Harmonies of #144A2A
Complementary color
Monochromatic Colors of #144A2A
Black with #144A2A
Text Example
Text Example
White with #144A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144A2A; }
p { color: rgb(20,74,42); }
H1.HeaderClassName
{
color: #144A2A;
}
.AnyTagClassName
{
color: #144A2A;
}
</style>
background-color css
<style>
a { background-color: #144A2A; }
a { background-color: rgb(20,74,42); }
div.DivClassName
{
background-color: #144A2A;
}
.BgClassName
{
background-color: #144A2A;
}
</style>
border-color css
<style>
span { border-color: #144A2A; }
span { border-color: rgb(20,74,42); }
td.TdClassName
{
border-color: #144A2A;
}
.TagClassName
{
border-color: #144A2A;
}
</style>