Shades of Gable Green #2B403C
Tints of Gable Green #2B403C
RGB
CMYK
RGB Variations
Color information
#2B403C (or 0x2B403C) is known color: Gable Green. HEX triplet: 2B, 40 and 3C. RGB value is (43,64,60). Sum of RGB (Red+Green+Blue) = 43+64+60=167 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.75% from 167); Green value is 64 (25.39% from 255 or 38.32% from 167); Blue value is 60 (23.83% from 255 or 35.93% from 167); Max value from RGB is 64 - color contains mainly: green. Hex color #2B403C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B403C is #D4BFC3. Grayscale: #393939. Windows color (decimal): -13942724 or 3948587. OLE color: 3948587.
HSL color Cylindrical-coordinate representation of color #2B403C: hue angle of 168.57º 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 #2B403C is Cyan = 0.33, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 43 | 64 | 60 | - |
| CMYK | 0.33 | 0 | 0.06 | 0.75 |
| HSL | 168.57º | 0.2% | 0.21% | - |
| HSV(B) | 168.57º | 0.33% | 0.25% | - |
| XYZ | 3.65 | 4.51 | 4.95 | - |
| YUV | 57.27 | 129.54 | 117.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 64 | 60 | 0.33 | 0 | 0.06 | 0.75 | 168.57 | 0.2 | 0.21 |
| Hex | 2B | 40 | 3C | 21 | 0 | 6 | 4B | A9 | 14 | 15 |
| Octal | 53 | 100 | 74 | 41 | 0 | 6 | 113 | 251 | 24 | 25 |
| Binary | 101011 | 1000000 | 111100 | 100001 | 0 | 110 | 1001011 | 10101001 | 10100 | 10101 |
Color Harmonies of #2B403C
Complementary color
Monochromatic Colors of #2B403C
Black with #2B403C
Text Example
Text Example
White with #2B403C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B403C; }
p { color: rgb(43,64,60); }
H1.HeaderClassName
{
color: #2B403C;
}
.AnyTagClassName
{
color: #2B403C;
}
</style>
background-color css
<style>
a { background-color: #2B403C; }
a { background-color: rgb(43,64,60); }
div.DivClassName
{
background-color: #2B403C;
}
.BgClassName
{
background-color: #2B403C;
}
</style>
border-color css
<style>
span { border-color: #2B403C; }
span { border-color: rgb(43,64,60); }
td.TdClassName
{
border-color: #2B403C;
}
.TagClassName
{
border-color: #2B403C;
}
</style>