Shades of Midnight Moss #202F27
Tints of Midnight Moss #202F27
RGB
CMYK
RGB Variations
Color information
#202F27 (or 0x202F27) is known color: Midnight Moss. HEX triplet: 20, 2F and 27. RGB value is (32,47,39). Sum of RGB (Red+Green+Blue) = 32+47+39=118 (15% of max value = 765). Red value is 32 (12.89% from 255 or 27.12% from 118); Green value is 47 (18.75% from 255 or 39.83% from 118); Blue value is 39 (15.62% from 255 or 33.05% from 118); Max value from RGB is 47 - color contains mainly: green. Hex color #202F27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202F27 is #DFD0D8. Grayscale: #292929. Windows color (decimal): -14667993 or 2567968. OLE color: 2567968.
HSL color Cylindrical-coordinate representation of color #202F27: hue angle of 148º degrees, saturation: 0.19, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #202F27 is Cyan = 0.32, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 32 | 47 | 39 | - |
| CMYK | 0.32 | 0 | 0.17 | 0.82 |
| HSL | 148º | 0.19% | 0.15% | - |
| HSV(B) | 148º | 0.32% | 0.18% | - |
| XYZ | 1.98 | 2.49 | 2.3 | - |
| YUV | 41.6 | 126.53 | 121.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 47 | 39 | 0.32 | 0 | 0.17 | 0.82 | 148 | 0.19 | 0.15 |
| Hex | 20 | 2F | 27 | 20 | 0 | 11 | 52 | 94 | 13 | F |
| Octal | 40 | 57 | 47 | 40 | 0 | 21 | 122 | 224 | 23 | 17 |
| Binary | 100000 | 101111 | 100111 | 100000 | 0 | 10001 | 1010010 | 10010100 | 10011 | 1111 |
Color Harmonies of #202F27
Complementary color
Monochromatic Colors of #202F27
Black with #202F27
Text Example
Text Example
White with #202F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202F27; }
p { color: rgb(32,47,39); }
H1.HeaderClassName
{
color: #202F27;
}
.AnyTagClassName
{
color: #202F27;
}
</style>
background-color css
<style>
a { background-color: #202F27; }
a { background-color: rgb(32,47,39); }
div.DivClassName
{
background-color: #202F27;
}
.BgClassName
{
background-color: #202F27;
}
</style>
border-color css
<style>
span { border-color: #202F27; }
span { border-color: rgb(32,47,39); }
td.TdClassName
{
border-color: #202F27;
}
.TagClassName
{
border-color: #202F27;
}
</style>