Shades of Cardin Green #182C21
Tints of Cardin Green #182C21
RGB
CMYK
RGB Variations
Color information
#182C21 (or 0x182C21) is known color: Cardin Green. HEX triplet: 18, 2C and 21. RGB value is (24,44,33). Sum of RGB (Red+Green+Blue) = 24+44+33=101 (13% of max value = 765). Red value is 24 (9.77% from 255 or 23.76% from 101); Green value is 44 (17.58% from 255 or 43.56% from 101); Blue value is 33 (13.28% from 255 or 32.67% from 101); Max value from RGB is 44 - color contains mainly: green. Hex color #182C21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182C21 is #E7D3DE. Grayscale: #242424. Windows color (decimal): -15193055 or 2173976. OLE color: 2173976.
HSL color Cylindrical-coordinate representation of color #182C21: hue angle of 147º degrees, saturation: 0.29, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #182C21 is Cyan = 0.45, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 24 | 44 | 33 | - |
| CMYK | 0.45 | 0 | 0.25 | 0.83 |
| HSL | 147º | 0.29% | 0.13% | - |
| HSV(B) | 147º | 0.45% | 0.17% | - |
| XYZ | 1.55 | 2.11 | 1.76 | - |
| YUV | 36.77 | 125.87 | 118.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 44 | 33 | 0.45 | 0 | 0.25 | 0.83 | 147 | 0.29 | 0.13 |
| Hex | 18 | 2C | 21 | 2D | 0 | 19 | 53 | 93 | 1D | D |
| Octal | 30 | 54 | 41 | 55 | 0 | 31 | 123 | 223 | 35 | 15 |
| Binary | 11000 | 101100 | 100001 | 101101 | 0 | 11001 | 1010011 | 10010011 | 11101 | 1101 |
Color Harmonies of #182C21
Complementary color
Monochromatic Colors of #182C21
Black with #182C21
Text Example
Text Example
White with #182C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182C21; }
p { color: rgb(24,44,33); }
H1.HeaderClassName
{
color: #182C21;
}
.AnyTagClassName
{
color: #182C21;
}
</style>
background-color css
<style>
a { background-color: #182C21; }
a { background-color: rgb(24,44,33); }
div.DivClassName
{
background-color: #182C21;
}
.BgClassName
{
background-color: #182C21;
}
</style>
border-color css
<style>
span { border-color: #182C21; }
span { border-color: rgb(24,44,33); }
td.TdClassName
{
border-color: #182C21;
}
.TagClassName
{
border-color: #182C21;
}
</style>