Shades of Celtic #2E4139
Tints of Celtic #2E4139
RGB
CMYK
RGB Variations
Color information
#2E4139 (or 0x2E4139) is known color: Celtic. HEX triplet: 2E, 41 and 39. RGB value is (46,65,57). Sum of RGB (Red+Green+Blue) = 46+65+57=168 (22% of max value = 765). Red value is 46 (18.36% from 255 or 27.38% from 168); Green value is 65 (25.78% from 255 or 38.69% from 168); Blue value is 57 (22.66% from 255 or 33.93% from 168); Max value from RGB is 65 - color contains mainly: green. Hex color #2E4139 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4139 is #D1BEC6. Grayscale: #3A3A3A. Windows color (decimal): -13745863 or 3752238. OLE color: 3752238.
HSL color Cylindrical-coordinate representation of color #2E4139: hue angle of 154.74º degrees, saturation: 0.17, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #2E4139 is Cyan = 0.29, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 46 | 65 | 57 | - |
| CMYK | 0.29 | 0 | 0.12 | 0.75 |
| HSL | 154.74º | 0.17% | 0.22% | - |
| HSV(B) | 154.74º | 0.29% | 0.25% | - |
| XYZ | 3.76 | 4.66 | 4.57 | - |
| YUV | 58.41 | 127.21 | 119.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 65 | 57 | 0.29 | 0 | 0.12 | 0.75 | 154.74 | 0.17 | 0.22 |
| Hex | 2E | 41 | 39 | 1D | 0 | C | 4B | 9B | 11 | 16 |
| Octal | 56 | 101 | 71 | 35 | 0 | 14 | 113 | 233 | 21 | 26 |
| Binary | 101110 | 1000001 | 111001 | 11101 | 0 | 1100 | 1001011 | 10011011 | 10001 | 10110 |
Color Harmonies of #2E4139
Complementary color
Monochromatic Colors of #2E4139
Black with #2E4139
Text Example
Text Example
White with #2E4139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4139; }
p { color: rgb(46,65,57); }
H1.HeaderClassName
{
color: #2E4139;
}
.AnyTagClassName
{
color: #2E4139;
}
</style>
background-color css
<style>
a { background-color: #2E4139; }
a { background-color: rgb(46,65,57); }
div.DivClassName
{
background-color: #2E4139;
}
.BgClassName
{
background-color: #2E4139;
}
</style>
border-color css
<style>
span { border-color: #2E4139; }
span { border-color: rgb(46,65,57); }
td.TdClassName
{
border-color: #2E4139;
}
.TagClassName
{
border-color: #2E4139;
}
</style>