Shades of Cardin Green #0E1E14
Tints of Cardin Green #0E1E14
RGB
CMYK
RGB Variations
Color information
#0E1E14 (or 0x0E1E14) is known color: Cardin Green. HEX triplet: 0E, 1E and 14. RGB value is (14,30,20). Sum of RGB (Red+Green+Blue) = 14+30+20=64 (8% of max value = 765). Red value is 14 (5.86% from 255 or 21.88% from 64); Green value is 30 (12.11% from 255 or 46.88% from 64); Blue value is 20 (8.20% from 255 or 31.25% from 64); Max value from RGB is 30 - color contains mainly: green. Hex color #0E1E14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E1E14 is #F1E1EB. Grayscale: #181818. Windows color (decimal): -15852012 or 1318414. OLE color: 1318414.
HSL color Cylindrical-coordinate representation of color #0E1E14: hue angle of 142.5º degrees, saturation: 0.36, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #0E1E14 is Cyan = 0.53, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 14 | 30 | 20 | - |
| CMYK | 0.53 | 0 | 0.33 | 0.88 |
| HSL | 142.5º | 0.36% | 0.09% | - |
| HSV(B) | 142.5º | 0.53% | 0.12% | - |
| XYZ | 0.77 | 1.07 | 0.83 | - |
| YUV | 24.08 | 125.7 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 30 | 20 | 0.53 | 0 | 0.33 | 0.88 | 142.5 | 0.36 | 0.09 |
| Hex | E | 1E | 14 | 35 | 0 | 21 | 58 | 8E | 24 | 9 |
| Octal | 16 | 36 | 24 | 65 | 0 | 41 | 130 | 216 | 44 | 11 |
| Binary | 1110 | 11110 | 10100 | 110101 | 0 | 100001 | 1011000 | 10001110 | 100100 | 1001 |
Color Harmonies of #0E1E14
Complementary color
Monochromatic Colors of #0E1E14
Black with #0E1E14
Text Example
Text Example
White with #0E1E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1E14; }
p { color: rgb(14,30,20); }
H1.HeaderClassName
{
color: #0E1E14;
}
.AnyTagClassName
{
color: #0E1E14;
}
</style>
background-color css
<style>
a { background-color: #0E1E14; }
a { background-color: rgb(14,30,20); }
div.DivClassName
{
background-color: #0E1E14;
}
.BgClassName
{
background-color: #0E1E14;
}
</style>
border-color css
<style>
span { border-color: #0E1E14; }
span { border-color: rgb(14,30,20); }
td.TdClassName
{
border-color: #0E1E14;
}
.TagClassName
{
border-color: #0E1E14;
}
</style>