Shades of Cardin Green #16271D
Tints of Cardin Green #16271D
RGB
CMYK
RGB Variations
Color information
#16271D (or 0x16271D) is known color: Cardin Green. HEX triplet: 16, 27 and 1D. RGB value is (22,39,29). Sum of RGB (Red+Green+Blue) = 22+39+29=90 (11% of max value = 765). Red value is 22 (8.98% from 255 or 24.44% from 90); Green value is 39 (15.62% from 255 or 43.33% from 90); Blue value is 29 (11.72% from 255 or 32.22% from 90); Max value from RGB is 39 - color contains mainly: green. Hex color #16271D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16271D is #E9D8E2. Grayscale: #202020. Windows color (decimal): -15325411 or 1910550. OLE color: 1910550.
HSL color Cylindrical-coordinate representation of color #16271D: hue angle of 144.71º 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 #16271D is Cyan = 0.44, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 22 | 39 | 29 | - |
| CMYK | 0.44 | 0 | 0.26 | 0.85 |
| HSL | 144.71º | 0.28% | 0.12% | - |
| HSV(B) | 144.71º | 0.44% | 0.15% | - |
| XYZ | 1.28 | 1.71 | 1.43 | - |
| YUV | 32.78 | 125.87 | 120.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 39 | 29 | 0.44 | 0 | 0.26 | 0.85 | 144.71 | 0.28 | 0.12 |
| Hex | 16 | 27 | 1D | 2C | 0 | 1A | 55 | 91 | 1C | C |
| Octal | 26 | 47 | 35 | 54 | 0 | 32 | 125 | 221 | 34 | 14 |
| Binary | 10110 | 100111 | 11101 | 101100 | 0 | 11010 | 1010101 | 10010001 | 11100 | 1100 |
Color Harmonies of #16271D
Complementary color
Monochromatic Colors of #16271D
Black with #16271D
Text Example
Text Example
White with #16271D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16271D; }
p { color: rgb(22,39,29); }
H1.HeaderClassName
{
color: #16271D;
}
.AnyTagClassName
{
color: #16271D;
}
</style>
background-color css
<style>
a { background-color: #16271D; }
a { background-color: rgb(22,39,29); }
div.DivClassName
{
background-color: #16271D;
}
.BgClassName
{
background-color: #16271D;
}
</style>
border-color css
<style>
span { border-color: #16271D; }
span { border-color: rgb(22,39,29); }
td.TdClassName
{
border-color: #16271D;
}
.TagClassName
{
border-color: #16271D;
}
</style>