Shades of Celtic #2B423A
Tints of Celtic #2B423A
RGB
CMYK
RGB Variations
Color information
#2B423A (or 0x2B423A) is known color: Celtic. HEX triplet: 2B, 42 and 3A. RGB value is (43,66,58). Sum of RGB (Red+Green+Blue) = 43+66+58=167 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.75% from 167); Green value is 66 (26.17% from 255 or 39.52% from 167); Blue value is 58 (23.05% from 255 or 34.73% from 167); Max value from RGB is 66 - color contains mainly: green. Hex color #2B423A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B423A is #D4BDC5. Grayscale: #3A3A3A. Windows color (decimal): -13942214 or 3818027. OLE color: 3818027.
HSL color Cylindrical-coordinate representation of color #2B423A: hue angle of 159.13º 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 #2B423A is Cyan = 0.35, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 43 | 66 | 58 | - |
| CMYK | 0.35 | 0 | 0.12 | 0.74 |
| HSL | 159.13º | 0.21% | 0.21% | - |
| HSV(B) | 159.13º | 0.35% | 0.26% | - |
| XYZ | 3.71 | 4.72 | 4.72 | - |
| YUV | 58.21 | 127.88 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 66 | 58 | 0.35 | 0 | 0.12 | 0.74 | 159.13 | 0.21 | 0.21 |
| Hex | 2B | 42 | 3A | 23 | 0 | C | 4A | 9F | 15 | 15 |
| Octal | 53 | 102 | 72 | 43 | 0 | 14 | 112 | 237 | 25 | 25 |
| Binary | 101011 | 1000010 | 111010 | 100011 | 0 | 1100 | 1001010 | 10011111 | 10101 | 10101 |
Color Harmonies of #2B423A
Complementary color
Monochromatic Colors of #2B423A
Black with #2B423A
Text Example
Text Example
White with #2B423A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B423A; }
p { color: rgb(43,66,58); }
H1.HeaderClassName
{
color: #2B423A;
}
.AnyTagClassName
{
color: #2B423A;
}
</style>
background-color css
<style>
a { background-color: #2B423A; }
a { background-color: rgb(43,66,58); }
div.DivClassName
{
background-color: #2B423A;
}
.BgClassName
{
background-color: #2B423A;
}
</style>
border-color css
<style>
span { border-color: #2B423A; }
span { border-color: rgb(43,66,58); }
td.TdClassName
{
border-color: #2B423A;
}
.TagClassName
{
border-color: #2B423A;
}
</style>