Shades of Celtic #2E3935
Tints of Celtic #2E3935
RGB
CMYK
RGB Variations
Color information
#2E3935 (or 0x2E3935) is known color: Celtic. HEX triplet: 2E, 39 and 35. RGB value is (46,57,53). Sum of RGB (Red+Green+Blue) = 46+57+53=156 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.49% from 156); Green value is 57 (22.66% from 255 or 36.54% from 156); Blue value is 53 (21.09% from 255 or 33.97% from 156); Max value from RGB is 57 - color contains mainly: green. Hex color #2E3935 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3935 is #D1C6CA. Grayscale: #353535. Windows color (decimal): -13747915 or 3488046. OLE color: 3488046.
HSL color Cylindrical-coordinate representation of color #2E3935: hue angle of 158.18º degrees, saturation: 0.11, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #2E3935 is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 46 | 57 | 53 | - |
| CMYK | 0.19 | 0 | 0.07 | 0.78 |
| HSL | 158.18º | 0.11% | 0.2% | - |
| HSV(B) | 158.18º | 0.19% | 0.22% | - |
| XYZ | 3.23 | 3.76 | 3.92 | - |
| YUV | 53.26 | 127.86 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 57 | 53 | 0.19 | 0 | 0.07 | 0.78 | 158.18 | 0.11 | 0.2 |
| Hex | 2E | 39 | 35 | 13 | 0 | 7 | 4E | 9E | B | 14 |
| Octal | 56 | 71 | 65 | 23 | 0 | 7 | 116 | 236 | 13 | 24 |
| Binary | 101110 | 111001 | 110101 | 10011 | 0 | 111 | 1001110 | 10011110 | 1011 | 10100 |
Color Harmonies of #2E3935
Complementary color
Monochromatic Colors of #2E3935
Black with #2E3935
Text Example
Text Example
White with #2E3935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3935; }
p { color: rgb(46,57,53); }
H1.HeaderClassName
{
color: #2E3935;
}
.AnyTagClassName
{
color: #2E3935;
}
</style>
background-color css
<style>
a { background-color: #2E3935; }
a { background-color: rgb(46,57,53); }
div.DivClassName
{
background-color: #2E3935;
}
.BgClassName
{
background-color: #2E3935;
}
</style>
border-color css
<style>
span { border-color: #2E3935; }
span { border-color: rgb(46,57,53); }
td.TdClassName
{
border-color: #2E3935;
}
.TagClassName
{
border-color: #2E3935;
}
</style>