Shades of Cardin Green #14241E
Tints of Cardin Green #14241E
RGB
CMYK
RGB Variations
Color information
#14241E (or 0x14241E) is known color: Cardin Green. HEX triplet: 14, 24 and 1E. RGB value is (20,36,30). Sum of RGB (Red+Green+Blue) = 20+36+30=86 (11% of max value = 765). Red value is 20 (8.20% from 255 or 23.26% from 86); Green value is 36 (14.45% from 255 or 41.86% from 86); Blue value is 30 (12.11% from 255 or 34.88% from 86); Max value from RGB is 36 - color contains mainly: green. Hex color #14241E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14241E is #EBDBE1. Grayscale: #1E1E1E. Windows color (decimal): -15457250 or 1975316. OLE color: 1975316.
HSL color Cylindrical-coordinate representation of color #14241E: hue angle of 157.5º 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 #14241E is Cyan = 0.44, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 20 | 36 | 30 | - |
| CMYK | 0.44 | 0 | 0.17 | 0.86 |
| HSL | 157.5º | 0.29% | 0.11% | - |
| HSV(B) | 157.5º | 0.44% | 0.14% | - |
| XYZ | 1.15 | 1.5 | 1.46 | - |
| YUV | 30.53 | 127.7 | 120.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 36 | 30 | 0.44 | 0 | 0.17 | 0.86 | 157.5 | 0.29 | 0.11 |
| Hex | 14 | 24 | 1E | 2C | 0 | 11 | 56 | 9E | 1D | B |
| Octal | 24 | 44 | 36 | 54 | 0 | 21 | 126 | 236 | 35 | 13 |
| Binary | 10100 | 100100 | 11110 | 101100 | 0 | 10001 | 1010110 | 10011110 | 11101 | 1011 |
Color Harmonies of #14241E
Complementary color
Monochromatic Colors of #14241E
Black with #14241E
Text Example
Text Example
White with #14241E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14241E; }
p { color: rgb(20,36,30); }
H1.HeaderClassName
{
color: #14241E;
}
.AnyTagClassName
{
color: #14241E;
}
</style>
background-color css
<style>
a { background-color: #14241E; }
a { background-color: rgb(20,36,30); }
div.DivClassName
{
background-color: #14241E;
}
.BgClassName
{
background-color: #14241E;
}
</style>
border-color css
<style>
span { border-color: #14241E; }
span { border-color: rgb(20,36,30); }
td.TdClassName
{
border-color: #14241E;
}
.TagClassName
{
border-color: #14241E;
}
</style>