Shades of Cardin Green #0E3924
Tints of Cardin Green #0E3924
RGB
CMYK
RGB Variations
Color information
#0E3924 (or 0x0E3924) is known color: Cardin Green. HEX triplet: 0E, 39 and 24. RGB value is (14,57,36). Sum of RGB (Red+Green+Blue) = 14+57+36=107 (14% of max value = 765). Red value is 14 (5.86% from 255 or 13.08% from 107); Green value is 57 (22.66% from 255 or 53.27% from 107); Blue value is 36 (14.45% from 255 or 33.64% from 107); Max value from RGB is 57 - color contains mainly: green. Hex color #0E3924 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E3924 is #F1C6DB. Grayscale: #292929. Windows color (decimal): -15845084 or 2373902. OLE color: 2373902.
HSL color Cylindrical-coordinate representation of color #0E3924: hue angle of 150.7º 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 #0E3924 is Cyan = 0.75, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 14 | 57 | 36 | - |
| CMYK | 0.75 | 0 | 0.37 | 0.78 |
| HSL | 150.7º | 0.61% | 0.14% | - |
| HSV(B) | 150.7º | 0.75% | 0.22% | - |
| XYZ | 1.96 | 3.15 | 2.17 | - |
| YUV | 41.75 | 124.75 | 108.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 57 | 36 | 0.75 | 0 | 0.37 | 0.78 | 150.7 | 0.61 | 0.14 |
| Hex | E | 39 | 24 | 4B | 0 | 25 | 4E | 97 | 3D | E |
| Octal | 16 | 71 | 44 | 113 | 0 | 45 | 116 | 227 | 75 | 16 |
| Binary | 1110 | 111001 | 100100 | 1001011 | 0 | 100101 | 1001110 | 10010111 | 111101 | 1110 |
Color Harmonies of #0E3924
Complementary color
Monochromatic Colors of #0E3924
Black with #0E3924
Text Example
Text Example
White with #0E3924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3924; }
p { color: rgb(14,57,36); }
H1.HeaderClassName
{
color: #0E3924;
}
.AnyTagClassName
{
color: #0E3924;
}
</style>
background-color css
<style>
a { background-color: #0E3924; }
a { background-color: rgb(14,57,36); }
div.DivClassName
{
background-color: #0E3924;
}
.BgClassName
{
background-color: #0E3924;
}
</style>
border-color css
<style>
span { border-color: #0E3924; }
span { border-color: rgb(14,57,36); }
td.TdClassName
{
border-color: #0E3924;
}
.TagClassName
{
border-color: #0E3924;
}
</style>