Shades of Elephant #2A3940
Tints of Elephant #2A3940
RGB
CMYK
RGB Variations
Color information
#2A3940 (or 0x2A3940) is known color: Elephant. HEX triplet: 2A, 39 and 40. RGB value is (42,57,64). Sum of RGB (Red+Green+Blue) = 42+57+64=163 (21% of max value = 765). Red value is 42 (16.80% from 255 or 25.77% from 163); Green value is 57 (22.66% from 255 or 34.97% from 163); Blue value is 64 (25.39% from 255 or 39.26% from 163); Max value from RGB is 64 - color contains mainly: blue. Hex color #2A3940 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A3940 is #D5C6BF. Grayscale: #353535. Windows color (decimal): -14010048 or 4208938. OLE color: 4208938.
HSL color Cylindrical-coordinate representation of color #2A3940: hue angle of 199.09º degrees, saturation: 0.21, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #2A3940 is Cyan = 0.34, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 42 | 57 | 64 | - |
| CMYK | 0.34 | 0.11 | 0 | 0.75 |
| HSL | 199.09º | 0.21% | 0.21% | - |
| HSV(B) | 199.09º | 0.34% | 0.25% | - |
| XYZ | 3.34 | 3.79 | 5.41 | - |
| YUV | 53.31 | 134.03 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 57 | 64 | 0.34 | 0.11 | 0 | 0.75 | 199.09 | 0.21 | 0.21 |
| Hex | 2A | 39 | 40 | 22 | B | 0 | 4B | C7 | 15 | 15 |
| Octal | 52 | 71 | 100 | 42 | 13 | 0 | 113 | 307 | 25 | 25 |
| Binary | 101010 | 111001 | 1000000 | 100010 | 1011 | 0 | 1001011 | 11000111 | 10101 | 10101 |
Color Harmonies of #2A3940
Complementary color
Monochromatic Colors of #2A3940
Black with #2A3940
Text Example
Text Example
White with #2A3940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3940; }
p { color: rgb(42,57,64); }
H1.HeaderClassName
{
color: #2A3940;
}
.AnyTagClassName
{
color: #2A3940;
}
</style>
background-color css
<style>
a { background-color: #2A3940; }
a { background-color: rgb(42,57,64); }
div.DivClassName
{
background-color: #2A3940;
}
.BgClassName
{
background-color: #2A3940;
}
</style>
border-color css
<style>
span { border-color: #2A3940; }
span { border-color: rgb(42,57,64); }
td.TdClassName
{
border-color: #2A3940;
}
.TagClassName
{
border-color: #2A3940;
}
</style>