Shades of Cardin Green #141B18
Tints of Cardin Green #141B18
RGB
CMYK
RGB Variations
Color information
#141B18 (or 0x141B18) is known color: Cardin Green. HEX triplet: 14, 1B and 18. RGB value is (20,27,24). Sum of RGB (Red+Green+Blue) = 20+27+24=71 (9% of max value = 765). Red value is 20 (8.20% from 255 or 28.17% from 71); Green value is 27 (10.94% from 255 or 38.03% from 71); Blue value is 24 (9.77% from 255 or 33.80% from 71); Max value from RGB is 27 - color contains mainly: green. Hex color #141B18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #141B18 is #EBE4E7. Grayscale: #181818. Windows color (decimal): -15459560 or 1579796. OLE color: 1579796.
HSL color Cylindrical-coordinate representation of color #141B18: hue angle of 154.29º degrees, saturation: 0.15, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #141B18 is Cyan = 0.26, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 20 | 27 | 24 | - |
| CMYK | 0.26 | 0 | 0.11 | 0.89 |
| HSL | 154.29º | 0.15% | 0.09% | - |
| HSV(B) | 154.29º | 0.26% | 0.11% | - |
| XYZ | 0.85 | 1 | 1.01 | - |
| YUV | 24.57 | 127.68 | 124.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 27 | 24 | 0.26 | 0 | 0.11 | 0.89 | 154.29 | 0.15 | 0.09 |
| Hex | 14 | 1B | 18 | 1A | 0 | B | 59 | 9A | F | 9 |
| Octal | 24 | 33 | 30 | 32 | 0 | 13 | 131 | 232 | 17 | 11 |
| Binary | 10100 | 11011 | 11000 | 11010 | 0 | 1011 | 1011001 | 10011010 | 1111 | 1001 |
Color Harmonies of #141B18
Complementary color
Monochromatic Colors of #141B18
Black with #141B18
Text Example
Text Example
White with #141B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141B18; }
p { color: rgb(20,27,24); }
H1.HeaderClassName
{
color: #141B18;
}
.AnyTagClassName
{
color: #141B18;
}
</style>
background-color css
<style>
a { background-color: #141B18; }
a { background-color: rgb(20,27,24); }
div.DivClassName
{
background-color: #141B18;
}
.BgClassName
{
background-color: #141B18;
}
</style>
border-color css
<style>
span { border-color: #141B18; }
span { border-color: rgb(20,27,24); }
td.TdClassName
{
border-color: #141B18;
}
.TagClassName
{
border-color: #141B18;
}
</style>