Shades of Celtic #2D3D35
Tints of Celtic #2D3D35
RGB
CMYK
RGB Variations
Color information
#2D3D35 (or 0x2D3D35) is known color: Celtic. HEX triplet: 2D, 3D and 35. RGB value is (45,61,53). Sum of RGB (Red+Green+Blue) = 45+61+53=159 (21% of max value = 765). Red value is 45 (17.97% from 255 or 28.30% from 159); Green value is 61 (24.22% from 255 or 38.36% from 159); Blue value is 53 (21.09% from 255 or 33.33% from 159); Max value from RGB is 61 - color contains mainly: green. Hex color #2D3D35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D3D35 is #D2C2CA. Grayscale: #373737. Windows color (decimal): -13812427 or 3489069. OLE color: 3489069.
HSL color Cylindrical-coordinate representation of color #2D3D35: hue angle of 150º degrees, saturation: 0.15, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #2D3D35 is Cyan = 0.26, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 45 | 61 | 53 | - |
| CMYK | 0.26 | 0 | 0.13 | 0.76 |
| HSL | 150º | 0.15% | 0.21% | - |
| HSV(B) | 150º | 0.26% | 0.24% | - |
| XYZ | 3.39 | 4.15 | 3.99 | - |
| YUV | 55.3 | 126.7 | 120.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 61 | 53 | 0.26 | 0 | 0.13 | 0.76 | 150 | 0.15 | 0.21 |
| Hex | 2D | 3D | 35 | 1A | 0 | D | 4C | 96 | F | 15 |
| Octal | 55 | 75 | 65 | 32 | 0 | 15 | 114 | 226 | 17 | 25 |
| Binary | 101101 | 111101 | 110101 | 11010 | 0 | 1101 | 1001100 | 10010110 | 1111 | 10101 |
Color Harmonies of #2D3D35
Complementary color
Monochromatic Colors of #2D3D35
Black with #2D3D35
Text Example
Text Example
White with #2D3D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3D35; }
p { color: rgb(45,61,53); }
H1.HeaderClassName
{
color: #2D3D35;
}
.AnyTagClassName
{
color: #2D3D35;
}
</style>
background-color css
<style>
a { background-color: #2D3D35; }
a { background-color: rgb(45,61,53); }
div.DivClassName
{
background-color: #2D3D35;
}
.BgClassName
{
background-color: #2D3D35;
}
</style>
border-color css
<style>
span { border-color: #2D3D35; }
span { border-color: rgb(45,61,53); }
td.TdClassName
{
border-color: #2D3D35;
}
.TagClassName
{
border-color: #2D3D35;
}
</style>