Shades of Cardin Green #142D21
Tints of Cardin Green #142D21
RGB
CMYK
RGB Variations
Color information
#142D21 (or 0x142D21) is known color: Cardin Green. HEX triplet: 14, 2D and 21. RGB value is (20,45,33). Sum of RGB (Red+Green+Blue) = 20+45+33=98 (12% of max value = 765). Red value is 20 (8.20% from 255 or 20.41% from 98); Green value is 45 (17.97% from 255 or 45.92% from 98); Blue value is 33 (13.28% from 255 or 33.67% from 98); Max value from RGB is 45 - color contains mainly: green. Hex color #142D21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142D21 is #EBD2DE. Grayscale: #242424. Windows color (decimal): -15454943 or 2174228. OLE color: 2174228.
HSL color Cylindrical-coordinate representation of color #142D21: hue angle of 151.2º 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 #142D21 is Cyan = 0.56, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 20 | 45 | 33 | - |
| CMYK | 0.56 | 0 | 0.27 | 0.82 |
| HSL | 151.2º | 0.38% | 0.13% | - |
| HSV(B) | 151.2º | 0.56% | 0.18% | - |
| XYZ | 1.5 | 2.14 | 1.77 | - |
| YUV | 36.16 | 126.22 | 116.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 45 | 33 | 0.56 | 0 | 0.27 | 0.82 | 151.2 | 0.38 | 0.13 |
| Hex | 14 | 2D | 21 | 38 | 0 | 1B | 52 | 97 | 26 | D |
| Octal | 24 | 55 | 41 | 70 | 0 | 33 | 122 | 227 | 46 | 15 |
| Binary | 10100 | 101101 | 100001 | 111000 | 0 | 11011 | 1010010 | 10010111 | 100110 | 1101 |
Color Harmonies of #142D21
Complementary color
Monochromatic Colors of #142D21
Black with #142D21
Text Example
Text Example
White with #142D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142D21; }
p { color: rgb(20,45,33); }
H1.HeaderClassName
{
color: #142D21;
}
.AnyTagClassName
{
color: #142D21;
}
</style>
background-color css
<style>
a { background-color: #142D21; }
a { background-color: rgb(20,45,33); }
div.DivClassName
{
background-color: #142D21;
}
.BgClassName
{
background-color: #142D21;
}
</style>
border-color css
<style>
span { border-color: #142D21; }
span { border-color: rgb(20,45,33); }
td.TdClassName
{
border-color: #142D21;
}
.TagClassName
{
border-color: #142D21;
}
</style>