Shades of Cardin Green #143828
Tints of Cardin Green #143828
RGB
CMYK
RGB Variations
Color information
#143828 (or 0x143828) is known color: Cardin Green. HEX triplet: 14, 38 and 28. RGB value is (20,56,40). Sum of RGB (Red+Green+Blue) = 20+56+40=116 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.24% from 116); Green value is 56 (22.27% from 255 or 48.28% from 116); Blue value is 40 (16.02% from 255 or 34.48% from 116); Max value from RGB is 56 - color contains mainly: green. Hex color #143828 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143828 is #EBC7D7. Grayscale: #2B2B2B. Windows color (decimal): -15452120 or 2635796. OLE color: 2635796.
HSL color Cylindrical-coordinate representation of color #143828: hue angle of 153.33º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #143828 is Cyan = 0.64, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 20 | 56 | 40 | - |
| CMYK | 0.64 | 0 | 0.29 | 0.78 |
| HSL | 153.33º | 0.47% | 0.15% | - |
| HSV(B) | 153.33º | 0.64% | 0.22% | - |
| XYZ | 2.09 | 3.13 | 2.5 | - |
| YUV | 43.41 | 126.07 | 111.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 56 | 40 | 0.64 | 0 | 0.29 | 0.78 | 153.33 | 0.47 | 0.15 |
| Hex | 14 | 38 | 28 | 40 | 0 | 1D | 4E | 99 | 2F | F |
| Octal | 24 | 70 | 50 | 100 | 0 | 35 | 116 | 231 | 57 | 17 |
| Binary | 10100 | 111000 | 101000 | 1000000 | 0 | 11101 | 1001110 | 10011001 | 101111 | 1111 |
Color Harmonies of #143828
Complementary color
Monochromatic Colors of #143828
Black with #143828
Text Example
Text Example
White with #143828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143828; }
p { color: rgb(20,56,40); }
H1.HeaderClassName
{
color: #143828;
}
.AnyTagClassName
{
color: #143828;
}
</style>
background-color css
<style>
a { background-color: #143828; }
a { background-color: rgb(20,56,40); }
div.DivClassName
{
background-color: #143828;
}
.BgClassName
{
background-color: #143828;
}
</style>
border-color css
<style>
span { border-color: #143828; }
span { border-color: rgb(20,56,40); }
td.TdClassName
{
border-color: #143828;
}
.TagClassName
{
border-color: #143828;
}
</style>