Shades of Cardin Green #142C1E
Tints of Cardin Green #142C1E
RGB
CMYK
RGB Variations
Color information
#142C1E (or 0x142C1E) is known color: Cardin Green. HEX triplet: 14, 2C and 1E. RGB value is (20,44,30). Sum of RGB (Red+Green+Blue) = 20+44+30=94 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.28% from 94); Green value is 44 (17.58% from 255 or 46.81% from 94); Blue value is 30 (12.11% from 255 or 31.91% from 94); Max value from RGB is 44 - color contains mainly: green. Hex color #142C1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142C1E is #EBD3E1. Grayscale: #232323. Windows color (decimal): -15455202 or 1977364. OLE color: 1977364.
HSL color Cylindrical-coordinate representation of color #142C1E: hue angle of 145º degrees, saturation: 0.38, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #142C1E is Cyan = 0.55, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 20 | 44 | 30 | - |
| CMYK | 0.55 | 0 | 0.32 | 0.83 |
| HSL | 145º | 0.38% | 0.13% | - |
| HSV(B) | 145º | 0.55% | 0.17% | - |
| XYZ | 1.42 | 2.04 | 1.55 | - |
| YUV | 35.23 | 125.05 | 117.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 44 | 30 | 0.55 | 0 | 0.32 | 0.83 | 145 | 0.38 | 0.13 |
| Hex | 14 | 2C | 1E | 37 | 0 | 20 | 53 | 91 | 26 | D |
| Octal | 24 | 54 | 36 | 67 | 0 | 40 | 123 | 221 | 46 | 15 |
| Binary | 10100 | 101100 | 11110 | 110111 | 0 | 100000 | 1010011 | 10010001 | 100110 | 1101 |
Color Harmonies of #142C1E
Complementary color
Monochromatic Colors of #142C1E
Black with #142C1E
Text Example
Text Example
White with #142C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142C1E; }
p { color: rgb(20,44,30); }
H1.HeaderClassName
{
color: #142C1E;
}
.AnyTagClassName
{
color: #142C1E;
}
</style>
background-color css
<style>
a { background-color: #142C1E; }
a { background-color: rgb(20,44,30); }
div.DivClassName
{
background-color: #142C1E;
}
.BgClassName
{
background-color: #142C1E;
}
</style>
border-color css
<style>
span { border-color: #142C1E; }
span { border-color: rgb(20,44,30); }
td.TdClassName
{
border-color: #142C1E;
}
.TagClassName
{
border-color: #142C1E;
}
</style>