Shades of Celtic #2C3E35
Tints of Celtic #2C3E35
RGB
CMYK
RGB Variations
Color information
#2C3E35 (or 0x2C3E35) is known color: Celtic. HEX triplet: 2C, 3E and 35. RGB value is (44,62,53). Sum of RGB (Red+Green+Blue) = 44+62+53=159 (21% of max value = 765). Red value is 44 (17.58% from 255 or 27.67% from 159); Green value is 62 (24.61% from 255 or 38.99% from 159); Blue value is 53 (21.09% from 255 or 33.33% from 159); Max value from RGB is 62 - color contains mainly: green. Hex color #2C3E35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C3E35 is #D3C1CA. Grayscale: #373737. Windows color (decimal): -13877707 or 3489324. OLE color: 3489324.
HSL color Cylindrical-coordinate representation of color #2C3E35: hue angle of 150º degrees, saturation: 0.17, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #2C3E35 is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 44 | 62 | 53 | - |
| CMYK | 0.29 | 0 | 0.15 | 0.76 |
| HSL | 150º | 0.17% | 0.21% | - |
| HSV(B) | 150º | 0.29% | 0.24% | - |
| XYZ | 3.4 | 4.24 | 4.01 | - |
| YUV | 55.59 | 126.54 | 119.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 62 | 53 | 0.29 | 0 | 0.15 | 0.76 | 150 | 0.17 | 0.21 |
| Hex | 2C | 3E | 35 | 1D | 0 | F | 4C | 96 | 11 | 15 |
| Octal | 54 | 76 | 65 | 35 | 0 | 17 | 114 | 226 | 21 | 25 |
| Binary | 101100 | 111110 | 110101 | 11101 | 0 | 1111 | 1001100 | 10010110 | 10001 | 10101 |
Color Harmonies of #2C3E35
Complementary color
Monochromatic Colors of #2C3E35
Black with #2C3E35
Text Example
Text Example
White with #2C3E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3E35; }
p { color: rgb(44,62,53); }
H1.HeaderClassName
{
color: #2C3E35;
}
.AnyTagClassName
{
color: #2C3E35;
}
</style>
background-color css
<style>
a { background-color: #2C3E35; }
a { background-color: rgb(44,62,53); }
div.DivClassName
{
background-color: #2C3E35;
}
.BgClassName
{
background-color: #2C3E35;
}
</style>
border-color css
<style>
span { border-color: #2C3E35; }
span { border-color: rgb(44,62,53); }
td.TdClassName
{
border-color: #2C3E35;
}
.TagClassName
{
border-color: #2C3E35;
}
</style>