Shades of Cardin Green #16231E
Tints of Cardin Green #16231E
RGB
CMYK
RGB Variations
Color information
#16231E (or 0x16231E) is known color: Cardin Green. HEX triplet: 16, 23 and 1E. RGB value is (22,35,30). Sum of RGB (Red+Green+Blue) = 22+35+30=87 (11% of max value = 765). Red value is 22 (8.98% from 255 or 25.29% from 87); Green value is 35 (14.06% from 255 or 40.23% from 87); Blue value is 30 (12.11% from 255 or 34.48% from 87); Max value from RGB is 35 - color contains mainly: green. Hex color #16231E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16231E is #E9DCE1. Grayscale: #1E1E1E. Windows color (decimal): -15326434 or 1975062. OLE color: 1975062.
HSL color Cylindrical-coordinate representation of color #16231E: hue angle of 156.92º 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 #16231E is Cyan = 0.37, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 22 | 35 | 30 | - |
| CMYK | 0.37 | 0 | 0.14 | 0.86 |
| HSL | 156.92º | 0.23% | 0.11% | - |
| HSV(B) | 156.92º | 0.37% | 0.14% | - |
| XYZ | 1.17 | 1.47 | 1.45 | - |
| YUV | 30.54 | 127.69 | 121.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 35 | 30 | 0.37 | 0 | 0.14 | 0.86 | 156.92 | 0.23 | 0.11 |
| Hex | 16 | 23 | 1E | 25 | 0 | E | 56 | 9D | 17 | B |
| Octal | 26 | 43 | 36 | 45 | 0 | 16 | 126 | 235 | 27 | 13 |
| Binary | 10110 | 100011 | 11110 | 100101 | 0 | 1110 | 1010110 | 10011101 | 10111 | 1011 |
Color Harmonies of #16231E
Complementary color
Monochromatic Colors of #16231E
Black with #16231E
Text Example
Text Example
White with #16231E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16231E; }
p { color: rgb(22,35,30); }
H1.HeaderClassName
{
color: #16231E;
}
.AnyTagClassName
{
color: #16231E;
}
</style>
background-color css
<style>
a { background-color: #16231E; }
a { background-color: rgb(22,35,30); }
div.DivClassName
{
background-color: #16231E;
}
.BgClassName
{
background-color: #16231E;
}
</style>
border-color css
<style>
span { border-color: #16231E; }
span { border-color: rgb(22,35,30); }
td.TdClassName
{
border-color: #16231E;
}
.TagClassName
{
border-color: #16231E;
}
</style>