Shades of Celtic #2A4138
Tints of Celtic #2A4138
RGB
CMYK
RGB Variations
Color information
#2A4138 (or 0x2A4138) is known color: Celtic. HEX triplet: 2A, 41 and 38. RGB value is (42,65,56). Sum of RGB (Red+Green+Blue) = 42+65+56=163 (21% of max value = 765). Red value is 42 (16.80% from 255 or 25.77% from 163); Green value is 65 (25.78% from 255 or 39.88% from 163); Blue value is 56 (22.27% from 255 or 34.36% from 163); Max value from RGB is 65 - color contains mainly: green. Hex color #2A4138 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A4138 is #D5BEC7. Grayscale: #393939. Windows color (decimal): -14008008 or 3686698. OLE color: 3686698.
HSL color Cylindrical-coordinate representation of color #2A4138: hue angle of 156.52º degrees, saturation: 0.21, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #2A4138 is Cyan = 0.35, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 42 | 65 | 56 | - |
| CMYK | 0.35 | 0 | 0.14 | 0.75 |
| HSL | 156.52º | 0.21% | 0.21% | - |
| HSV(B) | 156.52º | 0.35% | 0.25% | - |
| XYZ | 3.56 | 4.56 | 4.43 | - |
| YUV | 57.1 | 127.38 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 65 | 56 | 0.35 | 0 | 0.14 | 0.75 | 156.52 | 0.21 | 0.21 |
| Hex | 2A | 41 | 38 | 23 | 0 | E | 4B | 9D | 15 | 15 |
| Octal | 52 | 101 | 70 | 43 | 0 | 16 | 113 | 235 | 25 | 25 |
| Binary | 101010 | 1000001 | 111000 | 100011 | 0 | 1110 | 1001011 | 10011101 | 10101 | 10101 |
Color Harmonies of #2A4138
Complementary color
Monochromatic Colors of #2A4138
Black with #2A4138
Text Example
Text Example
White with #2A4138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4138; }
p { color: rgb(42,65,56); }
H1.HeaderClassName
{
color: #2A4138;
}
.AnyTagClassName
{
color: #2A4138;
}
</style>
background-color css
<style>
a { background-color: #2A4138; }
a { background-color: rgb(42,65,56); }
div.DivClassName
{
background-color: #2A4138;
}
.BgClassName
{
background-color: #2A4138;
}
</style>
border-color css
<style>
span { border-color: #2A4138; }
span { border-color: rgb(42,65,56); }
td.TdClassName
{
border-color: #2A4138;
}
.TagClassName
{
border-color: #2A4138;
}
</style>