Shades of Cardin Green #202E27
Tints of Cardin Green #202E27
RGB
CMYK
RGB Variations
Color information
#202E27 (or 0x202E27) is known color: Cardin Green. HEX triplet: 20, 2E and 27. RGB value is (32,46,39). Sum of RGB (Red+Green+Blue) = 32+46+39=117 (15% of max value = 765). Red value is 32 (12.89% from 255 or 27.35% from 117); Green value is 46 (18.36% from 255 or 39.32% from 117); Blue value is 39 (15.62% from 255 or 33.33% from 117); Max value from RGB is 46 - color contains mainly: green. Hex color #202E27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202E27 is #DFD1D8. Grayscale: #292929. Windows color (decimal): -14668249 or 2567712. OLE color: 2567712.
HSL color Cylindrical-coordinate representation of color #202E27: hue angle of 150º degrees, saturation: 0.18, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #202E27 is Cyan = 0.30, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 32 | 46 | 39 | - |
| CMYK | 0.30 | 0 | 0.15 | 0.82 |
| HSL | 150º | 0.18% | 0.15% | - |
| HSV(B) | 150º | 0.3% | 0.18% | - |
| XYZ | 1.94 | 2.41 | 2.28 | - |
| YUV | 41.02 | 126.86 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 46 | 39 | 0.30 | 0 | 0.15 | 0.82 | 150 | 0.18 | 0.15 |
| Hex | 20 | 2E | 27 | 1E | 0 | F | 52 | 96 | 12 | F |
| Octal | 40 | 56 | 47 | 36 | 0 | 17 | 122 | 226 | 22 | 17 |
| Binary | 100000 | 101110 | 100111 | 11110 | 0 | 1111 | 1010010 | 10010110 | 10010 | 1111 |
Color Harmonies of #202E27
Complementary color
Monochromatic Colors of #202E27
Black with #202E27
Text Example
Text Example
White with #202E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202E27; }
p { color: rgb(32,46,39); }
H1.HeaderClassName
{
color: #202E27;
}
.AnyTagClassName
{
color: #202E27;
}
</style>
background-color css
<style>
a { background-color: #202E27; }
a { background-color: rgb(32,46,39); }
div.DivClassName
{
background-color: #202E27;
}
.BgClassName
{
background-color: #202E27;
}
</style>
border-color css
<style>
span { border-color: #202E27; }
span { border-color: rgb(32,46,39); }
td.TdClassName
{
border-color: #202E27;
}
.TagClassName
{
border-color: #202E27;
}
</style>