Shades of Cardin Green #0E3321
Tints of Cardin Green #0E3321
RGB
CMYK
RGB Variations
Color information
#0E3321 (or 0x0E3321) is known color: Cardin Green. HEX triplet: 0E, 33 and 21. RGB value is (14,51,33). Sum of RGB (Red+Green+Blue) = 14+51+33=98 (12% of max value = 765). Red value is 14 (5.86% from 255 or 14.29% from 98); Green value is 51 (20.31% from 255 or 52.04% from 98); Blue value is 33 (13.28% from 255 or 33.67% from 98); Max value from RGB is 51 - color contains mainly: green. Hex color #0E3321 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E3321 is #F1CCDE. Grayscale: #252525. Windows color (decimal): -15846623 or 2175758. OLE color: 2175758.
HSL color Cylindrical-coordinate representation of color #0E3321: hue angle of 150.81º degrees, saturation: 0.57, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0E3321 is Cyan = 0.73, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 14 | 51 | 33 | - |
| CMYK | 0.73 | 0 | 0.35 | 0.8 |
| HSL | 150.81º | 0.57% | 0.13% | - |
| HSV(B) | 150.81º | 0.73% | 0.2% | - |
| XYZ | 1.64 | 2.57 | 1.85 | - |
| YUV | 37.89 | 125.24 | 110.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 51 | 33 | 0.73 | 0 | 0.35 | 0.8 | 150.81 | 0.57 | 0.13 |
| Hex | E | 33 | 21 | 49 | 0 | 23 | 50 | 97 | 39 | D |
| Octal | 16 | 63 | 41 | 111 | 0 | 43 | 120 | 227 | 71 | 15 |
| Binary | 1110 | 110011 | 100001 | 1001001 | 0 | 100011 | 1010000 | 10010111 | 111001 | 1101 |
Color Harmonies of #0E3321
Complementary color
Monochromatic Colors of #0E3321
Black with #0E3321
Text Example
Text Example
White with #0E3321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3321; }
p { color: rgb(14,51,33); }
H1.HeaderClassName
{
color: #0E3321;
}
.AnyTagClassName
{
color: #0E3321;
}
</style>
background-color css
<style>
a { background-color: #0E3321; }
a { background-color: rgb(14,51,33); }
div.DivClassName
{
background-color: #0E3321;
}
.BgClassName
{
background-color: #0E3321;
}
</style>
border-color css
<style>
span { border-color: #0E3321; }
span { border-color: rgb(14,51,33); }
td.TdClassName
{
border-color: #0E3321;
}
.TagClassName
{
border-color: #0E3321;
}
</style>