Shades of Cardin Green #14211B
Tints of Cardin Green #14211B
RGB
CMYK
RGB Variations
Color information
#14211B (or 0x14211B) is known color: Cardin Green. HEX triplet: 14, 21 and 1B. RGB value is (20,33,27). Sum of RGB (Red+Green+Blue) = 20+33+27=80 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25% from 80); Green value is 33 (13.28% from 255 or 41.25% from 80); Blue value is 27 (10.94% from 255 or 33.75% from 80); Max value from RGB is 33 - color contains mainly: green. Hex color #14211B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14211B is #EBDEE4. Grayscale: #1C1C1C. Windows color (decimal): -15458021 or 1777940. OLE color: 1777940.
HSL color Cylindrical-coordinate representation of color #14211B: hue angle of 152.31º degrees, saturation: 0.25, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #14211B is Cyan = 0.39, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 20 | 33 | 27 | - |
| CMYK | 0.39 | 0 | 0.18 | 0.87 |
| HSL | 152.31º | 0.25% | 0.1% | - |
| HSV(B) | 152.31º | 0.39% | 0.13% | - |
| XYZ | 1.03 | 1.32 | 1.24 | - |
| YUV | 28.43 | 127.19 | 121.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 33 | 27 | 0.39 | 0 | 0.18 | 0.87 | 152.31 | 0.25 | 0.1 |
| Hex | 14 | 21 | 1B | 27 | 0 | 12 | 57 | 98 | 19 | A |
| Octal | 24 | 41 | 33 | 47 | 0 | 22 | 127 | 230 | 31 | 12 |
| Binary | 10100 | 100001 | 11011 | 100111 | 0 | 10010 | 1010111 | 10011000 | 11001 | 1010 |
Color Harmonies of #14211B
Complementary color
Monochromatic Colors of #14211B
Black with #14211B
Text Example
Text Example
White with #14211B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14211B; }
p { color: rgb(20,33,27); }
H1.HeaderClassName
{
color: #14211B;
}
.AnyTagClassName
{
color: #14211B;
}
</style>
background-color css
<style>
a { background-color: #14211B; }
a { background-color: rgb(20,33,27); }
div.DivClassName
{
background-color: #14211B;
}
.BgClassName
{
background-color: #14211B;
}
</style>
border-color css
<style>
span { border-color: #14211B; }
span { border-color: rgb(20,33,27); }
td.TdClassName
{
border-color: #14211B;
}
.TagClassName
{
border-color: #14211B;
}
</style>