Shades of Cardin Green #142D24
Tints of Cardin Green #142D24
RGB
CMYK
RGB Variations
Color information
#142D24 (or 0x142D24) is known color: Cardin Green. HEX triplet: 14, 2D and 24. RGB value is (20,45,36). Sum of RGB (Red+Green+Blue) = 20+45+36=101 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.80% from 101); Green value is 45 (17.97% from 255 or 44.55% from 101); Blue value is 36 (14.45% from 255 or 35.64% from 101); Max value from RGB is 45 - color contains mainly: green. Hex color #142D24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142D24 is #EBD2DB. Grayscale: #242424. Windows color (decimal): -15454940 or 2370836. OLE color: 2370836.
HSL color Cylindrical-coordinate representation of color #142D24: hue angle of 158.4º degrees, saturation: 0.38, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #142D24 is Cyan = 0.56, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 20 | 45 | 36 | - |
| CMYK | 0.56 | 0 | 0.2 | 0.82 |
| HSL | 158.4º | 0.38% | 0.13% | - |
| HSV(B) | 158.4º | 0.56% | 0.18% | - |
| XYZ | 1.55 | 2.15 | 2 | - |
| YUV | 36.5 | 127.72 | 116.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 45 | 36 | 0.56 | 0 | 0.2 | 0.82 | 158.4 | 0.38 | 0.13 |
| Hex | 14 | 2D | 24 | 38 | 0 | 14 | 52 | 9E | 26 | D |
| Octal | 24 | 55 | 44 | 70 | 0 | 24 | 122 | 236 | 46 | 15 |
| Binary | 10100 | 101101 | 100100 | 111000 | 0 | 10100 | 1010010 | 10011110 | 100110 | 1101 |
Color Harmonies of #142D24
Complementary color
Monochromatic Colors of #142D24
Black with #142D24
Text Example
Text Example
White with #142D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142D24; }
p { color: rgb(20,45,36); }
H1.HeaderClassName
{
color: #142D24;
}
.AnyTagClassName
{
color: #142D24;
}
</style>
background-color css
<style>
a { background-color: #142D24; }
a { background-color: rgb(20,45,36); }
div.DivClassName
{
background-color: #142D24;
}
.BgClassName
{
background-color: #142D24;
}
</style>
border-color css
<style>
span { border-color: #142D24; }
span { border-color: rgb(20,45,36); }
td.TdClassName
{
border-color: #142D24;
}
.TagClassName
{
border-color: #142D24;
}
</style>