Shades of Gable Green #2B403A
Tints of Gable Green #2B403A
RGB
CMYK
RGB Variations
Color information
#2B403A (or 0x2B403A) is known color: Gable Green. HEX triplet: 2B, 40 and 3A. RGB value is (43,64,58). Sum of RGB (Red+Green+Blue) = 43+64+58=165 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.06% from 165); Green value is 64 (25.39% from 255 or 38.79% from 165); Blue value is 58 (23.05% from 255 or 35.15% from 165); Max value from RGB is 64 - color contains mainly: green. Hex color #2B403A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B403A is #D4BFC5. Grayscale: #393939. Windows color (decimal): -13942726 or 3817515. OLE color: 3817515.
HSL color Cylindrical-coordinate representation of color #2B403A: hue angle of 162.86º degrees, saturation: 0.2, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #2B403A is Cyan = 0.33, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 43 | 64 | 58 | - |
| CMYK | 0.33 | 0 | 0.09 | 0.75 |
| HSL | 162.86º | 0.2% | 0.21% | - |
| HSV(B) | 162.86º | 0.33% | 0.25% | - |
| XYZ | 3.59 | 4.49 | 4.68 | - |
| YUV | 57.04 | 128.54 | 117.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 64 | 58 | 0.33 | 0 | 0.09 | 0.75 | 162.86 | 0.2 | 0.21 |
| Hex | 2B | 40 | 3A | 21 | 0 | 9 | 4B | A3 | 14 | 15 |
| Octal | 53 | 100 | 72 | 41 | 0 | 11 | 113 | 243 | 24 | 25 |
| Binary | 101011 | 1000000 | 111010 | 100001 | 0 | 1001 | 1001011 | 10100011 | 10100 | 10101 |
Color Harmonies of #2B403A
Complementary color
Monochromatic Colors of #2B403A
Black with #2B403A
Text Example
Text Example
White with #2B403A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B403A; }
p { color: rgb(43,64,58); }
H1.HeaderClassName
{
color: #2B403A;
}
.AnyTagClassName
{
color: #2B403A;
}
</style>
background-color css
<style>
a { background-color: #2B403A; }
a { background-color: rgb(43,64,58); }
div.DivClassName
{
background-color: #2B403A;
}
.BgClassName
{
background-color: #2B403A;
}
</style>
border-color css
<style>
span { border-color: #2B403A; }
span { border-color: rgb(43,64,58); }
td.TdClassName
{
border-color: #2B403A;
}
.TagClassName
{
border-color: #2B403A;
}
</style>