Shades of Cardin Green #0E2619
Tints of Cardin Green #0E2619
RGB
CMYK
RGB Variations
Color information
#0E2619 (or 0x0E2619) is known color: Cardin Green. HEX triplet: 0E, 26 and 19. RGB value is (14,38,25). Sum of RGB (Red+Green+Blue) = 14+38+25=77 (10% of max value = 765). Red value is 14 (5.86% from 255 or 18.18% from 77); Green value is 38 (15.23% from 255 or 49.35% from 77); Blue value is 25 (10.16% from 255 or 32.47% from 77); Max value from RGB is 38 - color contains mainly: green. Hex color #0E2619 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E2619 is #F1D9E6. Grayscale: #1D1D1D. Windows color (decimal): -15849959 or 1648142. OLE color: 1648142.
HSL color Cylindrical-coordinate representation of color #0E2619: hue angle of 147.5º degrees, saturation: 0.46, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #0E2619 is Cyan = 0.63, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 14 | 38 | 25 | - |
| CMYK | 0.63 | 0 | 0.34 | 0.85 |
| HSL | 147.5º | 0.46% | 0.1% | - |
| HSV(B) | 147.5º | 0.63% | 0.15% | - |
| XYZ | 1.05 | 1.55 | 1.16 | - |
| YUV | 29.34 | 125.55 | 117.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 38 | 25 | 0.63 | 0 | 0.34 | 0.85 | 147.5 | 0.46 | 0.1 |
| Hex | E | 26 | 19 | 3F | 0 | 22 | 55 | 94 | 2E | A |
| Octal | 16 | 46 | 31 | 77 | 0 | 42 | 125 | 224 | 56 | 12 |
| Binary | 1110 | 100110 | 11001 | 111111 | 0 | 100010 | 1010101 | 10010100 | 101110 | 1010 |
Color Harmonies of #0E2619
Complementary color
Monochromatic Colors of #0E2619
Black with #0E2619
Text Example
Text Example
White with #0E2619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E2619; }
p { color: rgb(14,38,25); }
H1.HeaderClassName
{
color: #0E2619;
}
.AnyTagClassName
{
color: #0E2619;
}
</style>
background-color css
<style>
a { background-color: #0E2619; }
a { background-color: rgb(14,38,25); }
div.DivClassName
{
background-color: #0E2619;
}
.BgClassName
{
background-color: #0E2619;
}
</style>
border-color css
<style>
span { border-color: #0E2619; }
span { border-color: rgb(14,38,25); }
td.TdClassName
{
border-color: #0E2619;
}
.TagClassName
{
border-color: #0E2619;
}
</style>