Shades of Cardin Green #0E3927
Tints of Cardin Green #0E3927
RGB
CMYK
RGB Variations
Color information
#0E3927 (or 0x0E3927) is known color: Cardin Green. HEX triplet: 0E, 39 and 27. RGB value is (14,57,39). Sum of RGB (Red+Green+Blue) = 14+57+39=110 (14% of max value = 765). Red value is 14 (5.86% from 255 or 12.73% from 110); Green value is 57 (22.66% from 255 or 51.82% from 110); Blue value is 39 (15.62% from 255 or 35.45% from 110); Max value from RGB is 57 - color contains mainly: green. Hex color #0E3927 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E3927 is #F1C6D8. Grayscale: #2A2A2A. Windows color (decimal): -15845081 or 2570510. OLE color: 2570510.
HSL color Cylindrical-coordinate representation of color #0E3927: hue angle of 154.88º degrees, saturation: 0.61, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0E3927 is Cyan = 0.75, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 14 | 57 | 39 | - |
| CMYK | 0.75 | 0 | 0.32 | 0.78 |
| HSL | 154.88º | 0.61% | 0.14% | - |
| HSV(B) | 154.88º | 0.75% | 0.22% | - |
| XYZ | 2.01 | 3.17 | 2.42 | - |
| YUV | 42.09 | 126.25 | 107.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 57 | 39 | 0.75 | 0 | 0.32 | 0.78 | 154.88 | 0.61 | 0.14 |
| Hex | E | 39 | 27 | 4B | 0 | 20 | 4E | 9B | 3D | E |
| Octal | 16 | 71 | 47 | 113 | 0 | 40 | 116 | 233 | 75 | 16 |
| Binary | 1110 | 111001 | 100111 | 1001011 | 0 | 100000 | 1001110 | 10011011 | 111101 | 1110 |
Color Harmonies of #0E3927
Complementary color
Monochromatic Colors of #0E3927
Black with #0E3927
Text Example
Text Example
White with #0E3927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3927; }
p { color: rgb(14,57,39); }
H1.HeaderClassName
{
color: #0E3927;
}
.AnyTagClassName
{
color: #0E3927;
}
</style>
background-color css
<style>
a { background-color: #0E3927; }
a { background-color: rgb(14,57,39); }
div.DivClassName
{
background-color: #0E3927;
}
.BgClassName
{
background-color: #0E3927;
}
</style>
border-color css
<style>
span { border-color: #0E3927; }
span { border-color: rgb(14,57,39); }
td.TdClassName
{
border-color: #0E3927;
}
.TagClassName
{
border-color: #0E3927;
}
</style>