Shades of Celtic #2F443B
Tints of Celtic #2F443B
RGB
CMYK
RGB Variations
Color information
#2F443B (or 0x2F443B) is known color: Celtic. HEX triplet: 2F, 44 and 3B. RGB value is (47,68,59). Sum of RGB (Red+Green+Blue) = 47+68+59=174 (23% of max value = 765). Red value is 47 (18.75% from 255 or 27.01% from 174); Green value is 68 (26.95% from 255 or 39.08% from 174); Blue value is 59 (23.44% from 255 or 33.91% from 174); Max value from RGB is 68 - color contains mainly: green. Hex color #2F443B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F443B is #D0BBC4. Grayscale: #3C3C3C. Windows color (decimal): -13679557 or 3884079. OLE color: 3884079.
HSL color Cylindrical-coordinate representation of color #2F443B: hue angle of 154.29º degrees, saturation: 0.18, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #2F443B is Cyan = 0.31, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 47 | 68 | 59 | - |
| CMYK | 0.31 | 0 | 0.13 | 0.73 |
| HSL | 154.29º | 0.18% | 0.23% | - |
| HSV(B) | 154.29º | 0.31% | 0.27% | - |
| XYZ | 4.03 | 5.05 | 4.9 | - |
| YUV | 60.7 | 127.04 | 118.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 68 | 59 | 0.31 | 0 | 0.13 | 0.73 | 154.29 | 0.18 | 0.23 |
| Hex | 2F | 44 | 3B | 1F | 0 | D | 49 | 9A | 12 | 17 |
| Octal | 57 | 104 | 73 | 37 | 0 | 15 | 111 | 232 | 22 | 27 |
| Binary | 101111 | 1000100 | 111011 | 11111 | 0 | 1101 | 1001001 | 10011010 | 10010 | 10111 |
Color Harmonies of #2F443B
Complementary color
Monochromatic Colors of #2F443B
Black with #2F443B
Text Example
Text Example
White with #2F443B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F443B; }
p { color: rgb(47,68,59); }
H1.HeaderClassName
{
color: #2F443B;
}
.AnyTagClassName
{
color: #2F443B;
}
</style>
background-color css
<style>
a { background-color: #2F443B; }
a { background-color: rgb(47,68,59); }
div.DivClassName
{
background-color: #2F443B;
}
.BgClassName
{
background-color: #2F443B;
}
</style>
border-color css
<style>
span { border-color: #2F443B; }
span { border-color: rgb(47,68,59); }
td.TdClassName
{
border-color: #2F443B;
}
.TagClassName
{
border-color: #2F443B;
}
</style>