Shades of Celtic #293D37
Tints of Celtic #293D37
RGB
CMYK
RGB Variations
Color information
#293D37 (or 0x293D37) is known color: Celtic. HEX triplet: 29, 3D and 37. RGB value is (41,61,55). Sum of RGB (Red+Green+Blue) = 41+61+55=157 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.11% from 157); Green value is 61 (24.22% from 255 or 38.85% from 157); Blue value is 55 (21.88% from 255 or 35.03% from 157); Max value from RGB is 61 - color contains mainly: green. Hex color #293D37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293D37 is #D6C2C8. Grayscale: #363636. Windows color (decimal): -14074569 or 3620137. OLE color: 3620137.
HSL color Cylindrical-coordinate representation of color #293D37: hue angle of 162º degrees, saturation: 0.2, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #293D37 is Cyan = 0.33, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 41 | 61 | 55 | - |
| CMYK | 0.33 | 0 | 0.10 | 0.76 |
| HSL | 162º | 0.2% | 0.2% | - |
| HSV(B) | 162º | 0.33% | 0.24% | - |
| XYZ | 3.27 | 4.08 | 4.23 | - |
| YUV | 54.34 | 128.37 | 118.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 61 | 55 | 0.33 | 0 | 0.10 | 0.76 | 162 | 0.2 | 0.2 |
| Hex | 29 | 3D | 37 | 21 | 0 | A | 4C | A2 | 14 | 14 |
| Octal | 51 | 75 | 67 | 41 | 0 | 12 | 114 | 242 | 24 | 24 |
| Binary | 101001 | 111101 | 110111 | 100001 | 0 | 1010 | 1001100 | 10100010 | 10100 | 10100 |
Color Harmonies of #293D37
Complementary color
Monochromatic Colors of #293D37
Black with #293D37
Text Example
Text Example
White with #293D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293D37; }
p { color: rgb(41,61,55); }
H1.HeaderClassName
{
color: #293D37;
}
.AnyTagClassName
{
color: #293D37;
}
</style>
background-color css
<style>
a { background-color: #293D37; }
a { background-color: rgb(41,61,55); }
div.DivClassName
{
background-color: #293D37;
}
.BgClassName
{
background-color: #293D37;
}
</style>
border-color css
<style>
span { border-color: #293D37; }
span { border-color: rgb(41,61,55); }
td.TdClassName
{
border-color: #293D37;
}
.TagClassName
{
border-color: #293D37;
}
</style>