Shades of Cardin Green #16261D
Tints of Cardin Green #16261D
RGB
CMYK
RGB Variations
Color information
#16261D (or 0x16261D) is known color: Cardin Green. HEX triplet: 16, 26 and 1D. RGB value is (22,38,29). Sum of RGB (Red+Green+Blue) = 22+38+29=89 (11% of max value = 765). Red value is 22 (8.98% from 255 or 24.72% from 89); Green value is 38 (15.23% from 255 or 42.70% from 89); Blue value is 29 (11.72% from 255 or 32.58% from 89); Max value from RGB is 38 - color contains mainly: green. Hex color #16261D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16261D is #E9D9E2. Grayscale: #202020. Windows color (decimal): -15325667 or 1910294. OLE color: 1910294.
HSL color Cylindrical-coordinate representation of color #16261D: hue angle of 146.25º degrees, saturation: 0.27, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #16261D is Cyan = 0.42, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 22 | 38 | 29 | - |
| CMYK | 0.42 | 0 | 0.24 | 0.85 |
| HSL | 146.25º | 0.27% | 0.12% | - |
| HSV(B) | 146.25º | 0.42% | 0.15% | - |
| XYZ | 1.25 | 1.65 | 1.41 | - |
| YUV | 32.19 | 126.2 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 38 | 29 | 0.42 | 0 | 0.24 | 0.85 | 146.25 | 0.27 | 0.12 |
| Hex | 16 | 26 | 1D | 2A | 0 | 18 | 55 | 92 | 1B | C |
| Octal | 26 | 46 | 35 | 52 | 0 | 30 | 125 | 222 | 33 | 14 |
| Binary | 10110 | 100110 | 11101 | 101010 | 0 | 11000 | 1010101 | 10010010 | 11011 | 1100 |
Color Harmonies of #16261D
Complementary color
Monochromatic Colors of #16261D
Black with #16261D
Text Example
Text Example
White with #16261D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16261D; }
p { color: rgb(22,38,29); }
H1.HeaderClassName
{
color: #16261D;
}
.AnyTagClassName
{
color: #16261D;
}
</style>
background-color css
<style>
a { background-color: #16261D; }
a { background-color: rgb(22,38,29); }
div.DivClassName
{
background-color: #16261D;
}
.BgClassName
{
background-color: #16261D;
}
</style>
border-color css
<style>
span { border-color: #16261D; }
span { border-color: rgb(22,38,29); }
td.TdClassName
{
border-color: #16261D;
}
.TagClassName
{
border-color: #16261D;
}
</style>