Shades of Cardin Green #0D2B1A
Tints of Cardin Green #0D2B1A
RGB
CMYK
RGB Variations
Color information
#0D2B1A (or 0x0D2B1A) is known color: Cardin Green. HEX triplet: 0D, 2B and 1A. RGB value is (13,43,26). Sum of RGB (Red+Green+Blue) = 13+43+26=82 (10% of max value = 765). Red value is 13 (5.47% from 255 or 15.85% from 82); Green value is 43 (17.19% from 255 or 52.44% from 82); Blue value is 26 (10.55% from 255 or 31.71% from 82); Max value from RGB is 43 - color contains mainly: green. Hex color #0D2B1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D2B1A is #F2D4E5. Grayscale: #202020. Windows color (decimal): -15914214 or 1714957. OLE color: 1714957.
HSL color Cylindrical-coordinate representation of color #0D2B1A: hue angle of 146º degrees, saturation: 0.54, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #0D2B1A is Cyan = 0.70, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 13 | 43 | 26 | - |
| CMYK | 0.70 | 0 | 0.40 | 0.83 |
| HSL | 146º | 0.54% | 0.11% | - |
| HSV(B) | 146º | 0.7% | 0.17% | - |
| XYZ | 1.22 | 1.89 | 1.28 | - |
| YUV | 32.09 | 124.56 | 114.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 43 | 26 | 0.70 | 0 | 0.40 | 0.83 | 146 | 0.54 | 0.11 |
| Hex | D | 2B | 1A | 46 | 0 | 28 | 53 | 92 | 36 | B |
| Octal | 15 | 53 | 32 | 106 | 0 | 50 | 123 | 222 | 66 | 13 |
| Binary | 1101 | 101011 | 11010 | 1000110 | 0 | 101000 | 1010011 | 10010010 | 110110 | 1011 |
Color Harmonies of #0D2B1A
Complementary color
Monochromatic Colors of #0D2B1A
Black with #0D2B1A
Text Example
Text Example
White with #0D2B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2B1A; }
p { color: rgb(13,43,26); }
H1.HeaderClassName
{
color: #0D2B1A;
}
.AnyTagClassName
{
color: #0D2B1A;
}
</style>
background-color css
<style>
a { background-color: #0D2B1A; }
a { background-color: rgb(13,43,26); }
div.DivClassName
{
background-color: #0D2B1A;
}
.BgClassName
{
background-color: #0D2B1A;
}
</style>
border-color css
<style>
span { border-color: #0D2B1A; }
span { border-color: rgb(13,43,26); }
td.TdClassName
{
border-color: #0D2B1A;
}
.TagClassName
{
border-color: #0D2B1A;
}
</style>