Shades of Cardin Green #203128
Tints of Cardin Green #203128
RGB
CMYK
RGB Variations
Color information
#203128 (or 0x203128) is known color: Cardin Green. HEX triplet: 20, 31 and 28. RGB value is (32,49,40). Sum of RGB (Red+Green+Blue) = 32+49+40=121 (16% of max value = 765). Red value is 32 (12.89% from 255 or 26.45% from 121); Green value is 49 (19.53% from 255 or 40.50% from 121); Blue value is 40 (16.02% from 255 or 33.06% from 121); Max value from RGB is 49 - color contains mainly: green. Hex color #203128 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203128 is #DFCED7. Grayscale: #2A2A2A. Windows color (decimal): -14667480 or 2634016. OLE color: 2634016.
HSL color Cylindrical-coordinate representation of color #203128: hue angle of 148.24º degrees, saturation: 0.21, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #203128 is Cyan = 0.35, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 32 | 49 | 40 | - |
| CMYK | 0.35 | 0 | 0.18 | 0.81 |
| HSL | 148.24º | 0.21% | 0.16% | - |
| HSV(B) | 148.24º | 0.35% | 0.19% | - |
| XYZ | 2.08 | 2.66 | 2.41 | - |
| YUV | 42.89 | 126.37 | 120.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 49 | 40 | 0.35 | 0 | 0.18 | 0.81 | 148.24 | 0.21 | 0.16 |
| Hex | 20 | 31 | 28 | 23 | 0 | 12 | 51 | 94 | 15 | 10 |
| Octal | 40 | 61 | 50 | 43 | 0 | 22 | 121 | 224 | 25 | 20 |
| Binary | 100000 | 110001 | 101000 | 100011 | 0 | 10010 | 1010001 | 10010100 | 10101 | 10000 |
Color Harmonies of #203128
Complementary color
Monochromatic Colors of #203128
Black with #203128
Text Example
Text Example
White with #203128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203128; }
p { color: rgb(32,49,40); }
H1.HeaderClassName
{
color: #203128;
}
.AnyTagClassName
{
color: #203128;
}
</style>
background-color css
<style>
a { background-color: #203128; }
a { background-color: rgb(32,49,40); }
div.DivClassName
{
background-color: #203128;
}
.BgClassName
{
background-color: #203128;
}
</style>
border-color css
<style>
span { border-color: #203128; }
span { border-color: rgb(32,49,40); }
td.TdClassName
{
border-color: #203128;
}
.TagClassName
{
border-color: #203128;
}
</style>