Shades of Celtic #2E453A
Tints of Celtic #2E453A
RGB
CMYK
RGB Variations
Color information
#2E453A (or 0x2E453A) is known color: Celtic. HEX triplet: 2E, 45 and 3A. RGB value is (46,69,58). Sum of RGB (Red+Green+Blue) = 46+69+58=173 (22% of max value = 765). Red value is 46 (18.36% from 255 or 26.59% from 173); Green value is 69 (27.34% from 255 or 39.88% from 173); Blue value is 58 (23.05% from 255 or 33.53% from 173); Max value from RGB is 69 - color contains mainly: green. Hex color #2E453A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E453A is #D1BAC5. Grayscale: #3C3C3C. Windows color (decimal): -13744838 or 3818798. OLE color: 3818798.
HSL color Cylindrical-coordinate representation of color #2E453A: hue angle of 151.3º degrees, saturation: 0.2, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #2E453A is Cyan = 0.33, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 46 | 69 | 58 | - |
| CMYK | 0.33 | 0 | 0.16 | 0.73 |
| HSL | 151.3º | 0.2% | 0.23% | - |
| HSV(B) | 151.3º | 0.33% | 0.27% | - |
| XYZ | 4.02 | 5.14 | 4.78 | - |
| YUV | 60.87 | 126.38 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 69 | 58 | 0.33 | 0 | 0.16 | 0.73 | 151.3 | 0.2 | 0.23 |
| Hex | 2E | 45 | 3A | 21 | 0 | 10 | 49 | 97 | 14 | 17 |
| Octal | 56 | 105 | 72 | 41 | 0 | 20 | 111 | 227 | 24 | 27 |
| Binary | 101110 | 1000101 | 111010 | 100001 | 0 | 10000 | 1001001 | 10010111 | 10100 | 10111 |
Color Harmonies of #2E453A
Complementary color
Monochromatic Colors of #2E453A
Black with #2E453A
Text Example
Text Example
White with #2E453A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E453A; }
p { color: rgb(46,69,58); }
H1.HeaderClassName
{
color: #2E453A;
}
.AnyTagClassName
{
color: #2E453A;
}
</style>
background-color css
<style>
a { background-color: #2E453A; }
a { background-color: rgb(46,69,58); }
div.DivClassName
{
background-color: #2E453A;
}
.BgClassName
{
background-color: #2E453A;
}
</style>
border-color css
<style>
span { border-color: #2E453A; }
span { border-color: rgb(46,69,58); }
td.TdClassName
{
border-color: #2E453A;
}
.TagClassName
{
border-color: #2E453A;
}
</style>