Shades of Cardin Green #101D16
Tints of Cardin Green #101D16
RGB
CMYK
RGB Variations
Color information
#101D16 (or 0x101D16) is known color: Cardin Green. HEX triplet: 10, 1D and 16. RGB value is (16,29,22). Sum of RGB (Red+Green+Blue) = 16+29+22=67 (8% of max value = 765). Red value is 16 (6.64% from 255 or 23.88% from 67); Green value is 29 (11.72% from 255 or 43.28% from 67); Blue value is 22 (8.98% from 255 or 32.84% from 67); Max value from RGB is 29 - color contains mainly: green. Hex color #101D16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #101D16 is #EFE2E9. Grayscale: #181818. Windows color (decimal): -15721194 or 1449232. OLE color: 1449232.
HSL color Cylindrical-coordinate representation of color #101D16: hue angle of 147.69º degrees, saturation: 0.29, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #101D16 is Cyan = 0.45, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 16 | 29 | 22 | - |
| CMYK | 0.45 | 0 | 0.24 | 0.89 |
| HSL | 147.69º | 0.29% | 0.09% | - |
| HSV(B) | 147.69º | 0.45% | 0.11% | - |
| XYZ | 0.8 | 1.05 | 0.92 | - |
| YUV | 24.32 | 126.69 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 29 | 22 | 0.45 | 0 | 0.24 | 0.89 | 147.69 | 0.29 | 0.09 |
| Hex | 10 | 1D | 16 | 2D | 0 | 18 | 59 | 94 | 1D | 9 |
| Octal | 20 | 35 | 26 | 55 | 0 | 30 | 131 | 224 | 35 | 11 |
| Binary | 10000 | 11101 | 10110 | 101101 | 0 | 11000 | 1011001 | 10010100 | 11101 | 1001 |
Color Harmonies of #101D16
Complementary color
Monochromatic Colors of #101D16
Black with #101D16
Text Example
Text Example
White with #101D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101D16; }
p { color: rgb(16,29,22); }
H1.HeaderClassName
{
color: #101D16;
}
.AnyTagClassName
{
color: #101D16;
}
</style>
background-color css
<style>
a { background-color: #101D16; }
a { background-color: rgb(16,29,22); }
div.DivClassName
{
background-color: #101D16;
}
.BgClassName
{
background-color: #101D16;
}
</style>
border-color css
<style>
span { border-color: #101D16; }
span { border-color: rgb(16,29,22); }
td.TdClassName
{
border-color: #101D16;
}
.TagClassName
{
border-color: #101D16;
}
</style>