Shades of Cardin Green #163A28
Tints of Cardin Green #163A28
RGB
CMYK
RGB Variations
Color information
#163A28 (or 0x163A28) is known color: Cardin Green. HEX triplet: 16, 3A and 28. RGB value is (22,58,40). Sum of RGB (Red+Green+Blue) = 22+58+40=120 (15% of max value = 765). Red value is 22 (8.98% from 255 or 18.33% from 120); Green value is 58 (23.05% from 255 or 48.33% from 120); Blue value is 40 (16.02% from 255 or 33.33% from 120); Max value from RGB is 58 - color contains mainly: green. Hex color #163A28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163A28 is #E9C5D7. Grayscale: #2D2D2D. Windows color (decimal): -15320536 or 2636310. OLE color: 2636310.
HSL color Cylindrical-coordinate representation of color #163A28: hue angle of 150º degrees, saturation: 0.45, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #163A28 is Cyan = 0.62, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 22 | 58 | 40 | - |
| CMYK | 0.62 | 0 | 0.31 | 0.77 |
| HSL | 150º | 0.45% | 0.16% | - |
| HSV(B) | 150º | 0.62% | 0.23% | - |
| XYZ | 2.23 | 3.35 | 2.54 | - |
| YUV | 45.18 | 125.07 | 111.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 58 | 40 | 0.62 | 0 | 0.31 | 0.77 | 150 | 0.45 | 0.16 |
| Hex | 16 | 3A | 28 | 3E | 0 | 1F | 4D | 96 | 2D | 10 |
| Octal | 26 | 72 | 50 | 76 | 0 | 37 | 115 | 226 | 55 | 20 |
| Binary | 10110 | 111010 | 101000 | 111110 | 0 | 11111 | 1001101 | 10010110 | 101101 | 10000 |
Color Harmonies of #163A28
Complementary color
Monochromatic Colors of #163A28
Black with #163A28
Text Example
Text Example
White with #163A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163A28; }
p { color: rgb(22,58,40); }
H1.HeaderClassName
{
color: #163A28;
}
.AnyTagClassName
{
color: #163A28;
}
</style>
background-color css
<style>
a { background-color: #163A28; }
a { background-color: rgb(22,58,40); }
div.DivClassName
{
background-color: #163A28;
}
.BgClassName
{
background-color: #163A28;
}
</style>
border-color css
<style>
span { border-color: #163A28; }
span { border-color: rgb(22,58,40); }
td.TdClassName
{
border-color: #163A28;
}
.TagClassName
{
border-color: #163A28;
}
</style>