Shades of Cardin Green #0E3825
Tints of Cardin Green #0E3825
RGB
CMYK
RGB Variations
Color information
#0E3825 (or 0x0E3825) is known color: Cardin Green. HEX triplet: 0E, 38 and 25. RGB value is (14,56,37). Sum of RGB (Red+Green+Blue) = 14+56+37=107 (14% of max value = 765). Red value is 14 (5.86% from 255 or 13.08% from 107); Green value is 56 (22.27% from 255 or 52.34% from 107); Blue value is 37 (14.84% from 255 or 34.58% from 107); Max value from RGB is 56 - color contains mainly: green. Hex color #0E3825 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E3825 is #F1C7DA. Grayscale: #292929. Windows color (decimal): -15845339 or 2439182. OLE color: 2439182.
HSL color Cylindrical-coordinate representation of color #0E3825: hue angle of 152.86º degrees, saturation: 0.6, 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 #0E3825 is Cyan = 0.75, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 14 | 56 | 37 | - |
| CMYK | 0.75 | 0 | 0.34 | 0.78 |
| HSL | 152.86º | 0.6% | 0.14% | - |
| HSV(B) | 152.86º | 0.75% | 0.22% | - |
| XYZ | 1.93 | 3.06 | 2.24 | - |
| YUV | 41.28 | 125.59 | 108.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 56 | 37 | 0.75 | 0 | 0.34 | 0.78 | 152.86 | 0.6 | 0.14 |
| Hex | E | 38 | 25 | 4B | 0 | 22 | 4E | 99 | 3C | E |
| Octal | 16 | 70 | 45 | 113 | 0 | 42 | 116 | 231 | 74 | 16 |
| Binary | 1110 | 111000 | 100101 | 1001011 | 0 | 100010 | 1001110 | 10011001 | 111100 | 1110 |
Color Harmonies of #0E3825
Complementary color
Monochromatic Colors of #0E3825
Black with #0E3825
Text Example
Text Example
White with #0E3825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3825; }
p { color: rgb(14,56,37); }
H1.HeaderClassName
{
color: #0E3825;
}
.AnyTagClassName
{
color: #0E3825;
}
</style>
background-color css
<style>
a { background-color: #0E3825; }
a { background-color: rgb(14,56,37); }
div.DivClassName
{
background-color: #0E3825;
}
.BgClassName
{
background-color: #0E3825;
}
</style>
border-color css
<style>
span { border-color: #0E3825; }
span { border-color: rgb(14,56,37); }
td.TdClassName
{
border-color: #0E3825;
}
.TagClassName
{
border-color: #0E3825;
}
</style>