Shades of Cardin Green #0E311E
Tints of Cardin Green #0E311E
RGB
CMYK
RGB Variations
Color information
#0E311E (or 0x0E311E) is known color: Cardin Green. HEX triplet: 0E, 31 and 1E. RGB value is (14,49,30). Sum of RGB (Red+Green+Blue) = 14+49+30=93 (12% of max value = 765). Red value is 14 (5.86% from 255 or 15.05% from 93); Green value is 49 (19.53% from 255 or 52.69% from 93); Blue value is 30 (12.11% from 255 or 32.26% from 93); Max value from RGB is 49 - color contains mainly: green. Hex color #0E311E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E311E is #F1CEE1. Grayscale: #242424. Windows color (decimal): -15847138 or 1978638. OLE color: 1978638.
HSL color Cylindrical-coordinate representation of color #0E311E: hue angle of 147.43º degrees, saturation: 0.56, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0E311E is Cyan = 0.71, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 14 | 49 | 30 | - |
| CMYK | 0.71 | 0 | 0.39 | 0.81 |
| HSL | 147.43º | 0.56% | 0.12% | - |
| HSV(B) | 147.43º | 0.71% | 0.19% | - |
| XYZ | 1.51 | 2.38 | 1.61 | - |
| YUV | 36.37 | 124.4 | 112.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 49 | 30 | 0.71 | 0 | 0.39 | 0.81 | 147.43 | 0.56 | 0.12 |
| Hex | E | 31 | 1E | 47 | 0 | 27 | 51 | 93 | 38 | C |
| Octal | 16 | 61 | 36 | 107 | 0 | 47 | 121 | 223 | 70 | 14 |
| Binary | 1110 | 110001 | 11110 | 1000111 | 0 | 100111 | 1010001 | 10010011 | 111000 | 1100 |
Color Harmonies of #0E311E
Complementary color
Monochromatic Colors of #0E311E
Black with #0E311E
Text Example
Text Example
White with #0E311E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E311E; }
p { color: rgb(14,49,30); }
H1.HeaderClassName
{
color: #0E311E;
}
.AnyTagClassName
{
color: #0E311E;
}
</style>
background-color css
<style>
a { background-color: #0E311E; }
a { background-color: rgb(14,49,30); }
div.DivClassName
{
background-color: #0E311E;
}
.BgClassName
{
background-color: #0E311E;
}
</style>
border-color css
<style>
span { border-color: #0E311E; }
span { border-color: rgb(14,49,30); }
td.TdClassName
{
border-color: #0E311E;
}
.TagClassName
{
border-color: #0E311E;
}
</style>