Shades of Cardin Green #0D1F14
Tints of Cardin Green #0D1F14
RGB
CMYK
RGB Variations
Color information
#0D1F14 (or 0x0D1F14) is known color: Cardin Green. HEX triplet: 0D, 1F and 14. RGB value is (13,31,20). Sum of RGB (Red+Green+Blue) = 13+31+20=64 (8% of max value = 765). Red value is 13 (5.47% from 255 or 20.31% from 64); Green value is 31 (12.5% from 255 or 48.44% from 64); Blue value is 20 (8.20% from 255 or 31.25% from 64); Max value from RGB is 31 - color contains mainly: green. Hex color #0D1F14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D1F14 is #F2E0EB. Grayscale: #181818. Windows color (decimal): -15917292 or 1318669. OLE color: 1318669.
HSL color Cylindrical-coordinate representation of color #0D1F14: hue angle of 143.33º degrees, saturation: 0.41, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #0D1F14 is Cyan = 0.58, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 13 | 31 | 20 | - |
| CMYK | 0.58 | 0 | 0.35 | 0.88 |
| HSL | 143.33º | 0.41% | 0.09% | - |
| HSV(B) | 143.33º | 0.58% | 0.12% | - |
| XYZ | 0.78 | 1.12 | 0.84 | - |
| YUV | 24.36 | 125.54 | 119.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 31 | 20 | 0.58 | 0 | 0.35 | 0.88 | 143.33 | 0.41 | 0.09 |
| Hex | D | 1F | 14 | 3A | 0 | 23 | 58 | 8F | 29 | 9 |
| Octal | 15 | 37 | 24 | 72 | 0 | 43 | 130 | 217 | 51 | 11 |
| Binary | 1101 | 11111 | 10100 | 111010 | 0 | 100011 | 1011000 | 10001111 | 101001 | 1001 |
Color Harmonies of #0D1F14
Complementary color
Monochromatic Colors of #0D1F14
Black with #0D1F14
Text Example
Text Example
White with #0D1F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1F14; }
p { color: rgb(13,31,20); }
H1.HeaderClassName
{
color: #0D1F14;
}
.AnyTagClassName
{
color: #0D1F14;
}
</style>
background-color css
<style>
a { background-color: #0D1F14; }
a { background-color: rgb(13,31,20); }
div.DivClassName
{
background-color: #0D1F14;
}
.BgClassName
{
background-color: #0D1F14;
}
</style>
border-color css
<style>
span { border-color: #0D1F14; }
span { border-color: rgb(13,31,20); }
td.TdClassName
{
border-color: #0D1F14;
}
.TagClassName
{
border-color: #0D1F14;
}
</style>