Shades of Celtic #2E473B
Tints of Celtic #2E473B
RGB
CMYK
RGB Variations
Color information
#2E473B (or 0x2E473B) is known color: Celtic. HEX triplet: 2E, 47 and 3B. RGB value is (46,71,59). Sum of RGB (Red+Green+Blue) = 46+71+59=176 (23% of max value = 765). Red value is 46 (18.36% from 255 or 26.14% from 176); Green value is 71 (28.12% from 255 or 40.34% from 176); Blue value is 59 (23.44% from 255 or 33.52% from 176); Max value from RGB is 71 - color contains mainly: green. Hex color #2E473B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E473B is #D1B8C4. Grayscale: #3E3E3E. Windows color (decimal): -13744325 or 3884846. OLE color: 3884846.
HSL color Cylindrical-coordinate representation of color #2E473B: hue angle of 151.2º degrees, saturation: 0.21, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #2E473B is Cyan = 0.35, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 46 | 71 | 59 | - |
| CMYK | 0.35 | 0 | 0.17 | 0.72 |
| HSL | 151.2º | 0.21% | 0.23% | - |
| HSV(B) | 151.2º | 0.35% | 0.28% | - |
| XYZ | 4.17 | 5.4 | 4.96 | - |
| YUV | 62.16 | 126.22 | 116.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 71 | 59 | 0.35 | 0 | 0.17 | 0.72 | 151.2 | 0.21 | 0.23 |
| Hex | 2E | 47 | 3B | 23 | 0 | 11 | 48 | 97 | 15 | 17 |
| Octal | 56 | 107 | 73 | 43 | 0 | 21 | 110 | 227 | 25 | 27 |
| Binary | 101110 | 1000111 | 111011 | 100011 | 0 | 10001 | 1001000 | 10010111 | 10101 | 10111 |
Color Harmonies of #2E473B
Complementary color
Monochromatic Colors of #2E473B
Black with #2E473B
Text Example
Text Example
White with #2E473B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E473B; }
p { color: rgb(46,71,59); }
H1.HeaderClassName
{
color: #2E473B;
}
.AnyTagClassName
{
color: #2E473B;
}
</style>
background-color css
<style>
a { background-color: #2E473B; }
a { background-color: rgb(46,71,59); }
div.DivClassName
{
background-color: #2E473B;
}
.BgClassName
{
background-color: #2E473B;
}
</style>
border-color css
<style>
span { border-color: #2E473B; }
span { border-color: rgb(46,71,59); }
td.TdClassName
{
border-color: #2E473B;
}
.TagClassName
{
border-color: #2E473B;
}
</style>