Shades of Cardin Green #14372B
Tints of Cardin Green #14372B
RGB
CMYK
RGB Variations
Color information
#14372B (or 0x14372B) is known color: Cardin Green. HEX triplet: 14, 37 and 2B. RGB value is (20,55,43). Sum of RGB (Red+Green+Blue) = 20+55+43=118 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.95% from 118); Green value is 55 (21.88% from 255 or 46.61% from 118); Blue value is 43 (17.19% from 255 or 36.44% from 118); Max value from RGB is 55 - color contains mainly: green. Hex color #14372B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14372B is #EBC8D4. Grayscale: #2B2B2B. Windows color (decimal): -15452373 or 2832148. OLE color: 2832148.
HSL color Cylindrical-coordinate representation of color #14372B: hue angle of 159.43º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #14372B is Cyan = 0.64, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 20 | 55 | 43 | - |
| CMYK | 0.64 | 0 | 0.22 | 0.78 |
| HSL | 159.43º | 0.47% | 0.15% | - |
| HSV(B) | 159.43º | 0.64% | 0.22% | - |
| XYZ | 2.09 | 3.06 | 2.77 | - |
| YUV | 43.17 | 127.9 | 111.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 55 | 43 | 0.64 | 0 | 0.22 | 0.78 | 159.43 | 0.47 | 0.15 |
| Hex | 14 | 37 | 2B | 40 | 0 | 16 | 4E | 9F | 2F | F |
| Octal | 24 | 67 | 53 | 100 | 0 | 26 | 116 | 237 | 57 | 17 |
| Binary | 10100 | 110111 | 101011 | 1000000 | 0 | 10110 | 1001110 | 10011111 | 101111 | 1111 |
Color Harmonies of #14372B
Complementary color
Monochromatic Colors of #14372B
Black with #14372B
Text Example
Text Example
White with #14372B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14372B; }
p { color: rgb(20,55,43); }
H1.HeaderClassName
{
color: #14372B;
}
.AnyTagClassName
{
color: #14372B;
}
</style>
background-color css
<style>
a { background-color: #14372B; }
a { background-color: rgb(20,55,43); }
div.DivClassName
{
background-color: #14372B;
}
.BgClassName
{
background-color: #14372B;
}
</style>
border-color css
<style>
span { border-color: #14372B; }
span { border-color: rgb(20,55,43); }
td.TdClassName
{
border-color: #14372B;
}
.TagClassName
{
border-color: #14372B;
}
</style>