Shades of Cardin Green #18221E
Tints of Cardin Green #18221E
RGB
CMYK
RGB Variations
Color information
#18221E (or 0x18221E) is known color: Cardin Green. HEX triplet: 18, 22 and 1E. RGB value is (24,34,30). Sum of RGB (Red+Green+Blue) = 24+34+30=88 (11% of max value = 765). Red value is 24 (9.77% from 255 or 27.27% from 88); Green value is 34 (13.67% from 255 or 38.64% from 88); Blue value is 30 (12.11% from 255 or 34.09% from 88); Max value from RGB is 34 - color contains mainly: green. Hex color #18221E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18221E is #E7DDE1. Grayscale: #1E1E1E. Windows color (decimal): -15195618 or 1974808. OLE color: 1974808.
HSL color Cylindrical-coordinate representation of color #18221E: hue angle of 156º degrees, saturation: 0.17, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #18221E is Cyan = 0.29, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 24 | 34 | 30 | - |
| CMYK | 0.29 | 0 | 0.12 | 0.87 |
| HSL | 156º | 0.17% | 0.11% | - |
| HSV(B) | 156º | 0.29% | 0.13% | - |
| XYZ | 1.18 | 1.43 | 1.44 | - |
| YUV | 30.55 | 127.69 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 34 | 30 | 0.29 | 0 | 0.12 | 0.87 | 156 | 0.17 | 0.11 |
| Hex | 18 | 22 | 1E | 1D | 0 | C | 57 | 9C | 11 | B |
| Octal | 30 | 42 | 36 | 35 | 0 | 14 | 127 | 234 | 21 | 13 |
| Binary | 11000 | 100010 | 11110 | 11101 | 0 | 1100 | 1010111 | 10011100 | 10001 | 1011 |
Color Harmonies of #18221E
Complementary color
Monochromatic Colors of #18221E
Black with #18221E
Text Example
Text Example
White with #18221E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18221E; }
p { color: rgb(24,34,30); }
H1.HeaderClassName
{
color: #18221E;
}
.AnyTagClassName
{
color: #18221E;
}
</style>
background-color css
<style>
a { background-color: #18221E; }
a { background-color: rgb(24,34,30); }
div.DivClassName
{
background-color: #18221E;
}
.BgClassName
{
background-color: #18221E;
}
</style>
border-color css
<style>
span { border-color: #18221E; }
span { border-color: rgb(24,34,30); }
td.TdClassName
{
border-color: #18221E;
}
.TagClassName
{
border-color: #18221E;
}
</style>