Shades of Celtic #2E3F36
Tints of Celtic #2E3F36
RGB
CMYK
RGB Variations
Color information
#2E3F36 (or 0x2E3F36) is known color: Celtic. HEX triplet: 2E, 3F and 36. RGB value is (46,63,54). Sum of RGB (Red+Green+Blue) = 46+63+54=163 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.22% from 163); Green value is 63 (25% from 255 or 38.65% from 163); Blue value is 54 (21.48% from 255 or 33.13% from 163); Max value from RGB is 63 - color contains mainly: green. Hex color #2E3F36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3F36 is #D1C0C9. Grayscale: #383838. Windows color (decimal): -13746378 or 3555118. OLE color: 3555118.
HSL color Cylindrical-coordinate representation of color #2E3F36: hue angle of 148.24º degrees, saturation: 0.16, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #2E3F36 is Cyan = 0.27, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 46 | 63 | 54 | - |
| CMYK | 0.27 | 0 | 0.14 | 0.75 |
| HSL | 148.24º | 0.16% | 0.21% | - |
| HSV(B) | 148.24º | 0.27% | 0.25% | - |
| XYZ | 3.57 | 4.4 | 4.15 | - |
| YUV | 56.89 | 126.37 | 120.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 63 | 54 | 0.27 | 0 | 0.14 | 0.75 | 148.24 | 0.16 | 0.21 |
| Hex | 2E | 3F | 36 | 1B | 0 | E | 4B | 94 | 10 | 15 |
| Octal | 56 | 77 | 66 | 33 | 0 | 16 | 113 | 224 | 20 | 25 |
| Binary | 101110 | 111111 | 110110 | 11011 | 0 | 1110 | 1001011 | 10010100 | 10000 | 10101 |
Color Harmonies of #2E3F36
Complementary color
Monochromatic Colors of #2E3F36
Black with #2E3F36
Text Example
Text Example
White with #2E3F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3F36; }
p { color: rgb(46,63,54); }
H1.HeaderClassName
{
color: #2E3F36;
}
.AnyTagClassName
{
color: #2E3F36;
}
</style>
background-color css
<style>
a { background-color: #2E3F36; }
a { background-color: rgb(46,63,54); }
div.DivClassName
{
background-color: #2E3F36;
}
.BgClassName
{
background-color: #2E3F36;
}
</style>
border-color css
<style>
span { border-color: #2E3F36; }
span { border-color: rgb(46,63,54); }
td.TdClassName
{
border-color: #2E3F36;
}
.TagClassName
{
border-color: #2E3F36;
}
</style>