Shades of Midnight Moss #202A25
Tints of Midnight Moss #202A25
RGB
CMYK
RGB Variations
Color information
#202A25 (or 0x202A25) is known color: Midnight Moss. HEX triplet: 20, 2A and 25. RGB value is (32,42,37). Sum of RGB (Red+Green+Blue) = 32+42+37=111 (14% of max value = 765). Red value is 32 (12.89% from 255 or 28.83% from 111); Green value is 42 (16.80% from 255 or 37.84% from 111); Blue value is 37 (14.84% from 255 or 33.33% from 111); Max value from RGB is 42 - color contains mainly: green. Hex color #202A25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202A25 is #DFD5DA. Grayscale: #262626. Windows color (decimal): -14669275 or 2435616. OLE color: 2435616.
HSL color Cylindrical-coordinate representation of color #202A25: hue angle of 150º degrees, saturation: 0.14, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #202A25 is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.84.
Color convert
RGB | 32 | 42 | 37 | - |
CMYK | 0.24 | 0 | 0.12 | 0.84 |
HSL | 150º | 0.14% | 0.15% | - |
HSV(B) | 150º | 0.24% | 0.16% | - |
XYZ | 1.76 | 2.1 | 2.06 | - |
YUV | 38.44 | 127.19 | 123.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 32 | 42 | 37 | 0.24 | 0 | 0.12 | 0.84 | 150 | 0.14 | 0.15 |
Hex | 20 | 2A | 25 | 18 | 0 | C | 54 | 96 | E | F |
Octal | 40 | 52 | 45 | 30 | 0 | 14 | 124 | 226 | 16 | 17 |
Binary | 100000 | 101010 | 100101 | 11000 | 0 | 1100 | 1010100 | 10010110 | 1110 | 1111 |
Color Harmonies of #202A25
Complementary color
Monochromatic Colors of #202A25
Black with #202A25
Text Example
Text Example
White with #202A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202A25; }
p { color: rgb(32,42,37); }
H1.HeaderClassName
{
color: #202A25;
}
.AnyTagClassName
{
color: #202A25;
}
</style>
background-color css
<style>
a { background-color: #202A25; }
a { background-color: rgb(32,42,37); }
div.DivClassName
{
background-color: #202A25;
}
.BgClassName
{
background-color: #202A25;
}
</style>
border-color css
<style>
span { border-color: #202A25; }
span { border-color: rgb(32,42,37); }
td.TdClassName
{
border-color: #202A25;
}
.TagClassName
{
border-color: #202A25;
}
</style>