Shades of Cardin Green #202D27
Tints of Cardin Green #202D27
RGB
CMYK
RGB Variations
Color information
#202D27 (or 0x202D27) is known color: Cardin Green. HEX triplet: 20, 2D and 27. RGB value is (32,45,39). Sum of RGB (Red+Green+Blue) = 32+45+39=116 (15% of max value = 765). Red value is 32 (12.89% from 255 or 27.59% from 116); Green value is 45 (17.97% from 255 or 38.79% from 116); Blue value is 39 (15.62% from 255 or 33.62% from 116); Max value from RGB is 45 - color contains mainly: green. Hex color #202D27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202D27 is #DFD2D8. Grayscale: #282828. Windows color (decimal): -14668505 or 2567456. OLE color: 2567456.
HSL color Cylindrical-coordinate representation of color #202D27: hue angle of 152.31º degrees, saturation: 0.17, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #202D27 is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 32 | 45 | 39 | - |
| CMYK | 0.29 | 0 | 0.13 | 0.82 |
| HSL | 152.31º | 0.17% | 0.15% | - |
| HSV(B) | 152.31º | 0.29% | 0.18% | - |
| XYZ | 1.9 | 2.33 | 2.27 | - |
| YUV | 40.43 | 127.19 | 121.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 45 | 39 | 0.29 | 0 | 0.13 | 0.82 | 152.31 | 0.17 | 0.15 |
| Hex | 20 | 2D | 27 | 1D | 0 | D | 52 | 98 | 11 | F |
| Octal | 40 | 55 | 47 | 35 | 0 | 15 | 122 | 230 | 21 | 17 |
| Binary | 100000 | 101101 | 100111 | 11101 | 0 | 1101 | 1010010 | 10011000 | 10001 | 1111 |
Color Harmonies of #202D27
Complementary color
Monochromatic Colors of #202D27
Black with #202D27
Text Example
Text Example
White with #202D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202D27; }
p { color: rgb(32,45,39); }
H1.HeaderClassName
{
color: #202D27;
}
.AnyTagClassName
{
color: #202D27;
}
</style>
background-color css
<style>
a { background-color: #202D27; }
a { background-color: rgb(32,45,39); }
div.DivClassName
{
background-color: #202D27;
}
.BgClassName
{
background-color: #202D27;
}
</style>
border-color css
<style>
span { border-color: #202D27; }
span { border-color: rgb(32,45,39); }
td.TdClassName
{
border-color: #202D27;
}
.TagClassName
{
border-color: #202D27;
}
</style>