Shades of Cardin Green #141A17
Tints of Cardin Green #141A17
RGB
CMYK
RGB Variations
Color information
#141A17 (or 0x141A17) is known color: Cardin Green. HEX triplet: 14, 1A and 17. RGB value is (20,26,23). Sum of RGB (Red+Green+Blue) = 20+26+23=69 (9% of max value = 765). Red value is 20 (8.20% from 255 or 28.99% from 69); Green value is 26 (10.55% from 255 or 37.68% from 69); Blue value is 23 (9.38% from 255 or 33.33% from 69); Max value from RGB is 26 - color contains mainly: green. Hex color #141A17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #141A17 is #EBE5E8. Grayscale: #171717. Windows color (decimal): -15459817 or 1514004. OLE color: 1514004.
HSL color Cylindrical-coordinate representation of color #141A17: hue angle of 150º degrees, saturation: 0.13, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #141A17 is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 20 | 26 | 23 | - |
| CMYK | 0.23 | 0 | 0.12 | 0.90 |
| HSL | 150º | 0.13% | 0.09% | - |
| HSV(B) | 150º | 0.23% | 0.1% | - |
| XYZ | 0.81 | 0.95 | 0.95 | - |
| YUV | 23.86 | 127.51 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 26 | 23 | 0.23 | 0 | 0.12 | 0.90 | 150 | 0.13 | 0.09 |
| Hex | 14 | 1A | 17 | 17 | 0 | C | 5A | 96 | D | 9 |
| Octal | 24 | 32 | 27 | 27 | 0 | 14 | 132 | 226 | 15 | 11 |
| Binary | 10100 | 11010 | 10111 | 10111 | 0 | 1100 | 1011010 | 10010110 | 1101 | 1001 |
Color Harmonies of #141A17
Complementary color
Monochromatic Colors of #141A17
Black with #141A17
Text Example
Text Example
White with #141A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141A17; }
p { color: rgb(20,26,23); }
H1.HeaderClassName
{
color: #141A17;
}
.AnyTagClassName
{
color: #141A17;
}
</style>
background-color css
<style>
a { background-color: #141A17; }
a { background-color: rgb(20,26,23); }
div.DivClassName
{
background-color: #141A17;
}
.BgClassName
{
background-color: #141A17;
}
</style>
border-color css
<style>
span { border-color: #141A17; }
span { border-color: rgb(20,26,23); }
td.TdClassName
{
border-color: #141A17;
}
.TagClassName
{
border-color: #141A17;
}
</style>