Shades of Celtic #2C443A
Tints of Celtic #2C443A
RGB
CMYK
RGB Variations
Color information
#2C443A (or 0x2C443A) is known color: Celtic. HEX triplet: 2C, 44 and 3A. RGB value is (44,68,58). Sum of RGB (Red+Green+Blue) = 44+68+58=170 (22% of max value = 765). Red value is 44 (17.58% from 255 or 25.88% from 170); Green value is 68 (26.95% from 255 or 40% from 170); Blue value is 58 (23.05% from 255 or 34.12% from 170); Max value from RGB is 68 - color contains mainly: green. Hex color #2C443A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C443A is #D3BBC5. Grayscale: #3B3B3B. Windows color (decimal): -13876166 or 3818540. OLE color: 3818540.
HSL color Cylindrical-coordinate representation of color #2C443A: hue angle of 155º degrees, saturation: 0.21, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #2C443A is Cyan = 0.35, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 44 | 68 | 58 | - |
| CMYK | 0.35 | 0 | 0.15 | 0.73 |
| HSL | 155º | 0.21% | 0.22% | - |
| HSV(B) | 155º | 0.35% | 0.27% | - |
| XYZ | 3.87 | 4.98 | 4.76 | - |
| YUV | 59.68 | 127.05 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 68 | 58 | 0.35 | 0 | 0.15 | 0.73 | 155 | 0.21 | 0.22 |
| Hex | 2C | 44 | 3A | 23 | 0 | F | 49 | 9B | 15 | 16 |
| Octal | 54 | 104 | 72 | 43 | 0 | 17 | 111 | 233 | 25 | 26 |
| Binary | 101100 | 1000100 | 111010 | 100011 | 0 | 1111 | 1001001 | 10011011 | 10101 | 10110 |
Color Harmonies of #2C443A
Complementary color
Monochromatic Colors of #2C443A
Black with #2C443A
Text Example
Text Example
White with #2C443A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C443A; }
p { color: rgb(44,68,58); }
H1.HeaderClassName
{
color: #2C443A;
}
.AnyTagClassName
{
color: #2C443A;
}
</style>
background-color css
<style>
a { background-color: #2C443A; }
a { background-color: rgb(44,68,58); }
div.DivClassName
{
background-color: #2C443A;
}
.BgClassName
{
background-color: #2C443A;
}
</style>
border-color css
<style>
span { border-color: #2C443A; }
span { border-color: rgb(44,68,58); }
td.TdClassName
{
border-color: #2C443A;
}
.TagClassName
{
border-color: #2C443A;
}
</style>