Shades of Cardin Green #14271C
Tints of Cardin Green #14271C
RGB
CMYK
RGB Variations
Color information
#14271C (or 0x14271C) is known color: Cardin Green. HEX triplet: 14, 27 and 1C. RGB value is (20,39,28). Sum of RGB (Red+Green+Blue) = 20+39+28=87 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.99% from 87); Green value is 39 (15.62% from 255 or 44.83% from 87); Blue value is 28 (11.33% from 255 or 32.18% from 87); Max value from RGB is 39 - color contains mainly: green. Hex color #14271C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14271C is #EBD8E3. Grayscale: #202020. Windows color (decimal): -15456484 or 1845012. OLE color: 1845012.
HSL color Cylindrical-coordinate representation of color #14271C: hue angle of 145.26º 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 #14271C is Cyan = 0.49, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 20 | 39 | 28 | - |
| CMYK | 0.49 | 0 | 0.28 | 0.85 |
| HSL | 145.26º | 0.32% | 0.12% | - |
| HSV(B) | 145.26º | 0.49% | 0.15% | - |
| XYZ | 1.22 | 1.68 | 1.36 | - |
| YUV | 32.07 | 125.71 | 119.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 39 | 28 | 0.49 | 0 | 0.28 | 0.85 | 145.26 | 0.32 | 0.12 |
| Hex | 14 | 27 | 1C | 31 | 0 | 1C | 55 | 91 | 20 | C |
| Octal | 24 | 47 | 34 | 61 | 0 | 34 | 125 | 221 | 40 | 14 |
| Binary | 10100 | 100111 | 11100 | 110001 | 0 | 11100 | 1010101 | 10010001 | 100000 | 1100 |
Color Harmonies of #14271C
Complementary color
Monochromatic Colors of #14271C
Black with #14271C
Text Example
Text Example
White with #14271C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14271C; }
p { color: rgb(20,39,28); }
H1.HeaderClassName
{
color: #14271C;
}
.AnyTagClassName
{
color: #14271C;
}
</style>
background-color css
<style>
a { background-color: #14271C; }
a { background-color: rgb(20,39,28); }
div.DivClassName
{
background-color: #14271C;
}
.BgClassName
{
background-color: #14271C;
}
</style>
border-color css
<style>
span { border-color: #14271C; }
span { border-color: rgb(20,39,28); }
td.TdClassName
{
border-color: #14271C;
}
.TagClassName
{
border-color: #14271C;
}
</style>