Shades of Cardin Green #14241B
Tints of Cardin Green #14241B
RGB
CMYK
RGB Variations
Color information
#14241B (or 0x14241B) is known color: Cardin Green. HEX triplet: 14, 24 and 1B. RGB value is (20,36,27). Sum of RGB (Red+Green+Blue) = 20+36+27=83 (10% of max value = 765). Red value is 20 (8.20% from 255 or 24.10% from 83); Green value is 36 (14.45% from 255 or 43.37% from 83); Blue value is 27 (10.94% from 255 or 32.53% from 83); Max value from RGB is 36 - color contains mainly: green. Hex color #14241B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14241B is #EBDBE4. Grayscale: #1E1E1E. Windows color (decimal): -15457253 or 1778708. OLE color: 1778708.
HSL color Cylindrical-coordinate representation of color #14241B: hue angle of 146.25º degrees, saturation: 0.29, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #14241B is Cyan = 0.44, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 20 | 36 | 27 | - |
| CMYK | 0.44 | 0 | 0.25 | 0.86 |
| HSL | 146.25º | 0.29% | 0.11% | - |
| HSV(B) | 146.25º | 0.44% | 0.14% | - |
| XYZ | 1.12 | 1.49 | 1.27 | - |
| YUV | 30.19 | 126.2 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 36 | 27 | 0.44 | 0 | 0.25 | 0.86 | 146.25 | 0.29 | 0.11 |
| Hex | 14 | 24 | 1B | 2C | 0 | 19 | 56 | 92 | 1D | B |
| Octal | 24 | 44 | 33 | 54 | 0 | 31 | 126 | 222 | 35 | 13 |
| Binary | 10100 | 100100 | 11011 | 101100 | 0 | 11001 | 1010110 | 10010010 | 11101 | 1011 |
Color Harmonies of #14241B
Complementary color
Monochromatic Colors of #14241B
Black with #14241B
Text Example
Text Example
White with #14241B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14241B; }
p { color: rgb(20,36,27); }
H1.HeaderClassName
{
color: #14241B;
}
.AnyTagClassName
{
color: #14241B;
}
</style>
background-color css
<style>
a { background-color: #14241B; }
a { background-color: rgb(20,36,27); }
div.DivClassName
{
background-color: #14241B;
}
.BgClassName
{
background-color: #14241B;
}
</style>
border-color css
<style>
span { border-color: #14241B; }
span { border-color: rgb(20,36,27); }
td.TdClassName
{
border-color: #14241B;
}
.TagClassName
{
border-color: #14241B;
}
</style>