Shades of Cardin Green #14271D
Tints of Cardin Green #14271D
RGB
CMYK
RGB Variations
Color information
#14271D (or 0x14271D) is known color: Cardin Green. HEX triplet: 14, 27 and 1D. RGB value is (20,39,29). Sum of RGB (Red+Green+Blue) = 20+39+29=88 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.73% from 88); Green value is 39 (15.62% from 255 or 44.32% from 88); Blue value is 29 (11.72% from 255 or 32.95% from 88); Max value from RGB is 39 - color contains mainly: green. Hex color #14271D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14271D is #EBD8E2. Grayscale: #202020. Windows color (decimal): -15456483 or 1910548. OLE color: 1910548.
HSL color Cylindrical-coordinate representation of color #14271D: hue angle of 148.42º degrees, saturation: 0.32, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #14271D is Cyan = 0.49, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 20 | 39 | 29 | - |
| CMYK | 0.49 | 0 | 0.26 | 0.85 |
| HSL | 148.42º | 0.32% | 0.12% | - |
| HSV(B) | 148.42º | 0.49% | 0.15% | - |
| XYZ | 1.24 | 1.69 | 1.42 | - |
| YUV | 32.18 | 126.21 | 119.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 39 | 29 | 0.49 | 0 | 0.26 | 0.85 | 148.42 | 0.32 | 0.12 |
| Hex | 14 | 27 | 1D | 31 | 0 | 1A | 55 | 94 | 20 | C |
| Octal | 24 | 47 | 35 | 61 | 0 | 32 | 125 | 224 | 40 | 14 |
| Binary | 10100 | 100111 | 11101 | 110001 | 0 | 11010 | 1010101 | 10010100 | 100000 | 1100 |
Color Harmonies of #14271D
Complementary color
Monochromatic Colors of #14271D
Black with #14271D
Text Example
Text Example
White with #14271D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14271D; }
p { color: rgb(20,39,29); }
H1.HeaderClassName
{
color: #14271D;
}
.AnyTagClassName
{
color: #14271D;
}
</style>
background-color css
<style>
a { background-color: #14271D; }
a { background-color: rgb(20,39,29); }
div.DivClassName
{
background-color: #14271D;
}
.BgClassName
{
background-color: #14271D;
}
</style>
border-color css
<style>
span { border-color: #14271D; }
span { border-color: rgb(20,39,29); }
td.TdClassName
{
border-color: #14271D;
}
.TagClassName
{
border-color: #14271D;
}
</style>