Shades of Dark Slate Grey #2A5150
Tints of Dark Slate Grey #2A5150
RGB
CMYK
RGB Variations
Color information
#2A5150 (or 0x2A5150) is known color: Dark Slate Grey. HEX triplet: 2A, 51 and 50. RGB value is (42,81,80). Sum of RGB (Red+Green+Blue) = 42+81+80=203 (26% of max value = 765). Red value is 42 (16.80% from 255 or 20.69% from 203); Green value is 81 (32.03% from 255 or 39.90% from 203); Blue value is 80 (31.64% from 255 or 39.41% from 203); Max value from RGB is 81 - color contains mainly: green. Hex color #2A5150 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A5150 is #D5AEAF. Grayscale: #454545. Windows color (decimal): -14003888 or 5263658. OLE color: 5263658.
HSL color Cylindrical-coordinate representation of color #2A5150: hue angle of 178.46º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2A5150 is Cyan = 0.48, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 42 | 81 | 80 | - |
| CMYK | 0.48 | 0 | 0.01 | 0.68 |
| HSL | 178.46º | 0.32% | 0.24% | - |
| HSV(B) | 178.46º | 0.48% | 0.32% | - |
| XYZ | 5.35 | 6.96 | 8.65 | - |
| YUV | 69.23 | 134.08 | 108.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 81 | 80 | 0.48 | 0 | 0.01 | 0.68 | 178.46 | 0.32 | 0.24 |
| Hex | 2A | 51 | 50 | 30 | 0 | 1 | 44 | B2 | 20 | 18 |
| Octal | 52 | 121 | 120 | 60 | 0 | 1 | 104 | 262 | 40 | 30 |
| Binary | 101010 | 1010001 | 1010000 | 110000 | 0 | 1 | 1000100 | 10110010 | 100000 | 11000 |
Color Harmonies of #2A5150
Complementary color
Monochromatic Colors of #2A5150
Black with #2A5150
Text Example
Text Example
White with #2A5150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A5150; }
p { color: rgb(42,81,80); }
H1.HeaderClassName
{
color: #2A5150;
}
.AnyTagClassName
{
color: #2A5150;
}
</style>
background-color css
<style>
a { background-color: #2A5150; }
a { background-color: rgb(42,81,80); }
div.DivClassName
{
background-color: #2A5150;
}
.BgClassName
{
background-color: #2A5150;
}
</style>
border-color css
<style>
span { border-color: #2A5150; }
span { border-color: rgb(42,81,80); }
td.TdClassName
{
border-color: #2A5150;
}
.TagClassName
{
border-color: #2A5150;
}
</style>