Shades of Gable Green #2B4742
Tints of Gable Green #2B4742
RGB
CMYK
RGB Variations
Color information
#2B4742 (or 0x2B4742) is known color: Gable Green. HEX triplet: 2B, 47 and 42. RGB value is (43,71,66). Sum of RGB (Red+Green+Blue) = 43+71+66=180 (23% of max value = 765). Red value is 43 (17.19% from 255 or 23.89% from 180); Green value is 71 (28.12% from 255 or 39.44% from 180); Blue value is 66 (26.17% from 255 or 36.67% from 180); Max value from RGB is 71 - color contains mainly: green. Hex color #2B4742 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4742 is #D4B8BD. Grayscale: #3E3E3E. Windows color (decimal): -13940926 or 4343595. OLE color: 4343595.
HSL color Cylindrical-coordinate representation of color #2B4742: hue angle of 169.29º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2B4742 is Cyan = 0.39, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 43 | 71 | 66 | - |
| CMYK | 0.39 | 0 | 0.07 | 0.72 |
| HSL | 169.29º | 0.25% | 0.22% | - |
| HSV(B) | 169.29º | 0.39% | 0.28% | - |
| XYZ | 4.23 | 5.41 | 5.98 | - |
| YUV | 62.06 | 130.22 | 114.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 71 | 66 | 0.39 | 0 | 0.07 | 0.72 | 169.29 | 0.25 | 0.22 |
| Hex | 2B | 47 | 42 | 27 | 0 | 7 | 48 | A9 | 19 | 16 |
| Octal | 53 | 107 | 102 | 47 | 0 | 7 | 110 | 251 | 31 | 26 |
| Binary | 101011 | 1000111 | 1000010 | 100111 | 0 | 111 | 1001000 | 10101001 | 11001 | 10110 |
Color Harmonies of #2B4742
Complementary color
Monochromatic Colors of #2B4742
Black with #2B4742
Text Example
Text Example
White with #2B4742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4742; }
p { color: rgb(43,71,66); }
H1.HeaderClassName
{
color: #2B4742;
}
.AnyTagClassName
{
color: #2B4742;
}
</style>
background-color css
<style>
a { background-color: #2B4742; }
a { background-color: rgb(43,71,66); }
div.DivClassName
{
background-color: #2B4742;
}
.BgClassName
{
background-color: #2B4742;
}
</style>
border-color css
<style>
span { border-color: #2B4742; }
span { border-color: rgb(43,71,66); }
td.TdClassName
{
border-color: #2B4742;
}
.TagClassName
{
border-color: #2B4742;
}
</style>