Shades of Cardin Green #14251B
Tints of Cardin Green #14251B
RGB
CMYK
RGB Variations
Color information
#14251B (or 0x14251B) is known color: Cardin Green. HEX triplet: 14, 25 and 1B. RGB value is (20,37,27). Sum of RGB (Red+Green+Blue) = 20+37+27=84 (11% of max value = 765). Red value is 20 (8.20% from 255 or 23.81% from 84); Green value is 37 (14.84% from 255 or 44.05% from 84); Blue value is 27 (10.94% from 255 or 32.14% from 84); Max value from RGB is 37 - color contains mainly: green. Hex color #14251B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14251B is #EBDAE4. Grayscale: #1E1E1E. Windows color (decimal): -15456997 or 1778964. OLE color: 1778964.
HSL color Cylindrical-coordinate representation of color #14251B: hue angle of 144.71º 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 #14251B is Cyan = 0.46, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 20 | 37 | 27 | - |
| CMYK | 0.46 | 0 | 0.27 | 0.85 |
| HSL | 144.71º | 0.3% | 0.11% | - |
| HSV(B) | 144.71º | 0.46% | 0.15% | - |
| XYZ | 1.15 | 1.55 | 1.28 | - |
| YUV | 30.78 | 125.87 | 120.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 37 | 27 | 0.46 | 0 | 0.27 | 0.85 | 144.71 | 0.3 | 0.11 |
| Hex | 14 | 25 | 1B | 2E | 0 | 1B | 55 | 91 | 1E | B |
| Octal | 24 | 45 | 33 | 56 | 0 | 33 | 125 | 221 | 36 | 13 |
| Binary | 10100 | 100101 | 11011 | 101110 | 0 | 11011 | 1010101 | 10010001 | 11110 | 1011 |
Color Harmonies of #14251B
Complementary color
Monochromatic Colors of #14251B
Black with #14251B
Text Example
Text Example
White with #14251B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14251B; }
p { color: rgb(20,37,27); }
H1.HeaderClassName
{
color: #14251B;
}
.AnyTagClassName
{
color: #14251B;
}
</style>
background-color css
<style>
a { background-color: #14251B; }
a { background-color: rgb(20,37,27); }
div.DivClassName
{
background-color: #14251B;
}
.BgClassName
{
background-color: #14251B;
}
</style>
border-color css
<style>
span { border-color: #14251B; }
span { border-color: rgb(20,37,27); }
td.TdClassName
{
border-color: #14251B;
}
.TagClassName
{
border-color: #14251B;
}
</style>