Shades of Gable Green #2B4944
Tints of Gable Green #2B4944
RGB
CMYK
RGB Variations
Color information
#2B4944 (or 0x2B4944) is known color: Gable Green. HEX triplet: 2B, 49 and 44. RGB value is (43,73,68). Sum of RGB (Red+Green+Blue) = 43+73+68=184 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.37% from 184); Green value is 73 (28.91% from 255 or 39.67% from 184); Blue value is 68 (26.95% from 255 or 36.96% from 184); Max value from RGB is 73 - color contains mainly: green. Hex color #2B4944 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4944 is #D4B6BB. Grayscale: #3F3F3F. Windows color (decimal): -13940412 or 4475179. OLE color: 4475179.
HSL color Cylindrical-coordinate representation of color #2B4944: hue angle of 170º degrees, saturation: 0.26, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #2B4944 is Cyan = 0.41, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 43 | 73 | 68 | - |
| CMYK | 0.41 | 0 | 0.07 | 0.71 |
| HSL | 170º | 0.26% | 0.23% | - |
| HSV(B) | 170º | 0.41% | 0.29% | - |
| XYZ | 4.42 | 5.7 | 6.34 | - |
| YUV | 63.46 | 130.56 | 113.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 73 | 68 | 0.41 | 0 | 0.07 | 0.71 | 170 | 0.26 | 0.23 |
| Hex | 2B | 49 | 44 | 29 | 0 | 7 | 47 | AA | 1A | 17 |
| Octal | 53 | 111 | 104 | 51 | 0 | 7 | 107 | 252 | 32 | 27 |
| Binary | 101011 | 1001001 | 1000100 | 101001 | 0 | 111 | 1000111 | 10101010 | 11010 | 10111 |
Color Harmonies of #2B4944
Complementary color
Monochromatic Colors of #2B4944
Black with #2B4944
Text Example
Text Example
White with #2B4944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4944; }
p { color: rgb(43,73,68); }
H1.HeaderClassName
{
color: #2B4944;
}
.AnyTagClassName
{
color: #2B4944;
}
</style>
background-color css
<style>
a { background-color: #2B4944; }
a { background-color: rgb(43,73,68); }
div.DivClassName
{
background-color: #2B4944;
}
.BgClassName
{
background-color: #2B4944;
}
</style>
border-color css
<style>
span { border-color: #2B4944; }
span { border-color: rgb(43,73,68); }
td.TdClassName
{
border-color: #2B4944;
}
.TagClassName
{
border-color: #2B4944;
}
</style>