Shades of Celtic #2B4239
Tints of Celtic #2B4239
RGB
CMYK
RGB Variations
Color information
#2B4239 (or 0x2B4239) is known color: Celtic. HEX triplet: 2B, 42 and 39. RGB value is (43,66,57). Sum of RGB (Red+Green+Blue) = 43+66+57=166 (21% of max value = 765). Red value is 43 (17.19% from 255 or 25.90% from 166); Green value is 66 (26.17% from 255 or 39.76% from 166); Blue value is 57 (22.66% from 255 or 34.34% from 166); Max value from RGB is 66 - color contains mainly: green. Hex color #2B4239 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4239 is #D4BDC6. Grayscale: #3A3A3A. Windows color (decimal): -13942215 or 3752491. OLE color: 3752491.
HSL color Cylindrical-coordinate representation of color #2B4239: hue angle of 156.52º degrees, saturation: 0.21, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #2B4239 is Cyan = 0.35, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 43 | 66 | 57 | - |
| CMYK | 0.35 | 0 | 0.14 | 0.74 |
| HSL | 156.52º | 0.21% | 0.21% | - |
| HSV(B) | 156.52º | 0.35% | 0.26% | - |
| XYZ | 3.68 | 4.71 | 4.59 | - |
| YUV | 58.1 | 127.38 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 66 | 57 | 0.35 | 0 | 0.14 | 0.74 | 156.52 | 0.21 | 0.21 |
| Hex | 2B | 42 | 39 | 23 | 0 | E | 4A | 9D | 15 | 15 |
| Octal | 53 | 102 | 71 | 43 | 0 | 16 | 112 | 235 | 25 | 25 |
| Binary | 101011 | 1000010 | 111001 | 100011 | 0 | 1110 | 1001010 | 10011101 | 10101 | 10101 |
Color Harmonies of #2B4239
Complementary color
Monochromatic Colors of #2B4239
Black with #2B4239
Text Example
Text Example
White with #2B4239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4239; }
p { color: rgb(43,66,57); }
H1.HeaderClassName
{
color: #2B4239;
}
.AnyTagClassName
{
color: #2B4239;
}
</style>
background-color css
<style>
a { background-color: #2B4239; }
a { background-color: rgb(43,66,57); }
div.DivClassName
{
background-color: #2B4239;
}
.BgClassName
{
background-color: #2B4239;
}
</style>
border-color css
<style>
span { border-color: #2B4239; }
span { border-color: rgb(43,66,57); }
td.TdClassName
{
border-color: #2B4239;
}
.TagClassName
{
border-color: #2B4239;
}
</style>