Shades of Cardin Green #16231C
Tints of Cardin Green #16231C
RGB
CMYK
RGB Variations
Color information
#16231C (or 0x16231C) is known color: Cardin Green. HEX triplet: 16, 23 and 1C. RGB value is (22,35,28). Sum of RGB (Red+Green+Blue) = 22+35+28=85 (11% of max value = 765). Red value is 22 (8.98% from 255 or 25.88% from 85); Green value is 35 (14.06% from 255 or 41.18% from 85); Blue value is 28 (11.33% from 255 or 32.94% from 85); Max value from RGB is 35 - color contains mainly: green. Hex color #16231C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16231C is #E9DCE3. Grayscale: #1E1E1E. Windows color (decimal): -15326436 or 1843990. OLE color: 1843990.
HSL color Cylindrical-coordinate representation of color #16231C: hue angle of 147.69º degrees, saturation: 0.23, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #16231C is Cyan = 0.37, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 22 | 35 | 28 | - |
| CMYK | 0.37 | 0 | 0.20 | 0.86 |
| HSL | 147.69º | 0.23% | 0.11% | - |
| HSV(B) | 147.69º | 0.37% | 0.14% | - |
| XYZ | 1.14 | 1.46 | 1.32 | - |
| YUV | 30.32 | 126.69 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 35 | 28 | 0.37 | 0 | 0.20 | 0.86 | 147.69 | 0.23 | 0.11 |
| Hex | 16 | 23 | 1C | 25 | 0 | 14 | 56 | 94 | 17 | B |
| Octal | 26 | 43 | 34 | 45 | 0 | 24 | 126 | 224 | 27 | 13 |
| Binary | 10110 | 100011 | 11100 | 100101 | 0 | 10100 | 1010110 | 10010100 | 10111 | 1011 |
Color Harmonies of #16231C
Complementary color
Monochromatic Colors of #16231C
Black with #16231C
Text Example
Text Example
White with #16231C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16231C; }
p { color: rgb(22,35,28); }
H1.HeaderClassName
{
color: #16231C;
}
.AnyTagClassName
{
color: #16231C;
}
</style>
background-color css
<style>
a { background-color: #16231C; }
a { background-color: rgb(22,35,28); }
div.DivClassName
{
background-color: #16231C;
}
.BgClassName
{
background-color: #16231C;
}
</style>
border-color css
<style>
span { border-color: #16231C; }
span { border-color: rgb(22,35,28); }
td.TdClassName
{
border-color: #16231C;
}
.TagClassName
{
border-color: #16231C;
}
</style>