Shades of Celtic #2E4038
Tints of Celtic #2E4038
RGB
CMYK
RGB Variations
Color information
#2E4038 (or 0x2E4038) is known color: Celtic. HEX triplet: 2E, 40 and 38. RGB value is (46,64,56). Sum of RGB (Red+Green+Blue) = 46+64+56=166 (21% of max value = 765). Red value is 46 (18.36% from 255 or 27.71% from 166); Green value is 64 (25.39% from 255 or 38.55% from 166); Blue value is 56 (22.27% from 255 or 33.73% from 166); Max value from RGB is 64 - color contains mainly: green. Hex color #2E4038 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4038 is #D1BFC7. Grayscale: #393939. Windows color (decimal): -13746120 or 3686446. OLE color: 3686446.
HSL color Cylindrical-coordinate representation of color #2E4038: hue angle of 153.33º degrees, saturation: 0.16, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #2E4038 is Cyan = 0.28, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 46 | 64 | 56 | - |
| CMYK | 0.28 | 0 | 0.13 | 0.75 |
| HSL | 153.33º | 0.16% | 0.22% | - |
| HSV(B) | 153.33º | 0.28% | 0.25% | - |
| XYZ | 3.67 | 4.53 | 4.42 | - |
| YUV | 57.71 | 127.04 | 119.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 64 | 56 | 0.28 | 0 | 0.13 | 0.75 | 153.33 | 0.16 | 0.22 |
| Hex | 2E | 40 | 38 | 1C | 0 | D | 4B | 99 | 10 | 16 |
| Octal | 56 | 100 | 70 | 34 | 0 | 15 | 113 | 231 | 20 | 26 |
| Binary | 101110 | 1000000 | 111000 | 11100 | 0 | 1101 | 1001011 | 10011001 | 10000 | 10110 |
Color Harmonies of #2E4038
Complementary color
Monochromatic Colors of #2E4038
Black with #2E4038
Text Example
Text Example
White with #2E4038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4038; }
p { color: rgb(46,64,56); }
H1.HeaderClassName
{
color: #2E4038;
}
.AnyTagClassName
{
color: #2E4038;
}
</style>
background-color css
<style>
a { background-color: #2E4038; }
a { background-color: rgb(46,64,56); }
div.DivClassName
{
background-color: #2E4038;
}
.BgClassName
{
background-color: #2E4038;
}
</style>
border-color css
<style>
span { border-color: #2E4038; }
span { border-color: rgb(46,64,56); }
td.TdClassName
{
border-color: #2E4038;
}
.TagClassName
{
border-color: #2E4038;
}
</style>