Shades of Elephant #2A3840
Tints of Elephant #2A3840
RGB
CMYK
RGB Variations
Color information
#2A3840 (or 0x2A3840) is known color: Elephant. HEX triplet: 2A, 38 and 40. RGB value is (42,56,64). Sum of RGB (Red+Green+Blue) = 42+56+64=162 (21% of max value = 765). Red value is 42 (16.80% from 255 or 25.93% from 162); Green value is 56 (22.27% from 255 or 34.57% from 162); Blue value is 64 (25.39% from 255 or 39.51% from 162); Max value from RGB is 64 - color contains mainly: blue. Hex color #2A3840 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A3840 is #D5C7BF. Grayscale: #343434. Windows color (decimal): -14010304 or 4208682. OLE color: 4208682.
HSL color Cylindrical-coordinate representation of color #2A3840: hue angle of 201.82º 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 #2A3840 is Cyan = 0.34, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 42 | 56 | 64 | - |
| CMYK | 0.34 | 0.13 | 0 | 0.75 |
| HSL | 201.82º | 0.21% | 0.21% | - |
| HSV(B) | 201.82º | 0.34% | 0.25% | - |
| XYZ | 3.29 | 3.69 | 5.39 | - |
| YUV | 52.73 | 134.36 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 56 | 64 | 0.34 | 0.13 | 0 | 0.75 | 201.82 | 0.21 | 0.21 |
| Hex | 2A | 38 | 40 | 22 | D | 0 | 4B | CA | 15 | 15 |
| Octal | 52 | 70 | 100 | 42 | 15 | 0 | 113 | 312 | 25 | 25 |
| Binary | 101010 | 111000 | 1000000 | 100010 | 1101 | 0 | 1001011 | 11001010 | 10101 | 10101 |
Color Harmonies of #2A3840
Complementary color
Monochromatic Colors of #2A3840
Black with #2A3840
Text Example
Text Example
White with #2A3840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3840; }
p { color: rgb(42,56,64); }
H1.HeaderClassName
{
color: #2A3840;
}
.AnyTagClassName
{
color: #2A3840;
}
</style>
background-color css
<style>
a { background-color: #2A3840; }
a { background-color: rgb(42,56,64); }
div.DivClassName
{
background-color: #2A3840;
}
.BgClassName
{
background-color: #2A3840;
}
</style>
border-color css
<style>
span { border-color: #2A3840; }
span { border-color: rgb(42,56,64); }
td.TdClassName
{
border-color: #2A3840;
}
.TagClassName
{
border-color: #2A3840;
}
</style>