Shades of Cardin Green #14241C
Tints of Cardin Green #14241C
RGB
CMYK
RGB Variations
Color information
#14241C (or 0x14241C) is known color: Cardin Green. HEX triplet: 14, 24 and 1C. RGB value is (20,36,28). Sum of RGB (Red+Green+Blue) = 20+36+28=84 (11% of max value = 765). Red value is 20 (8.20% from 255 or 23.81% from 84); Green value is 36 (14.45% from 255 or 42.86% from 84); Blue value is 28 (11.33% from 255 or 33.33% from 84); Max value from RGB is 36 - color contains mainly: green. Hex color #14241C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14241C is #EBDBE3. Grayscale: #1E1E1E. Windows color (decimal): -15457252 or 1844244. OLE color: 1844244.
HSL color Cylindrical-coordinate representation of color #14241C: hue angle of 150º degrees, saturation: 0.29, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #14241C is Cyan = 0.44, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 20 | 36 | 28 | - |
| CMYK | 0.44 | 0 | 0.22 | 0.86 |
| HSL | 150º | 0.29% | 0.11% | - |
| HSV(B) | 150º | 0.44% | 0.14% | - |
| XYZ | 1.13 | 1.49 | 1.33 | - |
| YUV | 30.3 | 126.7 | 120.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 36 | 28 | 0.44 | 0 | 0.22 | 0.86 | 150 | 0.29 | 0.11 |
| Hex | 14 | 24 | 1C | 2C | 0 | 16 | 56 | 96 | 1D | B |
| Octal | 24 | 44 | 34 | 54 | 0 | 26 | 126 | 226 | 35 | 13 |
| Binary | 10100 | 100100 | 11100 | 101100 | 0 | 10110 | 1010110 | 10010110 | 11101 | 1011 |
Color Harmonies of #14241C
Complementary color
Monochromatic Colors of #14241C
Black with #14241C
Text Example
Text Example
White with #14241C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14241C; }
p { color: rgb(20,36,28); }
H1.HeaderClassName
{
color: #14241C;
}
.AnyTagClassName
{
color: #14241C;
}
</style>
background-color css
<style>
a { background-color: #14241C; }
a { background-color: rgb(20,36,28); }
div.DivClassName
{
background-color: #14241C;
}
.BgClassName
{
background-color: #14241C;
}
</style>
border-color css
<style>
span { border-color: #14241C; }
span { border-color: rgb(20,36,28); }
td.TdClassName
{
border-color: #14241C;
}
.TagClassName
{
border-color: #14241C;
}
</style>