Shades of Celtic #2F433A
Tints of Celtic #2F433A
RGB
CMYK
RGB Variations
Color information
#2F433A (or 0x2F433A) is known color: Celtic. HEX triplet: 2F, 43 and 3A. RGB value is (47,67,58). Sum of RGB (Red+Green+Blue) = 47+67+58=172 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.33% from 172); Green value is 67 (26.56% from 255 or 38.95% from 172); Blue value is 58 (23.05% from 255 or 33.72% from 172); Max value from RGB is 67 - color contains mainly: green. Hex color #2F433A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F433A is #D0BCC5. Grayscale: #3C3C3C. Windows color (decimal): -13679814 or 3818287. OLE color: 3818287.
HSL color Cylindrical-coordinate representation of color #2F433A: hue angle of 153º degrees, saturation: 0.18, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #2F433A is Cyan = 0.30, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 47 | 67 | 58 | - |
| CMYK | 0.30 | 0 | 0.13 | 0.74 |
| HSL | 153º | 0.18% | 0.22% | - |
| HSV(B) | 153º | 0.3% | 0.26% | - |
| XYZ | 3.94 | 4.92 | 4.75 | - |
| YUV | 59.99 | 126.87 | 118.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 67 | 58 | 0.30 | 0 | 0.13 | 0.74 | 153 | 0.18 | 0.22 |
| Hex | 2F | 43 | 3A | 1E | 0 | D | 4A | 99 | 12 | 16 |
| Octal | 57 | 103 | 72 | 36 | 0 | 15 | 112 | 231 | 22 | 26 |
| Binary | 101111 | 1000011 | 111010 | 11110 | 0 | 1101 | 1001010 | 10011001 | 10010 | 10110 |
Color Harmonies of #2F433A
Complementary color
Monochromatic Colors of #2F433A
Black with #2F433A
Text Example
Text Example
White with #2F433A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F433A; }
p { color: rgb(47,67,58); }
H1.HeaderClassName
{
color: #2F433A;
}
.AnyTagClassName
{
color: #2F433A;
}
</style>
background-color css
<style>
a { background-color: #2F433A; }
a { background-color: rgb(47,67,58); }
div.DivClassName
{
background-color: #2F433A;
}
.BgClassName
{
background-color: #2F433A;
}
</style>
border-color css
<style>
span { border-color: #2F433A; }
span { border-color: rgb(47,67,58); }
td.TdClassName
{
border-color: #2F433A;
}
.TagClassName
{
border-color: #2F433A;
}
</style>