Shades of Cardin Green #16251C
Tints of Cardin Green #16251C
RGB
CMYK
RGB Variations
Color information
#16251C (or 0x16251C) is known color: Cardin Green. HEX triplet: 16, 25 and 1C. RGB value is (22,37,28). Sum of RGB (Red+Green+Blue) = 22+37+28=87 (11% of max value = 765). Red value is 22 (8.98% from 255 or 25.29% from 87); Green value is 37 (14.84% from 255 or 42.53% from 87); Blue value is 28 (11.33% from 255 or 32.18% from 87); Max value from RGB is 37 - color contains mainly: green. Hex color #16251C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16251C is #E9DAE3. Grayscale: #1F1F1F. Windows color (decimal): -15325924 or 1844502. OLE color: 1844502.
HSL color Cylindrical-coordinate representation of color #16251C: hue angle of 144º degrees, saturation: 0.25, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #16251C is Cyan = 0.41, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 22 | 37 | 28 | - |
| CMYK | 0.41 | 0 | 0.24 | 0.85 |
| HSL | 144º | 0.25% | 0.12% | - |
| HSV(B) | 144º | 0.41% | 0.15% | - |
| XYZ | 1.2 | 1.58 | 1.34 | - |
| YUV | 31.49 | 126.03 | 121.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 37 | 28 | 0.41 | 0 | 0.24 | 0.85 | 144 | 0.25 | 0.12 |
| Hex | 16 | 25 | 1C | 29 | 0 | 18 | 55 | 90 | 19 | C |
| Octal | 26 | 45 | 34 | 51 | 0 | 30 | 125 | 220 | 31 | 14 |
| Binary | 10110 | 100101 | 11100 | 101001 | 0 | 11000 | 1010101 | 10010000 | 11001 | 1100 |
Color Harmonies of #16251C
Complementary color
Monochromatic Colors of #16251C
Black with #16251C
Text Example
Text Example
White with #16251C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16251C; }
p { color: rgb(22,37,28); }
H1.HeaderClassName
{
color: #16251C;
}
.AnyTagClassName
{
color: #16251C;
}
</style>
background-color css
<style>
a { background-color: #16251C; }
a { background-color: rgb(22,37,28); }
div.DivClassName
{
background-color: #16251C;
}
.BgClassName
{
background-color: #16251C;
}
</style>
border-color css
<style>
span { border-color: #16251C; }
span { border-color: rgb(22,37,28); }
td.TdClassName
{
border-color: #16251C;
}
.TagClassName
{
border-color: #16251C;
}
</style>