Shades of Cardin Green #16271E
Tints of Cardin Green #16271E
RGB
CMYK
RGB Variations
Color information
#16271E (or 0x16271E) is known color: Cardin Green. HEX triplet: 16, 27 and 1E. RGB value is (22,39,30). Sum of RGB (Red+Green+Blue) = 22+39+30=91 (12% of max value = 765). Red value is 22 (8.98% from 255 or 24.18% from 91); Green value is 39 (15.62% from 255 or 42.86% from 91); Blue value is 30 (12.11% from 255 or 32.97% from 91); Max value from RGB is 39 - color contains mainly: green. Hex color #16271E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16271E is #E9D8E1. Grayscale: #202020. Windows color (decimal): -15325410 or 1976086. OLE color: 1976086.
HSL color Cylindrical-coordinate representation of color #16271E: hue angle of 148.24º degrees, saturation: 0.28, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #16271E is Cyan = 0.44, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 22 | 39 | 30 | - |
| CMYK | 0.44 | 0 | 0.23 | 0.85 |
| HSL | 148.24º | 0.28% | 0.12% | - |
| HSV(B) | 148.24º | 0.44% | 0.15% | - |
| XYZ | 1.29 | 1.72 | 1.49 | - |
| YUV | 32.89 | 126.37 | 120.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 39 | 30 | 0.44 | 0 | 0.23 | 0.85 | 148.24 | 0.28 | 0.12 |
| Hex | 16 | 27 | 1E | 2C | 0 | 17 | 55 | 94 | 1C | C |
| Octal | 26 | 47 | 36 | 54 | 0 | 27 | 125 | 224 | 34 | 14 |
| Binary | 10110 | 100111 | 11110 | 101100 | 0 | 10111 | 1010101 | 10010100 | 11100 | 1100 |
Color Harmonies of #16271E
Complementary color
Monochromatic Colors of #16271E
Black with #16271E
Text Example
Text Example
White with #16271E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16271E; }
p { color: rgb(22,39,30); }
H1.HeaderClassName
{
color: #16271E;
}
.AnyTagClassName
{
color: #16271E;
}
</style>
background-color css
<style>
a { background-color: #16271E; }
a { background-color: rgb(22,39,30); }
div.DivClassName
{
background-color: #16271E;
}
.BgClassName
{
background-color: #16271E;
}
</style>
border-color css
<style>
span { border-color: #16271E; }
span { border-color: rgb(22,39,30); }
td.TdClassName
{
border-color: #16271E;
}
.TagClassName
{
border-color: #16271E;
}
</style>