Shades of Celtic #2E4137
Tints of Celtic #2E4137
RGB
CMYK
RGB Variations
Color information
#2E4137 (or 0x2E4137) is known color: Celtic. HEX triplet: 2E, 41 and 37. RGB value is (46,65,55). Sum of RGB (Red+Green+Blue) = 46+65+55=166 (21% of max value = 765). Red value is 46 (18.36% from 255 or 27.71% from 166); Green value is 65 (25.78% from 255 or 39.16% from 166); Blue value is 55 (21.88% from 255 or 33.13% from 166); Max value from RGB is 65 - color contains mainly: green. Hex color #2E4137 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4137 is #D1BEC8. Grayscale: #3A3A3A. Windows color (decimal): -13745865 or 3621166. OLE color: 3621166.
HSL color Cylindrical-coordinate representation of color #2E4137: hue angle of 148.42º 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 #2E4137 is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 46 | 65 | 55 | - |
| CMYK | 0.29 | 0 | 0.15 | 0.75 |
| HSL | 148.42º | 0.17% | 0.22% | - |
| HSV(B) | 148.42º | 0.29% | 0.25% | - |
| XYZ | 3.71 | 4.64 | 4.31 | - |
| YUV | 58.18 | 126.21 | 119.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 65 | 55 | 0.29 | 0 | 0.15 | 0.75 | 148.42 | 0.17 | 0.22 |
| Hex | 2E | 41 | 37 | 1D | 0 | F | 4B | 94 | 11 | 16 |
| Octal | 56 | 101 | 67 | 35 | 0 | 17 | 113 | 224 | 21 | 26 |
| Binary | 101110 | 1000001 | 110111 | 11101 | 0 | 1111 | 1001011 | 10010100 | 10001 | 10110 |
Color Harmonies of #2E4137
Complementary color
Monochromatic Colors of #2E4137
Black with #2E4137
Text Example
Text Example
White with #2E4137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4137; }
p { color: rgb(46,65,55); }
H1.HeaderClassName
{
color: #2E4137;
}
.AnyTagClassName
{
color: #2E4137;
}
</style>
background-color css
<style>
a { background-color: #2E4137; }
a { background-color: rgb(46,65,55); }
div.DivClassName
{
background-color: #2E4137;
}
.BgClassName
{
background-color: #2E4137;
}
</style>
border-color css
<style>
span { border-color: #2E4137; }
span { border-color: rgb(46,65,55); }
td.TdClassName
{
border-color: #2E4137;
}
.TagClassName
{
border-color: #2E4137;
}
</style>