Shades of Dark Slate Grey #2B4D4A
Tints of Dark Slate Grey #2B4D4A
RGB
CMYK
RGB Variations
Color information
#2B4D4A (or 0x2B4D4A) is known color: Dark Slate Grey. HEX triplet: 2B, 4D and 4A. RGB value is (43,77,74). Sum of RGB (Red+Green+Blue) = 43+77+74=194 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.16% from 194); Green value is 77 (30.47% from 255 or 39.69% from 194); Blue value is 74 (29.30% from 255 or 38.14% from 194); Max value from RGB is 77 - color contains mainly: green. Hex color #2B4D4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B4D4A is #D4B2B5. Grayscale: #424242. Windows color (decimal): -13939382 or 4869419. OLE color: 4869419.
HSL color Cylindrical-coordinate representation of color #2B4D4A: hue angle of 174.71º degrees, saturation: 0.28, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2B4D4A is Cyan = 0.44, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 43 | 77 | 74 | - |
| CMYK | 0.44 | 0 | 0.04 | 0.70 |
| HSL | 174.71º | 0.28% | 0.24% | - |
| HSV(B) | 174.71º | 0.44% | 0.3% | - |
| XYZ | 4.89 | 6.32 | 7.44 | - |
| YUV | 66.49 | 132.24 | 111.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 77 | 74 | 0.44 | 0 | 0.04 | 0.70 | 174.71 | 0.28 | 0.24 |
| Hex | 2B | 4D | 4A | 2C | 0 | 4 | 46 | AF | 1C | 18 |
| Octal | 53 | 115 | 112 | 54 | 0 | 4 | 106 | 257 | 34 | 30 |
| Binary | 101011 | 1001101 | 1001010 | 101100 | 0 | 100 | 1000110 | 10101111 | 11100 | 11000 |
Color Harmonies of #2B4D4A
Complementary color
Monochromatic Colors of #2B4D4A
Black with #2B4D4A
Text Example
Text Example
White with #2B4D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4D4A; }
p { color: rgb(43,77,74); }
H1.HeaderClassName
{
color: #2B4D4A;
}
.AnyTagClassName
{
color: #2B4D4A;
}
</style>
background-color css
<style>
a { background-color: #2B4D4A; }
a { background-color: rgb(43,77,74); }
div.DivClassName
{
background-color: #2B4D4A;
}
.BgClassName
{
background-color: #2B4D4A;
}
</style>
border-color css
<style>
span { border-color: #2B4D4A; }
span { border-color: rgb(43,77,74); }
td.TdClassName
{
border-color: #2B4D4A;
}
.TagClassName
{
border-color: #2B4D4A;
}
</style>