Shades of Cardin Green #21312A
Tints of Cardin Green #21312A
RGB
CMYK
RGB Variations
Color information
#21312A (or 0x21312A) is known color: Cardin Green. HEX triplet: 21, 31 and 2A. RGB value is (33,49,42). Sum of RGB (Red+Green+Blue) = 33+49+42=124 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.61% from 124); Green value is 49 (19.53% from 255 or 39.52% from 124); Blue value is 42 (16.80% from 255 or 33.87% from 124); Max value from RGB is 49 - color contains mainly: green. Hex color #21312A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21312A is #DECED5. Grayscale: #2B2B2B. Windows color (decimal): -14601942 or 2765089. OLE color: 2765089.
HSL color Cylindrical-coordinate representation of color #21312A: hue angle of 153.75º degrees, saturation: 0.2, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #21312A is Cyan = 0.33, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 33 | 49 | 42 | - |
| CMYK | 0.33 | 0 | 0.14 | 0.81 |
| HSL | 153.75º | 0.2% | 0.16% | - |
| HSV(B) | 153.75º | 0.33% | 0.19% | - |
| XYZ | 2.14 | 2.69 | 2.6 | - |
| YUV | 43.42 | 127.2 | 120.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 49 | 42 | 0.33 | 0 | 0.14 | 0.81 | 153.75 | 0.2 | 0.16 |
| Hex | 21 | 31 | 2A | 21 | 0 | E | 51 | 9A | 14 | 10 |
| Octal | 41 | 61 | 52 | 41 | 0 | 16 | 121 | 232 | 24 | 20 |
| Binary | 100001 | 110001 | 101010 | 100001 | 0 | 1110 | 1010001 | 10011010 | 10100 | 10000 |
Color Harmonies of #21312A
Complementary color
Monochromatic Colors of #21312A
Black with #21312A
Text Example
Text Example
White with #21312A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21312A; }
p { color: rgb(33,49,42); }
H1.HeaderClassName
{
color: #21312A;
}
.AnyTagClassName
{
color: #21312A;
}
</style>
background-color css
<style>
a { background-color: #21312A; }
a { background-color: rgb(33,49,42); }
div.DivClassName
{
background-color: #21312A;
}
.BgClassName
{
background-color: #21312A;
}
</style>
border-color css
<style>
span { border-color: #21312A; }
span { border-color: rgb(33,49,42); }
td.TdClassName
{
border-color: #21312A;
}
.TagClassName
{
border-color: #21312A;
}
</style>