Shades of Cardin Green #143024
Tints of Cardin Green #143024
RGB
CMYK
RGB Variations
Color information
#143024 (or 0x143024) is known color: Cardin Green. HEX triplet: 14, 30 and 24. RGB value is (20,48,36). Sum of RGB (Red+Green+Blue) = 20+48+36=104 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.23% from 104); Green value is 48 (19.14% from 255 or 46.15% from 104); Blue value is 36 (14.45% from 255 or 34.62% from 104); Max value from RGB is 48 - color contains mainly: green. Hex color #143024 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143024 is #EBCFDB. Grayscale: #262626. Windows color (decimal): -15454172 or 2371604. OLE color: 2371604.
HSL color Cylindrical-coordinate representation of color #143024: hue angle of 154.29º degrees, saturation: 0.41, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #143024 is Cyan = 0.58, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 20 | 48 | 36 | - |
| CMYK | 0.58 | 0 | 0.25 | 0.81 |
| HSL | 154.29º | 0.41% | 0.13% | - |
| HSV(B) | 154.29º | 0.58% | 0.19% | - |
| XYZ | 1.66 | 2.39 | 2.04 | - |
| YUV | 38.26 | 126.72 | 114.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 48 | 36 | 0.58 | 0 | 0.25 | 0.81 | 154.29 | 0.41 | 0.13 |
| Hex | 14 | 30 | 24 | 3A | 0 | 19 | 51 | 9A | 29 | D |
| Octal | 24 | 60 | 44 | 72 | 0 | 31 | 121 | 232 | 51 | 15 |
| Binary | 10100 | 110000 | 100100 | 111010 | 0 | 11001 | 1010001 | 10011010 | 101001 | 1101 |
Color Harmonies of #143024
Complementary color
Monochromatic Colors of #143024
Black with #143024
Text Example
Text Example
White with #143024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143024; }
p { color: rgb(20,48,36); }
H1.HeaderClassName
{
color: #143024;
}
.AnyTagClassName
{
color: #143024;
}
</style>
background-color css
<style>
a { background-color: #143024; }
a { background-color: rgb(20,48,36); }
div.DivClassName
{
background-color: #143024;
}
.BgClassName
{
background-color: #143024;
}
</style>
border-color css
<style>
span { border-color: #143024; }
span { border-color: rgb(20,48,36); }
td.TdClassName
{
border-color: #143024;
}
.TagClassName
{
border-color: #143024;
}
</style>