Shades of Cardin Green #0E3B25
Tints of Cardin Green #0E3B25
RGB
CMYK
RGB Variations
Color information
#0E3B25 (or 0x0E3B25) is known color: Cardin Green. HEX triplet: 0E, 3B and 25. RGB value is (14,59,37). Sum of RGB (Red+Green+Blue) = 14+59+37=110 (14% of max value = 765). Red value is 14 (5.86% from 255 or 12.73% from 110); Green value is 59 (23.44% from 255 or 53.64% from 110); Blue value is 37 (14.84% from 255 or 33.64% from 110); Max value from RGB is 59 - color contains mainly: green. Hex color #0E3B25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E3B25 is #F1C4DA. Grayscale: #2B2B2B. Windows color (decimal): -15844571 or 2439950. OLE color: 2439950.
HSL color Cylindrical-coordinate representation of color #0E3B25: hue angle of 150.67º degrees, saturation: 0.62, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0E3B25 is Cyan = 0.76, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 14 | 59 | 37 | - |
| CMYK | 0.76 | 0 | 0.37 | 0.77 |
| HSL | 150.67º | 0.62% | 0.14% | - |
| HSV(B) | 150.67º | 0.76% | 0.23% | - |
| XYZ | 2.08 | 3.35 | 2.29 | - |
| YUV | 43.04 | 124.59 | 107.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 59 | 37 | 0.76 | 0 | 0.37 | 0.77 | 150.67 | 0.62 | 0.14 |
| Hex | E | 3B | 25 | 4C | 0 | 25 | 4D | 97 | 3E | E |
| Octal | 16 | 73 | 45 | 114 | 0 | 45 | 115 | 227 | 76 | 16 |
| Binary | 1110 | 111011 | 100101 | 1001100 | 0 | 100101 | 1001101 | 10010111 | 111110 | 1110 |
Color Harmonies of #0E3B25
Complementary color
Monochromatic Colors of #0E3B25
Black with #0E3B25
Text Example
Text Example
White with #0E3B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3B25; }
p { color: rgb(14,59,37); }
H1.HeaderClassName
{
color: #0E3B25;
}
.AnyTagClassName
{
color: #0E3B25;
}
</style>
background-color css
<style>
a { background-color: #0E3B25; }
a { background-color: rgb(14,59,37); }
div.DivClassName
{
background-color: #0E3B25;
}
.BgClassName
{
background-color: #0E3B25;
}
</style>
border-color css
<style>
span { border-color: #0E3B25; }
span { border-color: rgb(14,59,37); }
td.TdClassName
{
border-color: #0E3B25;
}
.TagClassName
{
border-color: #0E3B25;
}
</style>