Shades of Zuccini #144B2F
Tints of Zuccini #144B2F
RGB
CMYK
RGB Variations
Color information
#144B2F (or 0x144B2F) is known color: Zuccini. HEX triplet: 14, 4B and 2F. RGB value is (20,75,47). Sum of RGB (Red+Green+Blue) = 20+75+47=142 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.08% from 142); Green value is 75 (29.69% from 255 or 52.82% from 142); Blue value is 47 (18.75% from 255 or 33.10% from 142); Max value from RGB is 75 - color contains mainly: green. Hex color #144B2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144B2F is #EBB4D0. Grayscale: #373737. Windows color (decimal): -15447249 or 3099412. OLE color: 3099412.
HSL color Cylindrical-coordinate representation of color #144B2F: hue angle of 149.45º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #144B2F is Cyan = 0.73, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 20 | 75 | 47 | - |
| CMYK | 0.73 | 0 | 0.37 | 0.71 |
| HSL | 149.45º | 0.58% | 0.19% | - |
| HSV(B) | 149.45º | 0.73% | 0.29% | - |
| XYZ | 3.32 | 5.39 | 3.55 | - |
| YUV | 55.36 | 123.28 | 102.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 75 | 47 | 0.73 | 0 | 0.37 | 0.71 | 149.45 | 0.58 | 0.19 |
| Hex | 14 | 4B | 2F | 49 | 0 | 25 | 47 | 95 | 3A | 13 |
| Octal | 24 | 113 | 57 | 111 | 0 | 45 | 107 | 225 | 72 | 23 |
| Binary | 10100 | 1001011 | 101111 | 1001001 | 0 | 100101 | 1000111 | 10010101 | 111010 | 10011 |
Color Harmonies of #144B2F
Complementary color
Monochromatic Colors of #144B2F
Black with #144B2F
Text Example
Text Example
White with #144B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144B2F; }
p { color: rgb(20,75,47); }
H1.HeaderClassName
{
color: #144B2F;
}
.AnyTagClassName
{
color: #144B2F;
}
</style>
background-color css
<style>
a { background-color: #144B2F; }
a { background-color: rgb(20,75,47); }
div.DivClassName
{
background-color: #144B2F;
}
.BgClassName
{
background-color: #144B2F;
}
</style>
border-color css
<style>
span { border-color: #144B2F; }
span { border-color: rgb(20,75,47); }
td.TdClassName
{
border-color: #144B2F;
}
.TagClassName
{
border-color: #144B2F;
}
</style>