Shades of Cardin Green #16382C
Tints of Cardin Green #16382C
RGB
CMYK
RGB Variations
Color information
#16382C (or 0x16382C) is known color: Cardin Green. HEX triplet: 16, 38 and 2C. RGB value is (22,56,44). Sum of RGB (Red+Green+Blue) = 22+56+44=122 (16% of max value = 765). Red value is 22 (8.98% from 255 or 18.03% from 122); Green value is 56 (22.27% from 255 or 45.90% from 122); Blue value is 44 (17.58% from 255 or 36.07% from 122); Max value from RGB is 56 - color contains mainly: green. Hex color #16382C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16382C is #E9C7D3. Grayscale: #2C2C2C. Windows color (decimal): -15321044 or 2897942. OLE color: 2897942.
HSL color Cylindrical-coordinate representation of color #16382C: hue angle of 158.82º degrees, saturation: 0.44, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #16382C is Cyan = 0.61, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 22 | 56 | 44 | - |
| CMYK | 0.61 | 0 | 0.21 | 0.78 |
| HSL | 158.82º | 0.44% | 0.15% | - |
| HSV(B) | 158.82º | 0.61% | 0.22% | - |
| XYZ | 2.2 | 3.18 | 2.88 | - |
| YUV | 44.47 | 127.74 | 111.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 56 | 44 | 0.61 | 0 | 0.21 | 0.78 | 158.82 | 0.44 | 0.15 |
| Hex | 16 | 38 | 2C | 3D | 0 | 15 | 4E | 9F | 2C | F |
| Octal | 26 | 70 | 54 | 75 | 0 | 25 | 116 | 237 | 54 | 17 |
| Binary | 10110 | 111000 | 101100 | 111101 | 0 | 10101 | 1001110 | 10011111 | 101100 | 1111 |
Color Harmonies of #16382C
Complementary color
Monochromatic Colors of #16382C
Black with #16382C
Text Example
Text Example
White with #16382C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16382C; }
p { color: rgb(22,56,44); }
H1.HeaderClassName
{
color: #16382C;
}
.AnyTagClassName
{
color: #16382C;
}
</style>
background-color css
<style>
a { background-color: #16382C; }
a { background-color: rgb(22,56,44); }
div.DivClassName
{
background-color: #16382C;
}
.BgClassName
{
background-color: #16382C;
}
</style>
border-color css
<style>
span { border-color: #16382C; }
span { border-color: rgb(22,56,44); }
td.TdClassName
{
border-color: #16382C;
}
.TagClassName
{
border-color: #16382C;
}
</style>