Shades of Celtic #2F473B
Tints of Celtic #2F473B
RGB
CMYK
RGB Variations
Color information
#2F473B (or 0x2F473B) is known color: Celtic. HEX triplet: 2F, 47 and 3B. RGB value is (47,71,59). Sum of RGB (Red+Green+Blue) = 47+71+59=177 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.55% from 177); Green value is 71 (28.12% from 255 or 40.11% from 177); Blue value is 59 (23.44% from 255 or 33.33% from 177); Max value from RGB is 71 - color contains mainly: green. Hex color #2F473B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F473B is #D0B8C4. Grayscale: #3E3E3E. Windows color (decimal): -13678789 or 3884847. OLE color: 3884847.
HSL color Cylindrical-coordinate representation of color #2F473B: hue angle of 150º degrees, saturation: 0.2, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #2F473B is Cyan = 0.34, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 47 | 71 | 59 | - |
| CMYK | 0.34 | 0 | 0.17 | 0.72 |
| HSL | 150º | 0.2% | 0.23% | - |
| HSV(B) | 150º | 0.34% | 0.28% | - |
| XYZ | 4.21 | 5.43 | 4.96 | - |
| YUV | 62.46 | 126.05 | 116.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 71 | 59 | 0.34 | 0 | 0.17 | 0.72 | 150 | 0.2 | 0.23 |
| Hex | 2F | 47 | 3B | 22 | 0 | 11 | 48 | 96 | 14 | 17 |
| Octal | 57 | 107 | 73 | 42 | 0 | 21 | 110 | 226 | 24 | 27 |
| Binary | 101111 | 1000111 | 111011 | 100010 | 0 | 10001 | 1001000 | 10010110 | 10100 | 10111 |
Color Harmonies of #2F473B
Complementary color
Monochromatic Colors of #2F473B
Black with #2F473B
Text Example
Text Example
White with #2F473B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F473B; }
p { color: rgb(47,71,59); }
H1.HeaderClassName
{
color: #2F473B;
}
.AnyTagClassName
{
color: #2F473B;
}
</style>
background-color css
<style>
a { background-color: #2F473B; }
a { background-color: rgb(47,71,59); }
div.DivClassName
{
background-color: #2F473B;
}
.BgClassName
{
background-color: #2F473B;
}
</style>
border-color css
<style>
span { border-color: #2F473B; }
span { border-color: rgb(47,71,59); }
td.TdClassName
{
border-color: #2F473B;
}
.TagClassName
{
border-color: #2F473B;
}
</style>