Shades of Celtic #2F4439
Tints of Celtic #2F4439
RGB
CMYK
RGB Variations
Color information
#2F4439 (or 0x2F4439) is known color: Celtic. HEX triplet: 2F, 44 and 39. RGB value is (47,68,57). Sum of RGB (Red+Green+Blue) = 47+68+57=172 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.33% from 172); Green value is 68 (26.95% from 255 or 39.53% from 172); Blue value is 57 (22.66% from 255 or 33.14% from 172); Max value from RGB is 68 - color contains mainly: green. Hex color #2F4439 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F4439 is #D0BBC6. Grayscale: #3C3C3C. Windows color (decimal): -13679559 or 3753007. OLE color: 3753007.
HSL color Cylindrical-coordinate representation of color #2F4439: hue angle of 148.57º 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 #2F4439 is Cyan = 0.31, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 47 | 68 | 57 | - |
| CMYK | 0.31 | 0 | 0.16 | 0.73 |
| HSL | 148.57º | 0.18% | 0.23% | - |
| HSV(B) | 148.57º | 0.31% | 0.27% | - |
| XYZ | 3.98 | 5.03 | 4.63 | - |
| YUV | 60.47 | 126.04 | 118.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 68 | 57 | 0.31 | 0 | 0.16 | 0.73 | 148.57 | 0.18 | 0.23 |
| Hex | 2F | 44 | 39 | 1F | 0 | 10 | 49 | 95 | 12 | 17 |
| Octal | 57 | 104 | 71 | 37 | 0 | 20 | 111 | 225 | 22 | 27 |
| Binary | 101111 | 1000100 | 111001 | 11111 | 0 | 10000 | 1001001 | 10010101 | 10010 | 10111 |
Color Harmonies of #2F4439
Complementary color
Monochromatic Colors of #2F4439
Black with #2F4439
Text Example
Text Example
White with #2F4439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4439; }
p { color: rgb(47,68,57); }
H1.HeaderClassName
{
color: #2F4439;
}
.AnyTagClassName
{
color: #2F4439;
}
</style>
background-color css
<style>
a { background-color: #2F4439; }
a { background-color: rgb(47,68,57); }
div.DivClassName
{
background-color: #2F4439;
}
.BgClassName
{
background-color: #2F4439;
}
</style>
border-color css
<style>
span { border-color: #2F4439; }
span { border-color: rgb(47,68,57); }
td.TdClassName
{
border-color: #2F4439;
}
.TagClassName
{
border-color: #2F4439;
}
</style>