Shades of Celtic #2F3A35
Tints of Celtic #2F3A35
RGB
CMYK
RGB Variations
Color information
#2F3A35 (or 0x2F3A35) is known color: Celtic. HEX triplet: 2F, 3A and 35. RGB value is (47,58,53). Sum of RGB (Red+Green+Blue) = 47+58+53=158 (20% of max value = 765). Red value is 47 (18.75% from 255 or 29.75% from 158); Green value is 58 (23.05% from 255 or 36.71% from 158); Blue value is 53 (21.09% from 255 or 33.54% from 158); Max value from RGB is 58 - color contains mainly: green. Hex color #2F3A35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F3A35 is #D0C5CA. Grayscale: #363636. Windows color (decimal): -13682123 or 3488303. OLE color: 3488303.
HSL color Cylindrical-coordinate representation of color #2F3A35: hue angle of 152.73º degrees, saturation: 0.1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #2F3A35 is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 47 | 58 | 53 | - |
| CMYK | 0.19 | 0 | 0.09 | 0.77 |
| HSL | 152.73º | 0.1% | 0.21% | - |
| HSV(B) | 152.73º | 0.19% | 0.23% | - |
| XYZ | 3.33 | 3.89 | 3.94 | - |
| YUV | 54.14 | 127.36 | 122.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 58 | 53 | 0.19 | 0 | 0.09 | 0.77 | 152.73 | 0.1 | 0.21 |
| Hex | 2F | 3A | 35 | 13 | 0 | 9 | 4D | 99 | A | 15 |
| Octal | 57 | 72 | 65 | 23 | 0 | 11 | 115 | 231 | 12 | 25 |
| Binary | 101111 | 111010 | 110101 | 10011 | 0 | 1001 | 1001101 | 10011001 | 1010 | 10101 |
Color Harmonies of #2F3A35
Complementary color
Monochromatic Colors of #2F3A35
Black with #2F3A35
Text Example
Text Example
White with #2F3A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3A35; }
p { color: rgb(47,58,53); }
H1.HeaderClassName
{
color: #2F3A35;
}
.AnyTagClassName
{
color: #2F3A35;
}
</style>
background-color css
<style>
a { background-color: #2F3A35; }
a { background-color: rgb(47,58,53); }
div.DivClassName
{
background-color: #2F3A35;
}
.BgClassName
{
background-color: #2F3A35;
}
</style>
border-color css
<style>
span { border-color: #2F3A35; }
span { border-color: rgb(47,58,53); }
td.TdClassName
{
border-color: #2F3A35;
}
.TagClassName
{
border-color: #2F3A35;
}
</style>