Shades of Dark Slate Grey #2A4F4B
Tints of Dark Slate Grey #2A4F4B
RGB
CMYK
RGB Variations
Color information
#2A4F4B (or 0x2A4F4B) is known color: Dark Slate Grey. HEX triplet: 2A, 4F and 4B. RGB value is (42,79,75). Sum of RGB (Red+Green+Blue) = 42+79+75=196 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.43% from 196); Green value is 79 (31.25% from 255 or 40.31% from 196); Blue value is 75 (29.69% from 255 or 38.27% from 196); Max value from RGB is 79 - color contains mainly: green. Hex color #2A4F4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A4F4B is #D5B0B4. Grayscale: #434343. Windows color (decimal): -14004405 or 4935466. OLE color: 4935466.
HSL color Cylindrical-coordinate representation of color #2A4F4B: hue angle of 173.51º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2A4F4B is Cyan = 0.47, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 42 | 79 | 75 | - |
| CMYK | 0.47 | 0 | 0.05 | 0.69 |
| HSL | 173.51º | 0.31% | 0.24% | - |
| HSV(B) | 173.51º | 0.47% | 0.31% | - |
| XYZ | 5.02 | 6.59 | 7.66 | - |
| YUV | 67.48 | 132.24 | 109.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 79 | 75 | 0.47 | 0 | 0.05 | 0.69 | 173.51 | 0.31 | 0.24 |
| Hex | 2A | 4F | 4B | 2F | 0 | 5 | 45 | AE | 1F | 18 |
| Octal | 52 | 117 | 113 | 57 | 0 | 5 | 105 | 256 | 37 | 30 |
| Binary | 101010 | 1001111 | 1001011 | 101111 | 0 | 101 | 1000101 | 10101110 | 11111 | 11000 |
Color Harmonies of #2A4F4B
Complementary color
Monochromatic Colors of #2A4F4B
Black with #2A4F4B
Text Example
Text Example
White with #2A4F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4F4B; }
p { color: rgb(42,79,75); }
H1.HeaderClassName
{
color: #2A4F4B;
}
.AnyTagClassName
{
color: #2A4F4B;
}
</style>
background-color css
<style>
a { background-color: #2A4F4B; }
a { background-color: rgb(42,79,75); }
div.DivClassName
{
background-color: #2A4F4B;
}
.BgClassName
{
background-color: #2A4F4B;
}
</style>
border-color css
<style>
span { border-color: #2A4F4B; }
span { border-color: rgb(42,79,75); }
td.TdClassName
{
border-color: #2A4F4B;
}
.TagClassName
{
border-color: #2A4F4B;
}
</style>