Shades of Midnight Moss #252D28
Tints of Midnight Moss #252D28
RGB
CMYK
RGB Variations
Color information
#252D28 (or 0x252D28) is known color: Midnight Moss. HEX triplet: 25, 2D and 28. RGB value is (37,45,40). Sum of RGB (Red+Green+Blue) = 37+45+40=122 (16% of max value = 765). Red value is 37 (14.84% from 255 or 30.33% from 122); Green value is 45 (17.97% from 255 or 36.89% from 122); Blue value is 40 (16.02% from 255 or 32.79% from 122); Max value from RGB is 45 - color contains mainly: green. Hex color #252D28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252D28 is #DAD2D7. Grayscale: #2A2A2A. Windows color (decimal): -14340824 or 2632997. OLE color: 2632997.
HSL color Cylindrical-coordinate representation of color #252D28: hue angle of 142.5º degrees, saturation: 0.1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #252D28 is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 37 | 45 | 40 | - |
| CMYK | 0.18 | 0 | 0.11 | 0.82 |
| HSL | 142.5º | 0.1% | 0.16% | - |
| HSV(B) | 142.5º | 0.18% | 0.18% | - |
| XYZ | 2.08 | 2.42 | 2.37 | - |
| YUV | 42.04 | 126.85 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 45 | 40 | 0.18 | 0 | 0.11 | 0.82 | 142.5 | 0.1 | 0.16 |
| Hex | 25 | 2D | 28 | 12 | 0 | B | 52 | 8E | A | 10 |
| Octal | 45 | 55 | 50 | 22 | 0 | 13 | 122 | 216 | 12 | 20 |
| Binary | 100101 | 101101 | 101000 | 10010 | 0 | 1011 | 1010010 | 10001110 | 1010 | 10000 |
Color Harmonies of #252D28
Complementary color
Monochromatic Colors of #252D28
Black with #252D28
Text Example
Text Example
White with #252D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252D28; }
p { color: rgb(37,45,40); }
H1.HeaderClassName
{
color: #252D28;
}
.AnyTagClassName
{
color: #252D28;
}
</style>
background-color css
<style>
a { background-color: #252D28; }
a { background-color: rgb(37,45,40); }
div.DivClassName
{
background-color: #252D28;
}
.BgClassName
{
background-color: #252D28;
}
</style>
border-color css
<style>
span { border-color: #252D28; }
span { border-color: rgb(37,45,40); }
td.TdClassName
{
border-color: #252D28;
}
.TagClassName
{
border-color: #252D28;
}
</style>