Shades of Cardin Green #202C26
Tints of Cardin Green #202C26
RGB
CMYK
RGB Variations
Color information
#202C26 (or 0x202C26) is known color: Cardin Green. HEX triplet: 20, 2C and 26. RGB value is (32,44,38). Sum of RGB (Red+Green+Blue) = 32+44+38=114 (15% of max value = 765). Red value is 32 (12.89% from 255 or 28.07% from 114); Green value is 44 (17.58% from 255 or 38.60% from 114); Blue value is 38 (15.23% from 255 or 33.33% from 114); Max value from RGB is 44 - color contains mainly: green. Hex color #202C26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202C26 is #DFD3D9. Grayscale: #272727. Windows color (decimal): -14668762 or 2501664. OLE color: 2501664.
HSL color Cylindrical-coordinate representation of color #202C26: hue angle of 150º degrees, saturation: 0.16, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #202C26 is Cyan = 0.27, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 32 | 44 | 38 | - |
| CMYK | 0.27 | 0 | 0.14 | 0.83 |
| HSL | 150º | 0.16% | 0.15% | - |
| HSV(B) | 150º | 0.27% | 0.17% | - |
| XYZ | 1.85 | 2.25 | 2.17 | - |
| YUV | 39.73 | 127.02 | 122.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 44 | 38 | 0.27 | 0 | 0.14 | 0.83 | 150 | 0.16 | 0.15 |
| Hex | 20 | 2C | 26 | 1B | 0 | E | 53 | 96 | 10 | F |
| Octal | 40 | 54 | 46 | 33 | 0 | 16 | 123 | 226 | 20 | 17 |
| Binary | 100000 | 101100 | 100110 | 11011 | 0 | 1110 | 1010011 | 10010110 | 10000 | 1111 |
Color Harmonies of #202C26
Complementary color
Monochromatic Colors of #202C26
Black with #202C26
Text Example
Text Example
White with #202C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202C26; }
p { color: rgb(32,44,38); }
H1.HeaderClassName
{
color: #202C26;
}
.AnyTagClassName
{
color: #202C26;
}
</style>
background-color css
<style>
a { background-color: #202C26; }
a { background-color: rgb(32,44,38); }
div.DivClassName
{
background-color: #202C26;
}
.BgClassName
{
background-color: #202C26;
}
</style>
border-color css
<style>
span { border-color: #202C26; }
span { border-color: rgb(32,44,38); }
td.TdClassName
{
border-color: #202C26;
}
.TagClassName
{
border-color: #202C26;
}
</style>