Shades of Cardin Green #0D331F
Tints of Cardin Green #0D331F
RGB
CMYK
RGB Variations
Color information
#0D331F (or 0x0D331F) is known color: Cardin Green. HEX triplet: 0D, 33 and 1F. RGB value is (13,51,31). Sum of RGB (Red+Green+Blue) = 13+51+31=95 (12% of max value = 765). Red value is 13 (5.47% from 255 or 13.68% from 95); Green value is 51 (20.31% from 255 or 53.68% from 95); Blue value is 31 (12.5% from 255 or 32.63% from 95); Max value from RGB is 51 - color contains mainly: green. Hex color #0D331F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D331F is #F2CCE0. Grayscale: #252525. Windows color (decimal): -15912161 or 2044685. OLE color: 2044685.
HSL color Cylindrical-coordinate representation of color #0D331F: hue angle of 148.42º 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 #0D331F is Cyan = 0.75, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 13 | 51 | 31 | - |
| CMYK | 0.75 | 0 | 0.39 | 0.8 |
| HSL | 148.42º | 0.59% | 0.13% | - |
| HSV(B) | 148.42º | 0.75% | 0.2% | - |
| XYZ | 1.6 | 2.55 | 1.7 | - |
| YUV | 37.36 | 124.41 | 110.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 51 | 31 | 0.75 | 0 | 0.39 | 0.8 | 148.42 | 0.59 | 0.13 |
| Hex | D | 33 | 1F | 4B | 0 | 27 | 50 | 94 | 3B | D |
| Octal | 15 | 63 | 37 | 113 | 0 | 47 | 120 | 224 | 73 | 15 |
| Binary | 1101 | 110011 | 11111 | 1001011 | 0 | 100111 | 1010000 | 10010100 | 111011 | 1101 |
Color Harmonies of #0D331F
Complementary color
Monochromatic Colors of #0D331F
Black with #0D331F
Text Example
Text Example
White with #0D331F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D331F; }
p { color: rgb(13,51,31); }
H1.HeaderClassName
{
color: #0D331F;
}
.AnyTagClassName
{
color: #0D331F;
}
</style>
background-color css
<style>
a { background-color: #0D331F; }
a { background-color: rgb(13,51,31); }
div.DivClassName
{
background-color: #0D331F;
}
.BgClassName
{
background-color: #0D331F;
}
</style>
border-color css
<style>
span { border-color: #0D331F; }
span { border-color: rgb(13,51,31); }
td.TdClassName
{
border-color: #0D331F;
}
.TagClassName
{
border-color: #0D331F;
}
</style>