Shades of Cardin Green #0D2517
Tints of Cardin Green #0D2517
RGB
CMYK
RGB Variations
Color information
#0D2517 (or 0x0D2517) is known color: Cardin Green. HEX triplet: 0D, 25 and 17. RGB value is (13,37,23). Sum of RGB (Red+Green+Blue) = 13+37+23=73 (9% of max value = 765). Red value is 13 (5.47% from 255 or 17.81% from 73); Green value is 37 (14.84% from 255 or 50.68% from 73); Blue value is 23 (9.38% from 255 or 31.51% from 73); Max value from RGB is 37 - color contains mainly: green. Hex color #0D2517 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D2517 is #F2DAE8. Grayscale: #1C1C1C. Windows color (decimal): -15915753 or 1516813. OLE color: 1516813.
HSL color Cylindrical-coordinate representation of color #0D2517: hue angle of 145º degrees, saturation: 0.48, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #0D2517 is Cyan = 0.65, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 13 | 37 | 23 | - |
| CMYK | 0.65 | 0 | 0.38 | 0.85 |
| HSL | 145º | 0.48% | 0.1% | - |
| HSV(B) | 145º | 0.65% | 0.15% | - |
| XYZ | 0.98 | 1.47 | 1.04 | - |
| YUV | 28.23 | 125.05 | 117.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 37 | 23 | 0.65 | 0 | 0.38 | 0.85 | 145 | 0.48 | 0.1 |
| Hex | D | 25 | 17 | 41 | 0 | 26 | 55 | 91 | 30 | A |
| Octal | 15 | 45 | 27 | 101 | 0 | 46 | 125 | 221 | 60 | 12 |
| Binary | 1101 | 100101 | 10111 | 1000001 | 0 | 100110 | 1010101 | 10010001 | 110000 | 1010 |
Color Harmonies of #0D2517
Complementary color
Monochromatic Colors of #0D2517
Black with #0D2517
Text Example
Text Example
White with #0D2517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2517; }
p { color: rgb(13,37,23); }
H1.HeaderClassName
{
color: #0D2517;
}
.AnyTagClassName
{
color: #0D2517;
}
</style>
background-color css
<style>
a { background-color: #0D2517; }
a { background-color: rgb(13,37,23); }
div.DivClassName
{
background-color: #0D2517;
}
.BgClassName
{
background-color: #0D2517;
}
</style>
border-color css
<style>
span { border-color: #0D2517; }
span { border-color: rgb(13,37,23); }
td.TdClassName
{
border-color: #0D2517;
}
.TagClassName
{
border-color: #0D2517;
}
</style>