Shades of Cardin Green #0D2215
Tints of Cardin Green #0D2215
RGB
CMYK
RGB Variations
Color information
#0D2215 (or 0x0D2215) is known color: Cardin Green. HEX triplet: 0D, 22 and 15. RGB value is (13,34,21). Sum of RGB (Red+Green+Blue) = 13+34+21=68 (9% of max value = 765). Red value is 13 (5.47% from 255 or 19.12% from 68); Green value is 34 (13.67% from 255 or 50% from 68); Blue value is 21 (8.59% from 255 or 30.88% from 68); Max value from RGB is 34 - color contains mainly: green. Hex color #0D2215 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D2215 is #F2DDEA. Grayscale: #1A1A1A. Windows color (decimal): -15916523 or 1384973. OLE color: 1384973.
HSL color Cylindrical-coordinate representation of color #0D2215: hue angle of 142.86º degrees, saturation: 0.45, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #0D2215 is Cyan = 0.62, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 13 | 34 | 21 | - |
| CMYK | 0.62 | 0 | 0.38 | 0.87 |
| HSL | 142.86º | 0.45% | 0.09% | - |
| HSV(B) | 142.86º | 0.62% | 0.13% | - |
| XYZ | 0.87 | 1.28 | 0.91 | - |
| YUV | 26.24 | 125.04 | 118.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 34 | 21 | 0.62 | 0 | 0.38 | 0.87 | 142.86 | 0.45 | 0.09 |
| Hex | D | 22 | 15 | 3E | 0 | 26 | 57 | 8F | 2D | 9 |
| Octal | 15 | 42 | 25 | 76 | 0 | 46 | 127 | 217 | 55 | 11 |
| Binary | 1101 | 100010 | 10101 | 111110 | 0 | 100110 | 1010111 | 10001111 | 101101 | 1001 |
Color Harmonies of #0D2215
Complementary color
Monochromatic Colors of #0D2215
Black with #0D2215
Text Example
Text Example
White with #0D2215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2215; }
p { color: rgb(13,34,21); }
H1.HeaderClassName
{
color: #0D2215;
}
.AnyTagClassName
{
color: #0D2215;
}
</style>
background-color css
<style>
a { background-color: #0D2215; }
a { background-color: rgb(13,34,21); }
div.DivClassName
{
background-color: #0D2215;
}
.BgClassName
{
background-color: #0D2215;
}
</style>
border-color css
<style>
span { border-color: #0D2215; }
span { border-color: rgb(13,34,21); }
td.TdClassName
{
border-color: #0D2215;
}
.TagClassName
{
border-color: #0D2215;
}
</style>