Shades of Cardin Green #14352A
Tints of Cardin Green #14352A
RGB
CMYK
RGB Variations
Color information
#14352A (or 0x14352A) is known color: Cardin Green. HEX triplet: 14, 35 and 2A. RGB value is (20,53,42). Sum of RGB (Red+Green+Blue) = 20+53+42=115 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.39% from 115); Green value is 53 (21.09% from 255 or 46.09% from 115); Blue value is 42 (16.80% from 255 or 36.52% from 115); Max value from RGB is 53 - color contains mainly: green. Hex color #14352A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14352A is #EBCAD5. Grayscale: #292929. Windows color (decimal): -15452886 or 2766100. OLE color: 2766100.
HSL color Cylindrical-coordinate representation of color #14352A: hue angle of 160º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #14352A is Cyan = 0.62, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 20 | 53 | 42 | - |
| CMYK | 0.62 | 0 | 0.21 | 0.79 |
| HSL | 160º | 0.45% | 0.14% | - |
| HSV(B) | 160º | 0.62% | 0.21% | - |
| XYZ | 1.98 | 2.86 | 2.64 | - |
| YUV | 41.88 | 128.07 | 112.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 53 | 42 | 0.62 | 0 | 0.21 | 0.79 | 160 | 0.45 | 0.14 |
| Hex | 14 | 35 | 2A | 3E | 0 | 15 | 4F | A0 | 2D | E |
| Octal | 24 | 65 | 52 | 76 | 0 | 25 | 117 | 240 | 55 | 16 |
| Binary | 10100 | 110101 | 101010 | 111110 | 0 | 10101 | 1001111 | 10100000 | 101101 | 1110 |
Color Harmonies of #14352A
Complementary color
Monochromatic Colors of #14352A
Black with #14352A
Text Example
Text Example
White with #14352A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14352A; }
p { color: rgb(20,53,42); }
H1.HeaderClassName
{
color: #14352A;
}
.AnyTagClassName
{
color: #14352A;
}
</style>
background-color css
<style>
a { background-color: #14352A; }
a { background-color: rgb(20,53,42); }
div.DivClassName
{
background-color: #14352A;
}
.BgClassName
{
background-color: #14352A;
}
</style>
border-color css
<style>
span { border-color: #14352A; }
span { border-color: rgb(20,53,42); }
td.TdClassName
{
border-color: #14352A;
}
.TagClassName
{
border-color: #14352A;
}
</style>