Shades of Celtic #2A4139
Tints of Celtic #2A4139
RGB
CMYK
RGB Variations
Color information
#2A4139 (or 0x2A4139) is known color: Celtic. HEX triplet: 2A, 41 and 39. RGB value is (42,65,57). Sum of RGB (Red+Green+Blue) = 42+65+57=164 (21% of max value = 765). Red value is 42 (16.80% from 255 or 25.61% from 164); Green value is 65 (25.78% from 255 or 39.63% from 164); Blue value is 57 (22.66% from 255 or 34.76% from 164); Max value from RGB is 65 - color contains mainly: green. Hex color #2A4139 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A4139 is #D5BEC6. Grayscale: #393939. Windows color (decimal): -14008007 or 3752234. OLE color: 3752234.
HSL color Cylindrical-coordinate representation of color #2A4139: hue angle of 159.13º 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 #2A4139 is Cyan = 0.35, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 42 | 65 | 57 | - |
| CMYK | 0.35 | 0 | 0.12 | 0.75 |
| HSL | 159.13º | 0.21% | 0.21% | - |
| HSV(B) | 159.13º | 0.35% | 0.25% | - |
| XYZ | 3.58 | 4.57 | 4.56 | - |
| YUV | 57.21 | 127.88 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 65 | 57 | 0.35 | 0 | 0.12 | 0.75 | 159.13 | 0.21 | 0.21 |
| Hex | 2A | 41 | 39 | 23 | 0 | C | 4B | 9F | 15 | 15 |
| Octal | 52 | 101 | 71 | 43 | 0 | 14 | 113 | 237 | 25 | 25 |
| Binary | 101010 | 1000001 | 111001 | 100011 | 0 | 1100 | 1001011 | 10011111 | 10101 | 10101 |
Color Harmonies of #2A4139
Complementary color
Monochromatic Colors of #2A4139
Black with #2A4139
Text Example
Text Example
White with #2A4139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4139; }
p { color: rgb(42,65,57); }
H1.HeaderClassName
{
color: #2A4139;
}
.AnyTagClassName
{
color: #2A4139;
}
</style>
background-color css
<style>
a { background-color: #2A4139; }
a { background-color: rgb(42,65,57); }
div.DivClassName
{
background-color: #2A4139;
}
.BgClassName
{
background-color: #2A4139;
}
</style>
border-color css
<style>
span { border-color: #2A4139; }
span { border-color: rgb(42,65,57); }
td.TdClassName
{
border-color: #2A4139;
}
.TagClassName
{
border-color: #2A4139;
}
</style>