Shades of Celtic #2E3C36
Tints of Celtic #2E3C36
RGB
CMYK
RGB Variations
Color information
#2E3C36 (or 0x2E3C36) is known color: Celtic. HEX triplet: 2E, 3C and 36. RGB value is (46,60,54). Sum of RGB (Red+Green+Blue) = 46+60+54=160 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.75% from 160); Green value is 60 (23.83% from 255 or 37.5% from 160); Blue value is 54 (21.48% from 255 or 33.75% from 160); Max value from RGB is 60 - color contains mainly: green. Hex color #2E3C36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3C36 is #D1C3C9. Grayscale: #373737. Windows color (decimal): -13747146 or 3554350. OLE color: 3554350.
HSL color Cylindrical-coordinate representation of color #2E3C36: hue angle of 154.29º degrees, saturation: 0.13, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #2E3C36 is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 46 | 60 | 54 | - |
| CMYK | 0.23 | 0 | 0.10 | 0.76 |
| HSL | 154.29º | 0.13% | 0.21% | - |
| HSV(B) | 154.29º | 0.23% | 0.24% | - |
| XYZ | 3.41 | 4.08 | 4.1 | - |
| YUV | 55.13 | 127.36 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 60 | 54 | 0.23 | 0 | 0.10 | 0.76 | 154.29 | 0.13 | 0.21 |
| Hex | 2E | 3C | 36 | 17 | 0 | A | 4C | 9A | D | 15 |
| Octal | 56 | 74 | 66 | 27 | 0 | 12 | 114 | 232 | 15 | 25 |
| Binary | 101110 | 111100 | 110110 | 10111 | 0 | 1010 | 1001100 | 10011010 | 1101 | 10101 |
Color Harmonies of #2E3C36
Complementary color
Monochromatic Colors of #2E3C36
Black with #2E3C36
Text Example
Text Example
White with #2E3C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3C36; }
p { color: rgb(46,60,54); }
H1.HeaderClassName
{
color: #2E3C36;
}
.AnyTagClassName
{
color: #2E3C36;
}
</style>
background-color css
<style>
a { background-color: #2E3C36; }
a { background-color: rgb(46,60,54); }
div.DivClassName
{
background-color: #2E3C36;
}
.BgClassName
{
background-color: #2E3C36;
}
</style>
border-color css
<style>
span { border-color: #2E3C36; }
span { border-color: rgb(46,60,54); }
td.TdClassName
{
border-color: #2E3C36;
}
.TagClassName
{
border-color: #2E3C36;
}
</style>