Shades of Cardin Green #142A1E
Tints of Cardin Green #142A1E
RGB
CMYK
RGB Variations
Color information
#142A1E (or 0x142A1E) is known color: Cardin Green. HEX triplet: 14, 2A and 1E. RGB value is (20,42,30). Sum of RGB (Red+Green+Blue) = 20+42+30=92 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.74% from 92); Green value is 42 (16.80% from 255 or 45.65% from 92); Blue value is 30 (12.11% from 255 or 32.61% from 92); Max value from RGB is 42 - color contains mainly: green. Hex color #142A1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142A1E is #EBD5E1. Grayscale: #222222. Windows color (decimal): -15455714 or 1976852. OLE color: 1976852.
HSL color Cylindrical-coordinate representation of color #142A1E: hue angle of 147.27º degrees, saturation: 0.35, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #142A1E is Cyan = 0.52, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 20 | 42 | 30 | - |
| CMYK | 0.52 | 0 | 0.29 | 0.84 |
| HSL | 147.27º | 0.35% | 0.12% | - |
| HSV(B) | 147.27º | 0.52% | 0.16% | - |
| XYZ | 1.35 | 1.9 | 1.52 | - |
| YUV | 34.05 | 125.71 | 117.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 42 | 30 | 0.52 | 0 | 0.29 | 0.84 | 147.27 | 0.35 | 0.12 |
| Hex | 14 | 2A | 1E | 34 | 0 | 1D | 54 | 93 | 23 | C |
| Octal | 24 | 52 | 36 | 64 | 0 | 35 | 124 | 223 | 43 | 14 |
| Binary | 10100 | 101010 | 11110 | 110100 | 0 | 11101 | 1010100 | 10010011 | 100011 | 1100 |
Color Harmonies of #142A1E
Complementary color
Monochromatic Colors of #142A1E
Black with #142A1E
Text Example
Text Example
White with #142A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142A1E; }
p { color: rgb(20,42,30); }
H1.HeaderClassName
{
color: #142A1E;
}
.AnyTagClassName
{
color: #142A1E;
}
</style>
background-color css
<style>
a { background-color: #142A1E; }
a { background-color: rgb(20,42,30); }
div.DivClassName
{
background-color: #142A1E;
}
.BgClassName
{
background-color: #142A1E;
}
</style>
border-color css
<style>
span { border-color: #142A1E; }
span { border-color: rgb(20,42,30); }
td.TdClassName
{
border-color: #142A1E;
}
.TagClassName
{
border-color: #142A1E;
}
</style>