Shades of Cardin Green #14382A
Tints of Cardin Green #14382A
RGB
CMYK
RGB Variations
Color information
#14382A (or 0x14382A) is known color: Cardin Green. HEX triplet: 14, 38 and 2A. RGB value is (20,56,42). Sum of RGB (Red+Green+Blue) = 20+56+42=118 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.95% from 118); Green value is 56 (22.27% from 255 or 47.46% from 118); Blue value is 42 (16.80% from 255 or 35.59% from 118); Max value from RGB is 56 - color contains mainly: green. Hex color #14382A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14382A is #EBC7D5. Grayscale: #2B2B2B. Windows color (decimal): -15452118 or 2766868. OLE color: 2766868.
HSL color Cylindrical-coordinate representation of color #14382A: hue angle of 156.67º 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 #14382A is Cyan = 0.64, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 20 | 56 | 42 | - |
| CMYK | 0.64 | 0 | 0.25 | 0.78 |
| HSL | 156.67º | 0.47% | 0.15% | - |
| HSV(B) | 156.67º | 0.64% | 0.22% | - |
| XYZ | 2.12 | 3.14 | 2.69 | - |
| YUV | 43.64 | 127.07 | 111.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 56 | 42 | 0.64 | 0 | 0.25 | 0.78 | 156.67 | 0.47 | 0.15 |
| Hex | 14 | 38 | 2A | 40 | 0 | 19 | 4E | 9D | 2F | F |
| Octal | 24 | 70 | 52 | 100 | 0 | 31 | 116 | 235 | 57 | 17 |
| Binary | 10100 | 111000 | 101010 | 1000000 | 0 | 11001 | 1001110 | 10011101 | 101111 | 1111 |
Color Harmonies of #14382A
Complementary color
Monochromatic Colors of #14382A
Black with #14382A
Text Example
Text Example
White with #14382A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14382A; }
p { color: rgb(20,56,42); }
H1.HeaderClassName
{
color: #14382A;
}
.AnyTagClassName
{
color: #14382A;
}
</style>
background-color css
<style>
a { background-color: #14382A; }
a { background-color: rgb(20,56,42); }
div.DivClassName
{
background-color: #14382A;
}
.BgClassName
{
background-color: #14382A;
}
</style>
border-color css
<style>
span { border-color: #14382A; }
span { border-color: rgb(20,56,42); }
td.TdClassName
{
border-color: #14382A;
}
.TagClassName
{
border-color: #14382A;
}
</style>