Shades of Cardin Green #0E311F
Tints of Cardin Green #0E311F
RGB
CMYK
RGB Variations
Color information
#0E311F (or 0x0E311F) is known color: Cardin Green. HEX triplet: 0E, 31 and 1F. RGB value is (14,49,31). Sum of RGB (Red+Green+Blue) = 14+49+31=94 (12% of max value = 765). Red value is 14 (5.86% from 255 or 14.89% from 94); Green value is 49 (19.53% from 255 or 52.13% from 94); Blue value is 31 (12.5% from 255 or 32.98% from 94); Max value from RGB is 49 - color contains mainly: green. Hex color #0E311F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E311F is #F1CEE0. Grayscale: #242424. Windows color (decimal): -15847137 or 2044174. OLE color: 2044174.
HSL color Cylindrical-coordinate representation of color #0E311F: hue angle of 149.14º 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 #0E311F is Cyan = 0.71, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 14 | 49 | 31 | - |
| CMYK | 0.71 | 0 | 0.37 | 0.81 |
| HSL | 149.14º | 0.56% | 0.12% | - |
| HSV(B) | 149.14º | 0.71% | 0.19% | - |
| XYZ | 1.53 | 2.39 | 1.68 | - |
| YUV | 36.48 | 124.9 | 111.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 49 | 31 | 0.71 | 0 | 0.37 | 0.81 | 149.14 | 0.56 | 0.12 |
| Hex | E | 31 | 1F | 47 | 0 | 25 | 51 | 95 | 38 | C |
| Octal | 16 | 61 | 37 | 107 | 0 | 45 | 121 | 225 | 70 | 14 |
| Binary | 1110 | 110001 | 11111 | 1000111 | 0 | 100101 | 1010001 | 10010101 | 111000 | 1100 |
Color Harmonies of #0E311F
Complementary color
Monochromatic Colors of #0E311F
Black with #0E311F
Text Example
Text Example
White with #0E311F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E311F; }
p { color: rgb(14,49,31); }
H1.HeaderClassName
{
color: #0E311F;
}
.AnyTagClassName
{
color: #0E311F;
}
</style>
background-color css
<style>
a { background-color: #0E311F; }
a { background-color: rgb(14,49,31); }
div.DivClassName
{
background-color: #0E311F;
}
.BgClassName
{
background-color: #0E311F;
}
</style>
border-color css
<style>
span { border-color: #0E311F; }
span { border-color: rgb(14,49,31); }
td.TdClassName
{
border-color: #0E311F;
}
.TagClassName
{
border-color: #0E311F;
}
</style>