Shades of Zuccini #144F30
Tints of Zuccini #144F30
RGB
CMYK
RGB Variations
Color information
#144F30 (or 0x144F30) is known color: Zuccini. HEX triplet: 14, 4F and 30. RGB value is (20,79,48). Sum of RGB (Red+Green+Blue) = 20+79+48=147 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.61% from 147); Green value is 79 (31.25% from 255 or 53.74% from 147); Blue value is 48 (19.14% from 255 or 32.65% from 147); Max value from RGB is 79 - color contains mainly: green. Hex color #144F30 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #144F30 is #EBB0CF. Grayscale: #393939. Windows color (decimal): -15446224 or 3165972. OLE color: 3165972.
HSL color Cylindrical-coordinate representation of color #144F30: hue angle of 148.47º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #144F30 is Cyan = 0.75, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 20 | 79 | 48 | - |
| CMYK | 0.75 | 0 | 0.39 | 0.69 |
| HSL | 148.47º | 0.6% | 0.19% | - |
| HSV(B) | 148.47º | 0.75% | 0.31% | - |
| XYZ | 3.62 | 5.95 | 3.75 | - |
| YUV | 57.83 | 122.45 | 101.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 79 | 48 | 0.75 | 0 | 0.39 | 0.69 | 148.47 | 0.6 | 0.19 |
| Hex | 14 | 4F | 30 | 4B | 0 | 27 | 45 | 94 | 3C | 13 |
| Octal | 24 | 117 | 60 | 113 | 0 | 47 | 105 | 224 | 74 | 23 |
| Binary | 10100 | 1001111 | 110000 | 1001011 | 0 | 100111 | 1000101 | 10010100 | 111100 | 10011 |
Color Harmonies of #144F30
Complementary color
Monochromatic Colors of #144F30
Black with #144F30
Text Example
Text Example
White with #144F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144F30; }
p { color: rgb(20,79,48); }
H1.HeaderClassName
{
color: #144F30;
}
.AnyTagClassName
{
color: #144F30;
}
</style>
background-color css
<style>
a { background-color: #144F30; }
a { background-color: rgb(20,79,48); }
div.DivClassName
{
background-color: #144F30;
}
.BgClassName
{
background-color: #144F30;
}
</style>
border-color css
<style>
span { border-color: #144F30; }
span { border-color: rgb(20,79,48); }
td.TdClassName
{
border-color: #144F30;
}
.TagClassName
{
border-color: #144F30;
}
</style>