Shades of Elephant #2A3944
Tints of Elephant #2A3944
RGB
CMYK
RGB Variations
Color information
#2A3944 (or 0x2A3944) is known color: Elephant. HEX triplet: 2A, 39 and 44. RGB value is (42,57,68). Sum of RGB (Red+Green+Blue) = 42+57+68=167 (22% of max value = 765). Red value is 42 (16.80% from 255 or 25.15% from 167); Green value is 57 (22.66% from 255 or 34.13% from 167); Blue value is 68 (26.95% from 255 or 40.72% from 167); Max value from RGB is 68 - color contains mainly: blue. Hex color #2A3944 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A3944 is #D5C6BB. Grayscale: #353535. Windows color (decimal): -14010044 or 4471082. OLE color: 4471082.
HSL color Cylindrical-coordinate representation of color #2A3944: hue angle of 205.38º degrees, saturation: 0.24, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #2A3944 is Cyan = 0.38, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 42 | 57 | 68 | - |
| CMYK | 0.38 | 0.16 | 0 | 0.73 |
| HSL | 205.38º | 0.24% | 0.22% | - |
| HSV(B) | 205.38º | 0.38% | 0.27% | - |
| XYZ | 3.46 | 3.84 | 6.03 | - |
| YUV | 53.77 | 136.03 | 119.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 57 | 68 | 0.38 | 0.16 | 0 | 0.73 | 205.38 | 0.24 | 0.22 |
| Hex | 2A | 39 | 44 | 26 | 10 | 0 | 49 | CD | 18 | 16 |
| Octal | 52 | 71 | 104 | 46 | 20 | 0 | 111 | 315 | 30 | 26 |
| Binary | 101010 | 111001 | 1000100 | 100110 | 10000 | 0 | 1001001 | 11001101 | 11000 | 10110 |
Color Harmonies of #2A3944
Complementary color
Monochromatic Colors of #2A3944
Black with #2A3944
Text Example
Text Example
White with #2A3944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3944; }
p { color: rgb(42,57,68); }
H1.HeaderClassName
{
color: #2A3944;
}
.AnyTagClassName
{
color: #2A3944;
}
</style>
background-color css
<style>
a { background-color: #2A3944; }
a { background-color: rgb(42,57,68); }
div.DivClassName
{
background-color: #2A3944;
}
.BgClassName
{
background-color: #2A3944;
}
</style>
border-color css
<style>
span { border-color: #2A3944; }
span { border-color: rgb(42,57,68); }
td.TdClassName
{
border-color: #2A3944;
}
.TagClassName
{
border-color: #2A3944;
}
</style>