Shades of Cardin Green #143629
Tints of Cardin Green #143629
RGB
CMYK
RGB Variations
Color information
#143629 (or 0x143629) is known color: Cardin Green. HEX triplet: 14, 36 and 29. RGB value is (20,54,41). Sum of RGB (Red+Green+Blue) = 20+54+41=115 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.39% from 115); Green value is 54 (21.48% from 255 or 46.96% from 115); Blue value is 41 (16.41% from 255 or 35.65% from 115); Max value from RGB is 54 - color contains mainly: green. Hex color #143629 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143629 is #EBC9D6. Grayscale: #2A2A2A. Windows color (decimal): -15452631 or 2700820. OLE color: 2700820.
HSL color Cylindrical-coordinate representation of color #143629: hue angle of 157.06º degrees, saturation: 0.46, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #143629 is Cyan = 0.63, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 20 | 54 | 41 | - |
| CMYK | 0.63 | 0 | 0.24 | 0.79 |
| HSL | 157.06º | 0.46% | 0.15% | - |
| HSV(B) | 157.06º | 0.63% | 0.21% | - |
| XYZ | 2.01 | 2.95 | 2.56 | - |
| YUV | 42.35 | 127.24 | 112.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 54 | 41 | 0.63 | 0 | 0.24 | 0.79 | 157.06 | 0.46 | 0.15 |
| Hex | 14 | 36 | 29 | 3F | 0 | 18 | 4F | 9D | 2E | F |
| Octal | 24 | 66 | 51 | 77 | 0 | 30 | 117 | 235 | 56 | 17 |
| Binary | 10100 | 110110 | 101001 | 111111 | 0 | 11000 | 1001111 | 10011101 | 101110 | 1111 |
Color Harmonies of #143629
Complementary color
Monochromatic Colors of #143629
Black with #143629
Text Example
Text Example
White with #143629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143629; }
p { color: rgb(20,54,41); }
H1.HeaderClassName
{
color: #143629;
}
.AnyTagClassName
{
color: #143629;
}
</style>
background-color css
<style>
a { background-color: #143629; }
a { background-color: rgb(20,54,41); }
div.DivClassName
{
background-color: #143629;
}
.BgClassName
{
background-color: #143629;
}
</style>
border-color css
<style>
span { border-color: #143629; }
span { border-color: rgb(20,54,41); }
td.TdClassName
{
border-color: #143629;
}
.TagClassName
{
border-color: #143629;
}
</style>