Shades of Celtic #2F3B36
Tints of Celtic #2F3B36
RGB
CMYK
RGB Variations
Color information
#2F3B36 (or 0x2F3B36) is known color: Celtic. HEX triplet: 2F, 3B and 36. RGB value is (47,59,54). Sum of RGB (Red+Green+Blue) = 47+59+54=160 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.38% from 160); Green value is 59 (23.44% from 255 or 36.88% from 160); Blue value is 54 (21.48% from 255 or 33.75% from 160); Max value from RGB is 59 - color contains mainly: green. Hex color #2F3B36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F3B36 is #D0C4C9. Grayscale: #363636. Windows color (decimal): -13681866 or 3554095. OLE color: 3554095.
HSL color Cylindrical-coordinate representation of color #2F3B36: hue angle of 155º degrees, saturation: 0.11, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #2F3B36 is Cyan = 0.20, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 47 | 59 | 54 | - |
| CMYK | 0.20 | 0 | 0.08 | 0.77 |
| HSL | 155º | 0.11% | 0.21% | - |
| HSV(B) | 155º | 0.2% | 0.23% | - |
| XYZ | 3.4 | 4 | 4.08 | - |
| YUV | 54.84 | 127.52 | 122.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 59 | 54 | 0.20 | 0 | 0.08 | 0.77 | 155 | 0.11 | 0.21 |
| Hex | 2F | 3B | 36 | 14 | 0 | 8 | 4D | 9B | B | 15 |
| Octal | 57 | 73 | 66 | 24 | 0 | 10 | 115 | 233 | 13 | 25 |
| Binary | 101111 | 111011 | 110110 | 10100 | 0 | 1000 | 1001101 | 10011011 | 1011 | 10101 |
Color Harmonies of #2F3B36
Complementary color
Monochromatic Colors of #2F3B36
Black with #2F3B36
Text Example
Text Example
White with #2F3B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3B36; }
p { color: rgb(47,59,54); }
H1.HeaderClassName
{
color: #2F3B36;
}
.AnyTagClassName
{
color: #2F3B36;
}
</style>
background-color css
<style>
a { background-color: #2F3B36; }
a { background-color: rgb(47,59,54); }
div.DivClassName
{
background-color: #2F3B36;
}
.BgClassName
{
background-color: #2F3B36;
}
</style>
border-color css
<style>
span { border-color: #2F3B36; }
span { border-color: rgb(47,59,54); }
td.TdClassName
{
border-color: #2F3B36;
}
.TagClassName
{
border-color: #2F3B36;
}
</style>