Shades of Cardin Green #182B21
Tints of Cardin Green #182B21
RGB
CMYK
RGB Variations
Color information
#182B21 (or 0x182B21) is known color: Cardin Green. HEX triplet: 18, 2B and 21. RGB value is (24,43,33). Sum of RGB (Red+Green+Blue) = 24+43+33=100 (13% of max value = 765). Red value is 24 (9.77% from 255 or 24% from 100); Green value is 43 (17.19% from 255 or 43% from 100); Blue value is 33 (13.28% from 255 or 33% from 100); Max value from RGB is 43 - color contains mainly: green. Hex color #182B21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182B21 is #E7D4DE. Grayscale: #242424. Windows color (decimal): -15193311 or 2173720. OLE color: 2173720.
HSL color Cylindrical-coordinate representation of color #182B21: hue angle of 148.42º degrees, saturation: 0.28, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #182B21 is Cyan = 0.44, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 24 | 43 | 33 | - |
| CMYK | 0.44 | 0 | 0.23 | 0.83 |
| HSL | 148.42º | 0.28% | 0.13% | - |
| HSV(B) | 148.42º | 0.44% | 0.17% | - |
| XYZ | 1.52 | 2.03 | 1.75 | - |
| YUV | 36.18 | 126.21 | 119.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 43 | 33 | 0.44 | 0 | 0.23 | 0.83 | 148.42 | 0.28 | 0.13 |
| Hex | 18 | 2B | 21 | 2C | 0 | 17 | 53 | 94 | 1C | D |
| Octal | 30 | 53 | 41 | 54 | 0 | 27 | 123 | 224 | 34 | 15 |
| Binary | 11000 | 101011 | 100001 | 101100 | 0 | 10111 | 1010011 | 10010100 | 11100 | 1101 |
Color Harmonies of #182B21
Complementary color
Monochromatic Colors of #182B21
Black with #182B21
Text Example
Text Example
White with #182B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182B21; }
p { color: rgb(24,43,33); }
H1.HeaderClassName
{
color: #182B21;
}
.AnyTagClassName
{
color: #182B21;
}
</style>
background-color css
<style>
a { background-color: #182B21; }
a { background-color: rgb(24,43,33); }
div.DivClassName
{
background-color: #182B21;
}
.BgClassName
{
background-color: #182B21;
}
</style>
border-color css
<style>
span { border-color: #182B21; }
span { border-color: rgb(24,43,33); }
td.TdClassName
{
border-color: #182B21;
}
.TagClassName
{
border-color: #182B21;
}
</style>