Shades of Cardin Green #162A1F
Tints of Cardin Green #162A1F
RGB
CMYK
RGB Variations
Color information
#162A1F (or 0x162A1F) is known color: Cardin Green. HEX triplet: 16, 2A and 1F. RGB value is (22,42,31). Sum of RGB (Red+Green+Blue) = 22+42+31=95 (12% of max value = 765). Red value is 22 (8.98% from 255 or 23.16% from 95); Green value is 42 (16.80% from 255 or 44.21% from 95); Blue value is 31 (12.5% from 255 or 32.63% from 95); Max value from RGB is 42 - color contains mainly: green. Hex color #162A1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #162A1F is #E9D5E0. Grayscale: #222222. Windows color (decimal): -15324641 or 2042390. OLE color: 2042390.
HSL color Cylindrical-coordinate representation of color #162A1F: hue angle of 147º degrees, saturation: 0.31, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #162A1F is Cyan = 0.48, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 22 | 42 | 31 | - |
| CMYK | 0.48 | 0 | 0.26 | 0.84 |
| HSL | 147º | 0.31% | 0.13% | - |
| HSV(B) | 147º | 0.48% | 0.16% | - |
| XYZ | 1.41 | 1.93 | 1.59 | - |
| YUV | 34.77 | 125.87 | 118.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 42 | 31 | 0.48 | 0 | 0.26 | 0.84 | 147 | 0.31 | 0.13 |
| Hex | 16 | 2A | 1F | 30 | 0 | 1A | 54 | 93 | 1F | D |
| Octal | 26 | 52 | 37 | 60 | 0 | 32 | 124 | 223 | 37 | 15 |
| Binary | 10110 | 101010 | 11111 | 110000 | 0 | 11010 | 1010100 | 10010011 | 11111 | 1101 |
Color Harmonies of #162A1F
Complementary color
Monochromatic Colors of #162A1F
Black with #162A1F
Text Example
Text Example
White with #162A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162A1F; }
p { color: rgb(22,42,31); }
H1.HeaderClassName
{
color: #162A1F;
}
.AnyTagClassName
{
color: #162A1F;
}
</style>
background-color css
<style>
a { background-color: #162A1F; }
a { background-color: rgb(22,42,31); }
div.DivClassName
{
background-color: #162A1F;
}
.BgClassName
{
background-color: #162A1F;
}
</style>
border-color css
<style>
span { border-color: #162A1F; }
span { border-color: rgb(22,42,31); }
td.TdClassName
{
border-color: #162A1F;
}
.TagClassName
{
border-color: #162A1F;
}
</style>