Shades of Cardin Green #0E2517
Tints of Cardin Green #0E2517
RGB
CMYK
RGB Variations
Color information
#0E2517 (or 0x0E2517) is known color: Cardin Green. HEX triplet: 0E, 25 and 17. RGB value is (14,37,23). Sum of RGB (Red+Green+Blue) = 14+37+23=74 (9% of max value = 765). Red value is 14 (5.86% from 255 or 18.92% from 74); Green value is 37 (14.84% from 255 or 50% from 74); Blue value is 23 (9.38% from 255 or 31.08% from 74); Max value from RGB is 37 - color contains mainly: green. Hex color #0E2517 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E2517 is #F1DAE8. Grayscale: #1C1C1C. Windows color (decimal): -15850217 or 1516814. OLE color: 1516814.
HSL color Cylindrical-coordinate representation of color #0E2517: hue angle of 143.48º degrees, saturation: 0.45, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #0E2517 is Cyan = 0.62, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 14 | 37 | 23 | - |
| CMYK | 0.62 | 0 | 0.38 | 0.85 |
| HSL | 143.48º | 0.45% | 0.1% | - |
| HSV(B) | 143.48º | 0.62% | 0.15% | - |
| XYZ | 1 | 1.48 | 1.04 | - |
| YUV | 28.53 | 124.88 | 117.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 37 | 23 | 0.62 | 0 | 0.38 | 0.85 | 143.48 | 0.45 | 0.1 |
| Hex | E | 25 | 17 | 3E | 0 | 26 | 55 | 8F | 2D | A |
| Octal | 16 | 45 | 27 | 76 | 0 | 46 | 125 | 217 | 55 | 12 |
| Binary | 1110 | 100101 | 10111 | 111110 | 0 | 100110 | 1010101 | 10001111 | 101101 | 1010 |
Color Harmonies of #0E2517
Complementary color
Monochromatic Colors of #0E2517
Black with #0E2517
Text Example
Text Example
White with #0E2517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E2517; }
p { color: rgb(14,37,23); }
H1.HeaderClassName
{
color: #0E2517;
}
.AnyTagClassName
{
color: #0E2517;
}
</style>
background-color css
<style>
a { background-color: #0E2517; }
a { background-color: rgb(14,37,23); }
div.DivClassName
{
background-color: #0E2517;
}
.BgClassName
{
background-color: #0E2517;
}
</style>
border-color css
<style>
span { border-color: #0E2517; }
span { border-color: rgb(14,37,23); }
td.TdClassName
{
border-color: #0E2517;
}
.TagClassName
{
border-color: #0E2517;
}
</style>