Shades of Cardin Green #0E3925
Tints of Cardin Green #0E3925
RGB
CMYK
RGB Variations
Color information
#0E3925 (or 0x0E3925) is known color: Cardin Green. HEX triplet: 0E, 39 and 25. RGB value is (14,57,37). Sum of RGB (Red+Green+Blue) = 14+57+37=108 (14% of max value = 765). Red value is 14 (5.86% from 255 or 12.96% from 108); Green value is 57 (22.66% from 255 or 52.78% from 108); Blue value is 37 (14.84% from 255 or 34.26% from 108); Max value from RGB is 57 - color contains mainly: green. Hex color #0E3925 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E3925 is #F1C6DA. Grayscale: #292929. Windows color (decimal): -15845083 or 2439438. OLE color: 2439438.
HSL color Cylindrical-coordinate representation of color #0E3925: hue angle of 152.09º degrees, saturation: 0.61, 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 #0E3925 is Cyan = 0.75, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 14 | 57 | 37 | - |
| CMYK | 0.75 | 0 | 0.35 | 0.78 |
| HSL | 152.09º | 0.61% | 0.14% | - |
| HSV(B) | 152.09º | 0.75% | 0.22% | - |
| XYZ | 1.98 | 3.15 | 2.25 | - |
| YUV | 41.86 | 125.25 | 108.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 57 | 37 | 0.75 | 0 | 0.35 | 0.78 | 152.09 | 0.61 | 0.14 |
| Hex | E | 39 | 25 | 4B | 0 | 23 | 4E | 98 | 3D | E |
| Octal | 16 | 71 | 45 | 113 | 0 | 43 | 116 | 230 | 75 | 16 |
| Binary | 1110 | 111001 | 100101 | 1001011 | 0 | 100011 | 1001110 | 10011000 | 111101 | 1110 |
Color Harmonies of #0E3925
Complementary color
Monochromatic Colors of #0E3925
Black with #0E3925
Text Example
Text Example
White with #0E3925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3925; }
p { color: rgb(14,57,37); }
H1.HeaderClassName
{
color: #0E3925;
}
.AnyTagClassName
{
color: #0E3925;
}
</style>
background-color css
<style>
a { background-color: #0E3925; }
a { background-color: rgb(14,57,37); }
div.DivClassName
{
background-color: #0E3925;
}
.BgClassName
{
background-color: #0E3925;
}
</style>
border-color css
<style>
span { border-color: #0E3925; }
span { border-color: rgb(14,57,37); }
td.TdClassName
{
border-color: #0E3925;
}
.TagClassName
{
border-color: #0E3925;
}
</style>