Shades of Cardin Green #101F16
Tints of Cardin Green #101F16
RGB
CMYK
RGB Variations
Color information
#101F16 (or 0x101F16) is known color: Cardin Green. HEX triplet: 10, 1F and 16. RGB value is (16,31,22). Sum of RGB (Red+Green+Blue) = 16+31+22=69 (9% of max value = 765). Red value is 16 (6.64% from 255 or 23.19% from 69); Green value is 31 (12.5% from 255 or 44.93% from 69); Blue value is 22 (8.98% from 255 or 31.88% from 69); Max value from RGB is 31 - color contains mainly: green. Hex color #101F16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #101F16 is #EFE0E9. Grayscale: #191919. Windows color (decimal): -15720682 or 1449744. OLE color: 1449744.
HSL color Cylindrical-coordinate representation of color #101F16: hue angle of 144º degrees, saturation: 0.32, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #101F16 is Cyan = 0.48, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 16 | 31 | 22 | - |
| CMYK | 0.48 | 0 | 0.29 | 0.88 |
| HSL | 144º | 0.32% | 0.09% | - |
| HSV(B) | 144º | 0.48% | 0.12% | - |
| XYZ | 0.85 | 1.15 | 0.94 | - |
| YUV | 25.49 | 126.03 | 121.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 31 | 22 | 0.48 | 0 | 0.29 | 0.88 | 144 | 0.32 | 0.09 |
| Hex | 10 | 1F | 16 | 30 | 0 | 1D | 58 | 90 | 20 | 9 |
| Octal | 20 | 37 | 26 | 60 | 0 | 35 | 130 | 220 | 40 | 11 |
| Binary | 10000 | 11111 | 10110 | 110000 | 0 | 11101 | 1011000 | 10010000 | 100000 | 1001 |
Color Harmonies of #101F16
Complementary color
Monochromatic Colors of #101F16
Black with #101F16
Text Example
Text Example
White with #101F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101F16; }
p { color: rgb(16,31,22); }
H1.HeaderClassName
{
color: #101F16;
}
.AnyTagClassName
{
color: #101F16;
}
</style>
background-color css
<style>
a { background-color: #101F16; }
a { background-color: rgb(16,31,22); }
div.DivClassName
{
background-color: #101F16;
}
.BgClassName
{
background-color: #101F16;
}
</style>
border-color css
<style>
span { border-color: #101F16; }
span { border-color: rgb(16,31,22); }
td.TdClassName
{
border-color: #101F16;
}
.TagClassName
{
border-color: #101F16;
}
</style>