Shades of Cardin Green #14281F
Tints of Cardin Green #14281F
RGB
CMYK
RGB Variations
Color information
#14281F (or 0x14281F) is known color: Cardin Green. HEX triplet: 14, 28 and 1F. RGB value is (20,40,31). Sum of RGB (Red+Green+Blue) = 20+40+31=91 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.98% from 91); Green value is 40 (16.02% from 255 or 43.96% from 91); Blue value is 31 (12.5% from 255 or 34.07% from 91); Max value from RGB is 40 - color contains mainly: green. Hex color #14281F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14281F is #EBD7E0. Grayscale: #212121. Windows color (decimal): -15456225 or 2041876. OLE color: 2041876.
HSL color Cylindrical-coordinate representation of color #14281F: hue angle of 153º degrees, saturation: 0.33, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #14281F is Cyan = 0.5, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 20 | 40 | 31 | - |
| CMYK | 0.5 | 0 | 0.22 | 0.84 |
| HSL | 153º | 0.33% | 0.12% | - |
| HSV(B) | 153º | 0.5% | 0.16% | - |
| XYZ | 1.29 | 1.77 | 1.57 | - |
| YUV | 32.99 | 126.87 | 118.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 40 | 31 | 0.5 | 0 | 0.22 | 0.84 | 153 | 0.33 | 0.12 |
| Hex | 14 | 28 | 1F | 32 | 0 | 16 | 54 | 99 | 21 | C |
| Octal | 24 | 50 | 37 | 62 | 0 | 26 | 124 | 231 | 41 | 14 |
| Binary | 10100 | 101000 | 11111 | 110010 | 0 | 10110 | 1010100 | 10011001 | 100001 | 1100 |
Color Harmonies of #14281F
Complementary color
Monochromatic Colors of #14281F
Black with #14281F
Text Example
Text Example
White with #14281F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14281F; }
p { color: rgb(20,40,31); }
H1.HeaderClassName
{
color: #14281F;
}
.AnyTagClassName
{
color: #14281F;
}
</style>
background-color css
<style>
a { background-color: #14281F; }
a { background-color: rgb(20,40,31); }
div.DivClassName
{
background-color: #14281F;
}
.BgClassName
{
background-color: #14281F;
}
</style>
border-color css
<style>
span { border-color: #14281F; }
span { border-color: rgb(20,40,31); }
td.TdClassName
{
border-color: #14281F;
}
.TagClassName
{
border-color: #14281F;
}
</style>