Shades of Cardin Green #0E2919
Tints of Cardin Green #0E2919
RGB
CMYK
RGB Variations
Color information
#0E2919 (or 0x0E2919) is known color: Cardin Green. HEX triplet: 0E, 29 and 19. RGB value is (14,41,25). Sum of RGB (Red+Green+Blue) = 14+41+25=80 (10% of max value = 765). Red value is 14 (5.86% from 255 or 17.5% from 80); Green value is 41 (16.41% from 255 or 51.25% from 80); Blue value is 25 (10.16% from 255 or 31.25% from 80); Max value from RGB is 41 - color contains mainly: green. Hex color #0E2919 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E2919 is #F1D6E6. Grayscale: #1F1F1F. Windows color (decimal): -15849191 or 1648910. OLE color: 1648910.
HSL color Cylindrical-coordinate representation of color #0E2919: hue angle of 144.44º degrees, saturation: 0.49, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #0E2919 is Cyan = 0.66, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 14 | 41 | 25 | - |
| CMYK | 0.66 | 0 | 0.39 | 0.84 |
| HSL | 144.44º | 0.49% | 0.11% | - |
| HSV(B) | 144.44º | 0.66% | 0.16% | - |
| XYZ | 1.15 | 1.75 | 1.2 | - |
| YUV | 31.1 | 124.55 | 115.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 41 | 25 | 0.66 | 0 | 0.39 | 0.84 | 144.44 | 0.49 | 0.11 |
| Hex | E | 29 | 19 | 42 | 0 | 27 | 54 | 90 | 31 | B |
| Octal | 16 | 51 | 31 | 102 | 0 | 47 | 124 | 220 | 61 | 13 |
| Binary | 1110 | 101001 | 11001 | 1000010 | 0 | 100111 | 1010100 | 10010000 | 110001 | 1011 |
Color Harmonies of #0E2919
Complementary color
Monochromatic Colors of #0E2919
Black with #0E2919
Text Example
Text Example
White with #0E2919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E2919; }
p { color: rgb(14,41,25); }
H1.HeaderClassName
{
color: #0E2919;
}
.AnyTagClassName
{
color: #0E2919;
}
</style>
background-color css
<style>
a { background-color: #0E2919; }
a { background-color: rgb(14,41,25); }
div.DivClassName
{
background-color: #0E2919;
}
.BgClassName
{
background-color: #0E2919;
}
</style>
border-color css
<style>
span { border-color: #0E2919; }
span { border-color: rgb(14,41,25); }
td.TdClassName
{
border-color: #0E2919;
}
.TagClassName
{
border-color: #0E2919;
}
</style>