Shades of Cardin Green #0E2116
Tints of Cardin Green #0E2116
RGB
CMYK
RGB Variations
Color information
#0E2116 (or 0x0E2116) is known color: Cardin Green. HEX triplet: 0E, 21 and 16. RGB value is (14,33,22). Sum of RGB (Red+Green+Blue) = 14+33+22=69 (9% of max value = 765). Red value is 14 (5.86% from 255 or 20.29% from 69); Green value is 33 (13.28% from 255 or 47.83% from 69); Blue value is 22 (8.98% from 255 or 31.88% from 69); Max value from RGB is 33 - color contains mainly: green. Hex color #0E2116 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E2116 is #F1DEE9. Grayscale: #1A1A1A. Windows color (decimal): -15851242 or 1450254. OLE color: 1450254.
HSL color Cylindrical-coordinate representation of color #0E2116: hue angle of 145.26º degrees, saturation: 0.4, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #0E2116 is Cyan = 0.58, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 14 | 33 | 22 | - |
| CMYK | 0.58 | 0 | 0.33 | 0.87 |
| HSL | 145.26º | 0.4% | 0.09% | - |
| HSV(B) | 145.26º | 0.58% | 0.13% | - |
| XYZ | 0.87 | 1.24 | 0.95 | - |
| YUV | 26.07 | 125.71 | 119.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 33 | 22 | 0.58 | 0 | 0.33 | 0.87 | 145.26 | 0.4 | 0.09 |
| Hex | E | 21 | 16 | 3A | 0 | 21 | 57 | 91 | 28 | 9 |
| Octal | 16 | 41 | 26 | 72 | 0 | 41 | 127 | 221 | 50 | 11 |
| Binary | 1110 | 100001 | 10110 | 111010 | 0 | 100001 | 1010111 | 10010001 | 101000 | 1001 |
Color Harmonies of #0E2116
Complementary color
Monochromatic Colors of #0E2116
Black with #0E2116
Text Example
Text Example
White with #0E2116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E2116; }
p { color: rgb(14,33,22); }
H1.HeaderClassName
{
color: #0E2116;
}
.AnyTagClassName
{
color: #0E2116;
}
</style>
background-color css
<style>
a { background-color: #0E2116; }
a { background-color: rgb(14,33,22); }
div.DivClassName
{
background-color: #0E2116;
}
.BgClassName
{
background-color: #0E2116;
}
</style>
border-color css
<style>
span { border-color: #0E2116; }
span { border-color: rgb(14,33,22); }
td.TdClassName
{
border-color: #0E2116;
}
.TagClassName
{
border-color: #0E2116;
}
</style>