Shades of Elephant #2F3940
Tints of Elephant #2F3940
RGB
CMYK
RGB Variations
Color information
#2F3940 (or 0x2F3940) is known color: Elephant. HEX triplet: 2F, 39 and 40. RGB value is (47,57,64). Sum of RGB (Red+Green+Blue) = 47+57+64=168 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.98% from 168); Green value is 57 (22.66% from 255 or 33.93% from 168); Blue value is 64 (25.39% from 255 or 38.10% from 168); Max value from RGB is 64 - color contains mainly: blue. Hex color #2F3940 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F3940 is #D0C6BF. Grayscale: #363636. Windows color (decimal): -13682368 or 4208943. OLE color: 4208943.
HSL color Cylindrical-coordinate representation of color #2F3940: hue angle of 204.71º degrees, saturation: 0.15, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #2F3940 is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 47 | 57 | 64 | - |
| CMYK | 0.27 | 0.11 | 0 | 0.75 |
| HSL | 204.71º | 0.15% | 0.22% | - |
| HSV(B) | 204.71º | 0.27% | 0.25% | - |
| XYZ | 3.56 | 3.9 | 5.42 | - |
| YUV | 54.81 | 133.19 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 57 | 64 | 0.27 | 0.11 | 0 | 0.75 | 204.71 | 0.15 | 0.22 |
| Hex | 2F | 39 | 40 | 1B | B | 0 | 4B | CD | F | 16 |
| Octal | 57 | 71 | 100 | 33 | 13 | 0 | 113 | 315 | 17 | 26 |
| Binary | 101111 | 111001 | 1000000 | 11011 | 1011 | 0 | 1001011 | 11001101 | 1111 | 10110 |
Color Harmonies of #2F3940
Complementary color
Monochromatic Colors of #2F3940
Black with #2F3940
Text Example
Text Example
White with #2F3940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3940; }
p { color: rgb(47,57,64); }
H1.HeaderClassName
{
color: #2F3940;
}
.AnyTagClassName
{
color: #2F3940;
}
</style>
background-color css
<style>
a { background-color: #2F3940; }
a { background-color: rgb(47,57,64); }
div.DivClassName
{
background-color: #2F3940;
}
.BgClassName
{
background-color: #2F3940;
}
</style>
border-color css
<style>
span { border-color: #2F3940; }
span { border-color: rgb(47,57,64); }
td.TdClassName
{
border-color: #2F3940;
}
.TagClassName
{
border-color: #2F3940;
}
</style>