Shades of Cardin Green #212F28
Tints of Cardin Green #212F28
RGB
CMYK
RGB Variations
Color information
#212F28 (or 0x212F28) is known color: Cardin Green. HEX triplet: 21, 2F and 28. RGB value is (33,47,40). Sum of RGB (Red+Green+Blue) = 33+47+40=120 (15% of max value = 765). Red value is 33 (13.28% from 255 or 27.5% from 120); Green value is 47 (18.75% from 255 or 39.17% from 120); Blue value is 40 (16.02% from 255 or 33.33% from 120); Max value from RGB is 47 - color contains mainly: green. Hex color #212F28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212F28 is #DED0D7. Grayscale: #2A2A2A. Windows color (decimal): -14602456 or 2633505. OLE color: 2633505.
HSL color Cylindrical-coordinate representation of color #212F28: hue angle of 150º degrees, saturation: 0.17, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #212F28 is Cyan = 0.30, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 33 | 47 | 40 | - |
| CMYK | 0.30 | 0 | 0.15 | 0.82 |
| HSL | 150º | 0.18% | 0.16% | - |
| HSV(B) | 150º | 0.3% | 0.18% | - |
| XYZ | 2.03 | 2.51 | 2.39 | - |
| YUV | 42.02 | 126.86 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 47 | 40 | 0.30 | 0 | 0.15 | 0.82 | 150 | 0.18 | 0.16 |
| Hex | 21 | 2F | 28 | 1E | 0 | F | 52 | 96 | 12 | 10 |
| Octal | 41 | 57 | 50 | 36 | 0 | 17 | 122 | 226 | 22 | 20 |
| Binary | 100001 | 101111 | 101000 | 11110 | 0 | 1111 | 1010010 | 10010110 | 10010 | 10000 |
Color Harmonies of #212F28
Complementary color
Monochromatic Colors of #212F28
Black with #212F28
Text Example
Text Example
White with #212F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212F28; }
p { color: rgb(33,47,40); }
H1.HeaderClassName
{
color: #212F28;
}
.AnyTagClassName
{
color: #212F28;
}
</style>
background-color css
<style>
a { background-color: #212F28; }
a { background-color: rgb(33,47,40); }
div.DivClassName
{
background-color: #212F28;
}
.BgClassName
{
background-color: #212F28;
}
</style>
border-color css
<style>
span { border-color: #212F28; }
span { border-color: rgb(33,47,40); }
td.TdClassName
{
border-color: #212F28;
}
.TagClassName
{
border-color: #212F28;
}
</style>