Shades of Cardin Green #0E3725
Tints of Cardin Green #0E3725
RGB
CMYK
RGB Variations
Color information
#0E3725 (or 0x0E3725) is known color: Cardin Green. HEX triplet: 0E, 37 and 25. RGB value is (14,55,37). Sum of RGB (Red+Green+Blue) = 14+55+37=106 (14% of max value = 765). Red value is 14 (5.86% from 255 or 13.21% from 106); Green value is 55 (21.88% from 255 or 51.89% from 106); Blue value is 37 (14.84% from 255 or 34.91% from 106); Max value from RGB is 55 - color contains mainly: green. Hex color #0E3725 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E3725 is #F1C8DA. Grayscale: #282828. Windows color (decimal): -15845595 or 2438926. OLE color: 2438926.
HSL color Cylindrical-coordinate representation of color #0E3725: hue angle of 153.66º degrees, saturation: 0.59, 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 #0E3725 is Cyan = 0.75, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 14 | 55 | 37 | - |
| CMYK | 0.75 | 0 | 0.33 | 0.78 |
| HSL | 153.66º | 0.59% | 0.14% | - |
| HSV(B) | 153.66º | 0.75% | 0.22% | - |
| XYZ | 1.88 | 2.96 | 2.22 | - |
| YUV | 40.69 | 125.92 | 108.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 55 | 37 | 0.75 | 0 | 0.33 | 0.78 | 153.66 | 0.59 | 0.14 |
| Hex | E | 37 | 25 | 4B | 0 | 21 | 4E | 9A | 3B | E |
| Octal | 16 | 67 | 45 | 113 | 0 | 41 | 116 | 232 | 73 | 16 |
| Binary | 1110 | 110111 | 100101 | 1001011 | 0 | 100001 | 1001110 | 10011010 | 111011 | 1110 |
Color Harmonies of #0E3725
Complementary color
Monochromatic Colors of #0E3725
Black with #0E3725
Text Example
Text Example
White with #0E3725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3725; }
p { color: rgb(14,55,37); }
H1.HeaderClassName
{
color: #0E3725;
}
.AnyTagClassName
{
color: #0E3725;
}
</style>
background-color css
<style>
a { background-color: #0E3725; }
a { background-color: rgb(14,55,37); }
div.DivClassName
{
background-color: #0E3725;
}
.BgClassName
{
background-color: #0E3725;
}
</style>
border-color css
<style>
span { border-color: #0E3725; }
span { border-color: rgb(14,55,37); }
td.TdClassName
{
border-color: #0E3725;
}
.TagClassName
{
border-color: #0E3725;
}
</style>