Shades of Gable Green #2B3D3B
Tints of Gable Green #2B3D3B
RGB
CMYK
RGB Variations
Color information
#2B3D3B (or 0x2B3D3B) is known color: Gable Green. HEX triplet: 2B, 3D and 3B. RGB value is (43,61,59). Sum of RGB (Red+Green+Blue) = 43+61+59=163 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.38% from 163); Green value is 61 (24.22% from 255 or 37.42% from 163); Blue value is 59 (23.44% from 255 or 36.20% from 163); Max value from RGB is 61 - color contains mainly: green. Hex color #2B3D3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3D3B is #D4C2C4. Grayscale: #373737. Windows color (decimal): -13943493 or 3882283. OLE color: 3882283.
HSL color Cylindrical-coordinate representation of color #2B3D3B: hue angle of 173.33º degrees, saturation: 0.17, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #2B3D3B is Cyan = 0.30, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 43 | 61 | 59 | - |
| CMYK | 0.30 | 0 | 0.03 | 0.76 |
| HSL | 173.33º | 0.17% | 0.2% | - |
| HSV(B) | 173.33º | 0.3% | 0.24% | - |
| XYZ | 3.45 | 4.17 | 4.76 | - |
| YUV | 55.39 | 130.04 | 119.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 61 | 59 | 0.30 | 0 | 0.03 | 0.76 | 173.33 | 0.17 | 0.2 |
| Hex | 2B | 3D | 3B | 1E | 0 | 3 | 4C | AD | 11 | 14 |
| Octal | 53 | 75 | 73 | 36 | 0 | 3 | 114 | 255 | 21 | 24 |
| Binary | 101011 | 111101 | 111011 | 11110 | 0 | 11 | 1001100 | 10101101 | 10001 | 10100 |
Color Harmonies of #2B3D3B
Complementary color
Monochromatic Colors of #2B3D3B
Black with #2B3D3B
Text Example
Text Example
White with #2B3D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3D3B; }
p { color: rgb(43,61,59); }
H1.HeaderClassName
{
color: #2B3D3B;
}
.AnyTagClassName
{
color: #2B3D3B;
}
</style>
background-color css
<style>
a { background-color: #2B3D3B; }
a { background-color: rgb(43,61,59); }
div.DivClassName
{
background-color: #2B3D3B;
}
.BgClassName
{
background-color: #2B3D3B;
}
</style>
border-color css
<style>
span { border-color: #2B3D3B; }
span { border-color: rgb(43,61,59); }
td.TdClassName
{
border-color: #2B3D3B;
}
.TagClassName
{
border-color: #2B3D3B;
}
</style>