Shades of Cardin Green #0D2819
Tints of Cardin Green #0D2819
RGB
CMYK
RGB Variations
Color information
#0D2819 (or 0x0D2819) is known color: Cardin Green. HEX triplet: 0D, 28 and 19. RGB value is (13,40,25). Sum of RGB (Red+Green+Blue) = 13+40+25=78 (10% of max value = 765). Red value is 13 (5.47% from 255 or 16.67% from 78); Green value is 40 (16.02% from 255 or 51.28% from 78); Blue value is 25 (10.16% from 255 or 32.05% from 78); Max value from RGB is 40 - color contains mainly: green. Hex color #0D2819 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D2819 is #F2D7E6. Grayscale: #1E1E1E. Windows color (decimal): -15914983 or 1648653. OLE color: 1648653.
HSL color Cylindrical-coordinate representation of color #0D2819: hue angle of 146.67º degrees, saturation: 0.51, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #0D2819 is Cyan = 0.67, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 13 | 40 | 25 | - |
| CMYK | 0.67 | 0 | 0.38 | 0.84 |
| HSL | 146.67º | 0.51% | 0.1% | - |
| HSV(B) | 146.67º | 0.68% | 0.16% | - |
| XYZ | 1.1 | 1.67 | 1.18 | - |
| YUV | 30.22 | 125.05 | 115.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 40 | 25 | 0.67 | 0 | 0.38 | 0.84 | 146.67 | 0.51 | 0.1 |
| Hex | D | 28 | 19 | 43 | 0 | 26 | 54 | 93 | 33 | A |
| Octal | 15 | 50 | 31 | 103 | 0 | 46 | 124 | 223 | 63 | 12 |
| Binary | 1101 | 101000 | 11001 | 1000011 | 0 | 100110 | 1010100 | 10010011 | 110011 | 1010 |
Color Harmonies of #0D2819
Complementary color
Monochromatic Colors of #0D2819
Black with #0D2819
Text Example
Text Example
White with #0D2819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2819; }
p { color: rgb(13,40,25); }
H1.HeaderClassName
{
color: #0D2819;
}
.AnyTagClassName
{
color: #0D2819;
}
</style>
background-color css
<style>
a { background-color: #0D2819; }
a { background-color: rgb(13,40,25); }
div.DivClassName
{
background-color: #0D2819;
}
.BgClassName
{
background-color: #0D2819;
}
</style>
border-color css
<style>
span { border-color: #0D2819; }
span { border-color: rgb(13,40,25); }
td.TdClassName
{
border-color: #0D2819;
}
.TagClassName
{
border-color: #0D2819;
}
</style>