Shades of Cardin Green #202C27
Tints of Cardin Green #202C27
RGB
CMYK
RGB Variations
Color information
#202C27 (or 0x202C27) is known color: Cardin Green. HEX triplet: 20, 2C and 27. RGB value is (32,44,39). Sum of RGB (Red+Green+Blue) = 32+44+39=115 (15% of max value = 765). Red value is 32 (12.89% from 255 or 27.83% from 115); Green value is 44 (17.58% from 255 or 38.26% from 115); Blue value is 39 (15.62% from 255 or 33.91% from 115); Max value from RGB is 44 - color contains mainly: green. Hex color #202C27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202C27 is #DFD3D8. Grayscale: #272727. Windows color (decimal): -14668761 or 2567200. OLE color: 2567200.
HSL color Cylindrical-coordinate representation of color #202C27: hue angle of 155º 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 #202C27 is Cyan = 0.27, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 32 | 44 | 39 | - |
| CMYK | 0.27 | 0 | 0.11 | 0.83 |
| HSL | 155º | 0.16% | 0.15% | - |
| HSV(B) | 155º | 0.27% | 0.17% | - |
| XYZ | 1.86 | 2.25 | 2.26 | - |
| YUV | 39.84 | 127.52 | 122.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 44 | 39 | 0.27 | 0 | 0.11 | 0.83 | 155 | 0.16 | 0.15 |
| Hex | 20 | 2C | 27 | 1B | 0 | B | 53 | 9B | 10 | F |
| Octal | 40 | 54 | 47 | 33 | 0 | 13 | 123 | 233 | 20 | 17 |
| Binary | 100000 | 101100 | 100111 | 11011 | 0 | 1011 | 1010011 | 10011011 | 10000 | 1111 |
Color Harmonies of #202C27
Complementary color
Monochromatic Colors of #202C27
Black with #202C27
Text Example
Text Example
White with #202C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202C27; }
p { color: rgb(32,44,39); }
H1.HeaderClassName
{
color: #202C27;
}
.AnyTagClassName
{
color: #202C27;
}
</style>
background-color css
<style>
a { background-color: #202C27; }
a { background-color: rgb(32,44,39); }
div.DivClassName
{
background-color: #202C27;
}
.BgClassName
{
background-color: #202C27;
}
</style>
border-color css
<style>
span { border-color: #202C27; }
span { border-color: rgb(32,44,39); }
td.TdClassName
{
border-color: #202C27;
}
.TagClassName
{
border-color: #202C27;
}
</style>