Shades of Celtic #2E4039
Tints of Celtic #2E4039
RGB
CMYK
RGB Variations
Color information
#2E4039 (or 0x2E4039) is known color: Celtic. HEX triplet: 2E, 40 and 39. RGB value is (46,64,57). Sum of RGB (Red+Green+Blue) = 46+64+57=167 (22% of max value = 765). Red value is 46 (18.36% from 255 or 27.54% from 167); Green value is 64 (25.39% from 255 or 38.32% from 167); Blue value is 57 (22.66% from 255 or 34.13% from 167); Max value from RGB is 64 - color contains mainly: green. Hex color #2E4039 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4039 is #D1BFC6. Grayscale: #393939. Windows color (decimal): -13746119 or 3751982. OLE color: 3751982.
HSL color Cylindrical-coordinate representation of color #2E4039: hue angle of 156.67º degrees, saturation: 0.16, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #2E4039 is Cyan = 0.28, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 46 | 64 | 57 | - |
| CMYK | 0.28 | 0 | 0.11 | 0.75 |
| HSL | 156.67º | 0.16% | 0.22% | - |
| HSV(B) | 156.67º | 0.28% | 0.25% | - |
| XYZ | 3.7 | 4.54 | 4.55 | - |
| YUV | 57.82 | 127.54 | 119.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 64 | 57 | 0.28 | 0 | 0.11 | 0.75 | 156.67 | 0.16 | 0.22 |
| Hex | 2E | 40 | 39 | 1C | 0 | B | 4B | 9D | 10 | 16 |
| Octal | 56 | 100 | 71 | 34 | 0 | 13 | 113 | 235 | 20 | 26 |
| Binary | 101110 | 1000000 | 111001 | 11100 | 0 | 1011 | 1001011 | 10011101 | 10000 | 10110 |
Color Harmonies of #2E4039
Complementary color
Monochromatic Colors of #2E4039
Black with #2E4039
Text Example
Text Example
White with #2E4039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4039; }
p { color: rgb(46,64,57); }
H1.HeaderClassName
{
color: #2E4039;
}
.AnyTagClassName
{
color: #2E4039;
}
</style>
background-color css
<style>
a { background-color: #2E4039; }
a { background-color: rgb(46,64,57); }
div.DivClassName
{
background-color: #2E4039;
}
.BgClassName
{
background-color: #2E4039;
}
</style>
border-color css
<style>
span { border-color: #2E4039; }
span { border-color: rgb(46,64,57); }
td.TdClassName
{
border-color: #2E4039;
}
.TagClassName
{
border-color: #2E4039;
}
</style>