Shades of Celtic #293C35
Tints of Celtic #293C35
RGB
CMYK
RGB Variations
Color information
#293C35 (or 0x293C35) is known color: Celtic. HEX triplet: 29, 3C and 35. RGB value is (41,60,53). Sum of RGB (Red+Green+Blue) = 41+60+53=154 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.62% from 154); Green value is 60 (23.83% from 255 or 38.96% from 154); Blue value is 53 (21.09% from 255 or 34.42% from 154); Max value from RGB is 60 - color contains mainly: green. Hex color #293C35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293C35 is #D6C3CA. Grayscale: #353535. Windows color (decimal): -14074827 or 3488809. OLE color: 3488809.
HSL color Cylindrical-coordinate representation of color #293C35: hue angle of 157.89º degrees, saturation: 0.19, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #293C35 is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 41 | 60 | 53 | - |
| CMYK | 0.32 | 0 | 0.12 | 0.76 |
| HSL | 157.89º | 0.19% | 0.2% | - |
| HSV(B) | 157.89º | 0.32% | 0.24% | - |
| XYZ | 3.17 | 3.96 | 3.97 | - |
| YUV | 53.52 | 127.71 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 60 | 53 | 0.32 | 0 | 0.12 | 0.76 | 157.89 | 0.19 | 0.2 |
| Hex | 29 | 3C | 35 | 20 | 0 | C | 4C | 9E | 13 | 14 |
| Octal | 51 | 74 | 65 | 40 | 0 | 14 | 114 | 236 | 23 | 24 |
| Binary | 101001 | 111100 | 110101 | 100000 | 0 | 1100 | 1001100 | 10011110 | 10011 | 10100 |
Color Harmonies of #293C35
Complementary color
Monochromatic Colors of #293C35
Black with #293C35
Text Example
Text Example
White with #293C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293C35; }
p { color: rgb(41,60,53); }
H1.HeaderClassName
{
color: #293C35;
}
.AnyTagClassName
{
color: #293C35;
}
</style>
background-color css
<style>
a { background-color: #293C35; }
a { background-color: rgb(41,60,53); }
div.DivClassName
{
background-color: #293C35;
}
.BgClassName
{
background-color: #293C35;
}
</style>
border-color css
<style>
span { border-color: #293C35; }
span { border-color: rgb(41,60,53); }
td.TdClassName
{
border-color: #293C35;
}
.TagClassName
{
border-color: #293C35;
}
</style>