Shades of Celtic #2E423A
Tints of Celtic #2E423A
RGB
CMYK
RGB Variations
Color information
#2E423A (or 0x2E423A) is known color: Celtic. HEX triplet: 2E, 42 and 3A. RGB value is (46,66,58). Sum of RGB (Red+Green+Blue) = 46+66+58=170 (22% of max value = 765). Red value is 46 (18.36% from 255 or 27.06% from 170); Green value is 66 (26.17% from 255 or 38.82% from 170); Blue value is 58 (23.05% from 255 or 34.12% from 170); Max value from RGB is 66 - color contains mainly: green. Hex color #2E423A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E423A is #D1BDC5. Grayscale: #3B3B3B. Windows color (decimal): -13745606 or 3818030. OLE color: 3818030.
HSL color Cylindrical-coordinate representation of color #2E423A: hue angle of 156º degrees, saturation: 0.18, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #2E423A is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 46 | 66 | 58 | - |
| CMYK | 0.30 | 0 | 0.12 | 0.74 |
| HSL | 156º | 0.18% | 0.22% | - |
| HSV(B) | 156º | 0.3% | 0.26% | - |
| XYZ | 3.84 | 4.78 | 4.72 | - |
| YUV | 59.11 | 127.37 | 118.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 66 | 58 | 0.30 | 0 | 0.12 | 0.74 | 156 | 0.18 | 0.22 |
| Hex | 2E | 42 | 3A | 1E | 0 | C | 4A | 9C | 12 | 16 |
| Octal | 56 | 102 | 72 | 36 | 0 | 14 | 112 | 234 | 22 | 26 |
| Binary | 101110 | 1000010 | 111010 | 11110 | 0 | 1100 | 1001010 | 10011100 | 10010 | 10110 |
Color Harmonies of #2E423A
Complementary color
Monochromatic Colors of #2E423A
Black with #2E423A
Text Example
Text Example
White with #2E423A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E423A; }
p { color: rgb(46,66,58); }
H1.HeaderClassName
{
color: #2E423A;
}
.AnyTagClassName
{
color: #2E423A;
}
</style>
background-color css
<style>
a { background-color: #2E423A; }
a { background-color: rgb(46,66,58); }
div.DivClassName
{
background-color: #2E423A;
}
.BgClassName
{
background-color: #2E423A;
}
</style>
border-color css
<style>
span { border-color: #2E423A; }
span { border-color: rgb(46,66,58); }
td.TdClassName
{
border-color: #2E423A;
}
.TagClassName
{
border-color: #2E423A;
}
</style>