Shades of Cardin Green #0D3320
Tints of Cardin Green #0D3320
RGB
CMYK
RGB Variations
Color information
#0D3320 (or 0x0D3320) is known color: Cardin Green. HEX triplet: 0D, 33 and 20. RGB value is (13,51,32). Sum of RGB (Red+Green+Blue) = 13+51+32=96 (12% of max value = 765). Red value is 13 (5.47% from 255 or 13.54% from 96); Green value is 51 (20.31% from 255 or 53.12% from 96); Blue value is 32 (12.89% from 255 or 33.33% from 96); Max value from RGB is 51 - color contains mainly: green. Hex color #0D3320 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D3320 is #F2CCDF. Grayscale: #252525. Windows color (decimal): -15912160 or 2110221. OLE color: 2110221.
HSL color Cylindrical-coordinate representation of color #0D3320: hue angle of 150º degrees, saturation: 0.59, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0D3320 is Cyan = 0.75, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 13 | 51 | 32 | - |
| CMYK | 0.75 | 0 | 0.37 | 0.8 |
| HSL | 150º | 0.59% | 0.13% | - |
| HSV(B) | 150º | 0.75% | 0.2% | - |
| XYZ | 1.61 | 2.56 | 1.78 | - |
| YUV | 37.47 | 124.91 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 51 | 32 | 0.75 | 0 | 0.37 | 0.8 | 150 | 0.59 | 0.13 |
| Hex | D | 33 | 20 | 4B | 0 | 25 | 50 | 96 | 3B | D |
| Octal | 15 | 63 | 40 | 113 | 0 | 45 | 120 | 226 | 73 | 15 |
| Binary | 1101 | 110011 | 100000 | 1001011 | 0 | 100101 | 1010000 | 10010110 | 111011 | 1101 |
Color Harmonies of #0D3320
Complementary color
Monochromatic Colors of #0D3320
Black with #0D3320
Text Example
Text Example
White with #0D3320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3320; }
p { color: rgb(13,51,32); }
H1.HeaderClassName
{
color: #0D3320;
}
.AnyTagClassName
{
color: #0D3320;
}
</style>
background-color css
<style>
a { background-color: #0D3320; }
a { background-color: rgb(13,51,32); }
div.DivClassName
{
background-color: #0D3320;
}
.BgClassName
{
background-color: #0D3320;
}
</style>
border-color css
<style>
span { border-color: #0D3320; }
span { border-color: rgb(13,51,32); }
td.TdClassName
{
border-color: #0D3320;
}
.TagClassName
{
border-color: #0D3320;
}
</style>