Shades of Cardin Green #161C19
Tints of Cardin Green #161C19
RGB
CMYK
RGB Variations
Color information
#161C19 (or 0x161C19) is known color: Cardin Green. HEX triplet: 16, 1C and 19. RGB value is (22,28,25). Sum of RGB (Red+Green+Blue) = 22+28+25=75 (9% of max value = 765). Red value is 22 (8.98% from 255 or 29.33% from 75); Green value is 28 (11.33% from 255 or 37.33% from 75); Blue value is 25 (10.16% from 255 or 33.33% from 75); Max value from RGB is 28 - color contains mainly: green. Hex color #161C19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #161C19 is #E9E3E6. Grayscale: #191919. Windows color (decimal): -15328231 or 1645590. OLE color: 1645590.
HSL color Cylindrical-coordinate representation of color #161C19: hue angle of 150º degrees, saturation: 0.12, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #161C19 is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 22 | 28 | 25 | - |
| CMYK | 0.21 | 0 | 0.11 | 0.89 |
| HSL | 150º | 0.12% | 0.1% | - |
| HSV(B) | 150º | 0.21% | 0.11% | - |
| XYZ | 0.92 | 1.07 | 1.08 | - |
| YUV | 25.86 | 127.51 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 28 | 25 | 0.21 | 0 | 0.11 | 0.89 | 150 | 0.12 | 0.1 |
| Hex | 16 | 1C | 19 | 15 | 0 | B | 59 | 96 | C | A |
| Octal | 26 | 34 | 31 | 25 | 0 | 13 | 131 | 226 | 14 | 12 |
| Binary | 10110 | 11100 | 11001 | 10101 | 0 | 1011 | 1011001 | 10010110 | 1100 | 1010 |
Color Harmonies of #161C19
Complementary color
Monochromatic Colors of #161C19
Black with #161C19
Text Example
Text Example
White with #161C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161C19; }
p { color: rgb(22,28,25); }
H1.HeaderClassName
{
color: #161C19;
}
.AnyTagClassName
{
color: #161C19;
}
</style>
background-color css
<style>
a { background-color: #161C19; }
a { background-color: rgb(22,28,25); }
div.DivClassName
{
background-color: #161C19;
}
.BgClassName
{
background-color: #161C19;
}
</style>
border-color css
<style>
span { border-color: #161C19; }
span { border-color: rgb(22,28,25); }
td.TdClassName
{
border-color: #161C19;
}
.TagClassName
{
border-color: #161C19;
}
</style>