Shades of Celtic #2E3A34
Tints of Celtic #2E3A34
RGB
CMYK
RGB Variations
Color information
#2E3A34 (or 0x2E3A34) is known color: Celtic. HEX triplet: 2E, 3A and 34. RGB value is (46,58,52). Sum of RGB (Red+Green+Blue) = 46+58+52=156 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.49% from 156); Green value is 58 (23.05% from 255 or 37.18% from 156); Blue value is 52 (20.70% from 255 or 33.33% from 156); Max value from RGB is 58 - color contains mainly: green. Hex color #2E3A34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3A34 is #D1C5CB. Grayscale: #353535. Windows color (decimal): -13747660 or 3422766. OLE color: 3422766.
HSL color Cylindrical-coordinate representation of color #2E3A34: hue angle of 150º degrees, saturation: 0.12, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #2E3A34 is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 46 | 58 | 52 | - |
| CMYK | 0.21 | 0 | 0.10 | 0.77 |
| HSL | 150º | 0.12% | 0.2% | - |
| HSV(B) | 150º | 0.21% | 0.23% | - |
| XYZ | 3.26 | 3.85 | 3.82 | - |
| YUV | 53.73 | 127.02 | 122.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 58 | 52 | 0.21 | 0 | 0.10 | 0.77 | 150 | 0.12 | 0.2 |
| Hex | 2E | 3A | 34 | 15 | 0 | A | 4D | 96 | C | 14 |
| Octal | 56 | 72 | 64 | 25 | 0 | 12 | 115 | 226 | 14 | 24 |
| Binary | 101110 | 111010 | 110100 | 10101 | 0 | 1010 | 1001101 | 10010110 | 1100 | 10100 |
Color Harmonies of #2E3A34
Complementary color
Monochromatic Colors of #2E3A34
Black with #2E3A34
Text Example
Text Example
White with #2E3A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3A34; }
p { color: rgb(46,58,52); }
H1.HeaderClassName
{
color: #2E3A34;
}
.AnyTagClassName
{
color: #2E3A34;
}
</style>
background-color css
<style>
a { background-color: #2E3A34; }
a { background-color: rgb(46,58,52); }
div.DivClassName
{
background-color: #2E3A34;
}
.BgClassName
{
background-color: #2E3A34;
}
</style>
border-color css
<style>
span { border-color: #2E3A34; }
span { border-color: rgb(46,58,52); }
td.TdClassName
{
border-color: #2E3A34;
}
.TagClassName
{
border-color: #2E3A34;
}
</style>