Shades of Cardin Green #212C27
Tints of Cardin Green #212C27
RGB
CMYK
RGB Variations
Color information
#212C27 (or 0x212C27) is known color: Cardin Green. HEX triplet: 21, 2C and 27. RGB value is (33,44,39). Sum of RGB (Red+Green+Blue) = 33+44+39=116 (15% of max value = 765). Red value is 33 (13.28% from 255 or 28.45% from 116); Green value is 44 (17.58% from 255 or 37.93% from 116); Blue value is 39 (15.62% from 255 or 33.62% from 116); Max value from RGB is 44 - color contains mainly: green. Hex color #212C27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212C27 is #DED3D8. Grayscale: #282828. Windows color (decimal): -14603225 or 2567201. OLE color: 2567201.
HSL color Cylindrical-coordinate representation of color #212C27: hue angle of 152.73º degrees, saturation: 0.14, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #212C27 is Cyan = 0.25, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 33 | 44 | 39 | - |
| CMYK | 0.25 | 0 | 0.11 | 0.83 |
| HSL | 152.73º | 0.14% | 0.15% | - |
| HSV(B) | 152.73º | 0.25% | 0.17% | - |
| XYZ | 1.89 | 2.27 | 2.26 | - |
| YUV | 40.14 | 127.36 | 122.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 44 | 39 | 0.25 | 0 | 0.11 | 0.83 | 152.73 | 0.14 | 0.15 |
| Hex | 21 | 2C | 27 | 19 | 0 | B | 53 | 99 | E | F |
| Octal | 41 | 54 | 47 | 31 | 0 | 13 | 123 | 231 | 16 | 17 |
| Binary | 100001 | 101100 | 100111 | 11001 | 0 | 1011 | 1010011 | 10011001 | 1110 | 1111 |
Color Harmonies of #212C27
Complementary color
Monochromatic Colors of #212C27
Black with #212C27
Text Example
Text Example
White with #212C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212C27; }
p { color: rgb(33,44,39); }
H1.HeaderClassName
{
color: #212C27;
}
.AnyTagClassName
{
color: #212C27;
}
</style>
background-color css
<style>
a { background-color: #212C27; }
a { background-color: rgb(33,44,39); }
div.DivClassName
{
background-color: #212C27;
}
.BgClassName
{
background-color: #212C27;
}
</style>
border-color css
<style>
span { border-color: #212C27; }
span { border-color: rgb(33,44,39); }
td.TdClassName
{
border-color: #212C27;
}
.TagClassName
{
border-color: #212C27;
}
</style>