Shades of Celtic #2F4138
Tints of Celtic #2F4138
RGB
CMYK
RGB Variations
Color information
#2F4138 (or 0x2F4138) is known color: Celtic. HEX triplet: 2F, 41 and 38. RGB value is (47,65,56). Sum of RGB (Red+Green+Blue) = 47+65+56=168 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.98% from 168); Green value is 65 (25.78% from 255 or 38.69% from 168); Blue value is 56 (22.27% from 255 or 33.33% from 168); Max value from RGB is 65 - color contains mainly: green. Hex color #2F4138 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F4138 is #D0BEC7. Grayscale: #3A3A3A. Windows color (decimal): -13680328 or 3686703. OLE color: 3686703.
HSL color Cylindrical-coordinate representation of color #2F4138: hue angle of 150º degrees, saturation: 0.16, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #2F4138 is Cyan = 0.28, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 47 | 65 | 56 | - |
| CMYK | 0.28 | 0 | 0.14 | 0.75 |
| HSL | 150º | 0.16% | 0.22% | - |
| HSV(B) | 150º | 0.28% | 0.25% | - |
| XYZ | 3.78 | 4.67 | 4.44 | - |
| YUV | 58.59 | 126.54 | 119.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 65 | 56 | 0.28 | 0 | 0.14 | 0.75 | 150 | 0.16 | 0.22 |
| Hex | 2F | 41 | 38 | 1C | 0 | E | 4B | 96 | 10 | 16 |
| Octal | 57 | 101 | 70 | 34 | 0 | 16 | 113 | 226 | 20 | 26 |
| Binary | 101111 | 1000001 | 111000 | 11100 | 0 | 1110 | 1001011 | 10010110 | 10000 | 10110 |
Color Harmonies of #2F4138
Complementary color
Monochromatic Colors of #2F4138
Black with #2F4138
Text Example
Text Example
White with #2F4138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4138; }
p { color: rgb(47,65,56); }
H1.HeaderClassName
{
color: #2F4138;
}
.AnyTagClassName
{
color: #2F4138;
}
</style>
background-color css
<style>
a { background-color: #2F4138; }
a { background-color: rgb(47,65,56); }
div.DivClassName
{
background-color: #2F4138;
}
.BgClassName
{
background-color: #2F4138;
}
</style>
border-color css
<style>
span { border-color: #2F4138; }
span { border-color: rgb(47,65,56); }
td.TdClassName
{
border-color: #2F4138;
}
.TagClassName
{
border-color: #2F4138;
}
</style>