Shades of Elephant #2A3741
Tints of Elephant #2A3741
RGB
CMYK
RGB Variations
Color information
#2A3741 (or 0x2A3741) is known color: Elephant. HEX triplet: 2A, 37 and 41. RGB value is (42,55,65). Sum of RGB (Red+Green+Blue) = 42+55+65=162 (21% of max value = 765). Red value is 42 (16.80% from 255 or 25.93% from 162); Green value is 55 (21.88% from 255 or 33.95% from 162); Blue value is 65 (25.78% from 255 or 40.12% from 162); Max value from RGB is 65 - color contains mainly: blue. Hex color #2A3741 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A3741 is #D5C8BE. Grayscale: #343434. Windows color (decimal): -14010559 or 4273962. OLE color: 4273962.
HSL color Cylindrical-coordinate representation of color #2A3741: hue angle of 206.09º degrees, saturation: 0.21, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #2A3741 is Cyan = 0.35, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 42 | 55 | 65 | - |
| CMYK | 0.35 | 0.15 | 0 | 0.75 |
| HSL | 206.09º | 0.21% | 0.21% | - |
| HSV(B) | 206.09º | 0.35% | 0.25% | - |
| XYZ | 3.28 | 3.61 | 5.52 | - |
| YUV | 52.25 | 135.19 | 120.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 55 | 65 | 0.35 | 0.15 | 0 | 0.75 | 206.09 | 0.21 | 0.21 |
| Hex | 2A | 37 | 41 | 23 | F | 0 | 4B | CE | 15 | 15 |
| Octal | 52 | 67 | 101 | 43 | 17 | 0 | 113 | 316 | 25 | 25 |
| Binary | 101010 | 110111 | 1000001 | 100011 | 1111 | 0 | 1001011 | 11001110 | 10101 | 10101 |
Color Harmonies of #2A3741
Complementary color
Monochromatic Colors of #2A3741
Black with #2A3741
Text Example
Text Example
White with #2A3741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3741; }
p { color: rgb(42,55,65); }
H1.HeaderClassName
{
color: #2A3741;
}
.AnyTagClassName
{
color: #2A3741;
}
</style>
background-color css
<style>
a { background-color: #2A3741; }
a { background-color: rgb(42,55,65); }
div.DivClassName
{
background-color: #2A3741;
}
.BgClassName
{
background-color: #2A3741;
}
</style>
border-color css
<style>
span { border-color: #2A3741; }
span { border-color: rgb(42,55,65); }
td.TdClassName
{
border-color: #2A3741;
}
.TagClassName
{
border-color: #2A3741;
}
</style>