Shades of Cardin Green #14231B
Tints of Cardin Green #14231B
RGB
CMYK
RGB Variations
Color information
#14231B (or 0x14231B) is known color: Cardin Green. HEX triplet: 14, 23 and 1B. RGB value is (20,35,27). Sum of RGB (Red+Green+Blue) = 20+35+27=82 (10% of max value = 765). Red value is 20 (8.20% from 255 or 24.39% from 82); Green value is 35 (14.06% from 255 or 42.68% from 82); Blue value is 27 (10.94% from 255 or 32.93% from 82); Max value from RGB is 35 - color contains mainly: green. Hex color #14231B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14231B is #EBDCE4. Grayscale: #1D1D1D. Windows color (decimal): -15457509 or 1778452. OLE color: 1778452.
HSL color Cylindrical-coordinate representation of color #14231B: hue angle of 148º degrees, saturation: 0.27, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #14231B is Cyan = 0.43, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 20 | 35 | 27 | - |
| CMYK | 0.43 | 0 | 0.23 | 0.86 |
| HSL | 148º | 0.27% | 0.11% | - |
| HSV(B) | 148º | 0.43% | 0.14% | - |
| XYZ | 1.09 | 1.43 | 1.26 | - |
| YUV | 29.6 | 126.53 | 121.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 35 | 27 | 0.43 | 0 | 0.23 | 0.86 | 148 | 0.27 | 0.11 |
| Hex | 14 | 23 | 1B | 2B | 0 | 17 | 56 | 94 | 1B | B |
| Octal | 24 | 43 | 33 | 53 | 0 | 27 | 126 | 224 | 33 | 13 |
| Binary | 10100 | 100011 | 11011 | 101011 | 0 | 10111 | 1010110 | 10010100 | 11011 | 1011 |
Color Harmonies of #14231B
Complementary color
Monochromatic Colors of #14231B
Black with #14231B
Text Example
Text Example
White with #14231B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14231B; }
p { color: rgb(20,35,27); }
H1.HeaderClassName
{
color: #14231B;
}
.AnyTagClassName
{
color: #14231B;
}
</style>
background-color css
<style>
a { background-color: #14231B; }
a { background-color: rgb(20,35,27); }
div.DivClassName
{
background-color: #14231B;
}
.BgClassName
{
background-color: #14231B;
}
</style>
border-color css
<style>
span { border-color: #14231B; }
span { border-color: rgb(20,35,27); }
td.TdClassName
{
border-color: #14231B;
}
.TagClassName
{
border-color: #14231B;
}
</style>