Shades of Cardin Green #212A26
Tints of Cardin Green #212A26
RGB
CMYK
RGB Variations
Color information
#212A26 (or 0x212A26) is known color: Cardin Green. HEX triplet: 21, 2A and 26. RGB value is (33,42,38). Sum of RGB (Red+Green+Blue) = 33+42+38=113 (14% of max value = 765). Red value is 33 (13.28% from 255 or 29.20% from 113); Green value is 42 (16.80% from 255 or 37.17% from 113); Blue value is 38 (15.23% from 255 or 33.63% from 113); Max value from RGB is 42 - color contains mainly: green. Hex color #212A26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212A26 is #DED5D9. Grayscale: #262626. Windows color (decimal): -14603738 or 2501153. OLE color: 2501153.
HSL color Cylindrical-coordinate representation of color #212A26: hue angle of 153.33º degrees, saturation: 0.12, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #212A26 is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 33 | 42 | 38 | - |
| CMYK | 0.21 | 0 | 0.10 | 0.84 |
| HSL | 153.33º | 0.12% | 0.15% | - |
| HSV(B) | 153.33º | 0.21% | 0.16% | - |
| XYZ | 1.81 | 2.12 | 2.15 | - |
| YUV | 38.85 | 127.52 | 123.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 42 | 38 | 0.21 | 0 | 0.10 | 0.84 | 153.33 | 0.12 | 0.15 |
| Hex | 21 | 2A | 26 | 15 | 0 | A | 54 | 99 | C | F |
| Octal | 41 | 52 | 46 | 25 | 0 | 12 | 124 | 231 | 14 | 17 |
| Binary | 100001 | 101010 | 100110 | 10101 | 0 | 1010 | 1010100 | 10011001 | 1100 | 1111 |
Color Harmonies of #212A26
Complementary color
Monochromatic Colors of #212A26
Black with #212A26
Text Example
Text Example
White with #212A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212A26; }
p { color: rgb(33,42,38); }
H1.HeaderClassName
{
color: #212A26;
}
.AnyTagClassName
{
color: #212A26;
}
</style>
background-color css
<style>
a { background-color: #212A26; }
a { background-color: rgb(33,42,38); }
div.DivClassName
{
background-color: #212A26;
}
.BgClassName
{
background-color: #212A26;
}
</style>
border-color css
<style>
span { border-color: #212A26; }
span { border-color: rgb(33,42,38); }
td.TdClassName
{
border-color: #212A26;
}
.TagClassName
{
border-color: #212A26;
}
</style>