Shades of Cardin Green #14251D
Tints of Cardin Green #14251D
RGB
CMYK
RGB Variations
Color information
#14251D (or 0x14251D) is known color: Cardin Green. HEX triplet: 14, 25 and 1D. RGB value is (20,37,29). Sum of RGB (Red+Green+Blue) = 20+37+29=86 (11% of max value = 765). Red value is 20 (8.20% from 255 or 23.26% from 86); Green value is 37 (14.84% from 255 or 43.02% from 86); Blue value is 29 (11.72% from 255 or 33.72% from 86); Max value from RGB is 37 - color contains mainly: green. Hex color #14251D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14251D is #EBDAE2. Grayscale: #1F1F1F. Windows color (decimal): -15456995 or 1910036. OLE color: 1910036.
HSL color Cylindrical-coordinate representation of color #14251D: hue angle of 151.76º degrees, saturation: 0.3, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #14251D is Cyan = 0.46, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 20 | 37 | 29 | - |
| CMYK | 0.46 | 0 | 0.22 | 0.85 |
| HSL | 151.76º | 0.3% | 0.11% | - |
| HSV(B) | 151.76º | 0.46% | 0.15% | - |
| XYZ | 1.17 | 1.56 | 1.4 | - |
| YUV | 31.01 | 126.87 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 37 | 29 | 0.46 | 0 | 0.22 | 0.85 | 151.76 | 0.3 | 0.11 |
| Hex | 14 | 25 | 1D | 2E | 0 | 16 | 55 | 98 | 1E | B |
| Octal | 24 | 45 | 35 | 56 | 0 | 26 | 125 | 230 | 36 | 13 |
| Binary | 10100 | 100101 | 11101 | 101110 | 0 | 10110 | 1010101 | 10011000 | 11110 | 1011 |
Color Harmonies of #14251D
Complementary color
Monochromatic Colors of #14251D
Black with #14251D
Text Example
Text Example
White with #14251D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14251D; }
p { color: rgb(20,37,29); }
H1.HeaderClassName
{
color: #14251D;
}
.AnyTagClassName
{
color: #14251D;
}
</style>
background-color css
<style>
a { background-color: #14251D; }
a { background-color: rgb(20,37,29); }
div.DivClassName
{
background-color: #14251D;
}
.BgClassName
{
background-color: #14251D;
}
</style>
border-color css
<style>
span { border-color: #14251D; }
span { border-color: rgb(20,37,29); }
td.TdClassName
{
border-color: #14251D;
}
.TagClassName
{
border-color: #14251D;
}
</style>