Shades of Dark Slate Grey #2A5250
Tints of Dark Slate Grey #2A5250
RGB
CMYK
RGB Variations
Color information
#2A5250 (or 0x2A5250) is known color: Dark Slate Grey. HEX triplet: 2A, 52 and 50. RGB value is (42,82,80). Sum of RGB (Red+Green+Blue) = 42+82+80=204 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.59% from 204); Green value is 82 (32.42% from 255 or 40.20% from 204); Blue value is 80 (31.64% from 255 or 39.22% from 204); Max value from RGB is 82 - color contains mainly: green. Hex color #2A5250 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A5250 is #D5ADAF. Grayscale: #454545. Windows color (decimal): -14003632 or 5263914. OLE color: 5263914.
HSL color Cylindrical-coordinate representation of color #2A5250: hue angle of 177º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2A5250 is Cyan = 0.49, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 42 | 82 | 80 | - |
| CMYK | 0.49 | 0 | 0.02 | 0.68 |
| HSL | 177º | 0.32% | 0.24% | - |
| HSV(B) | 177º | 0.49% | 0.32% | - |
| XYZ | 5.42 | 7.11 | 8.68 | - |
| YUV | 69.81 | 133.75 | 108.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 82 | 80 | 0.49 | 0 | 0.02 | 0.68 | 177 | 0.32 | 0.24 |
| Hex | 2A | 52 | 50 | 31 | 0 | 2 | 44 | B1 | 20 | 18 |
| Octal | 52 | 122 | 120 | 61 | 0 | 2 | 104 | 261 | 40 | 30 |
| Binary | 101010 | 1010010 | 1010000 | 110001 | 0 | 10 | 1000100 | 10110001 | 100000 | 11000 |
Color Harmonies of #2A5250
Complementary color
Monochromatic Colors of #2A5250
Black with #2A5250
Text Example
Text Example
White with #2A5250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A5250; }
p { color: rgb(42,82,80); }
H1.HeaderClassName
{
color: #2A5250;
}
.AnyTagClassName
{
color: #2A5250;
}
</style>
background-color css
<style>
a { background-color: #2A5250; }
a { background-color: rgb(42,82,80); }
div.DivClassName
{
background-color: #2A5250;
}
.BgClassName
{
background-color: #2A5250;
}
</style>
border-color css
<style>
span { border-color: #2A5250; }
span { border-color: rgb(42,82,80); }
td.TdClassName
{
border-color: #2A5250;
}
.TagClassName
{
border-color: #2A5250;
}
</style>