Shades of Gable Green #2B403D
Tints of Gable Green #2B403D
RGB
CMYK
RGB Variations
Color information
#2B403D (or 0x2B403D) is known color: Gable Green. HEX triplet: 2B, 40 and 3D. RGB value is (43,64,61). Sum of RGB (Red+Green+Blue) = 43+64+61=168 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.60% from 168); Green value is 64 (25.39% from 255 or 38.10% from 168); Blue value is 61 (24.22% from 255 or 36.31% from 168); Max value from RGB is 64 - color contains mainly: green. Hex color #2B403D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B403D is #D4BFC2. Grayscale: #393939. Windows color (decimal): -13942723 or 4014123. OLE color: 4014123.
HSL color Cylindrical-coordinate representation of color #2B403D: hue angle of 171.43º 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 #2B403D is Cyan = 0.33, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 43 | 64 | 61 | - |
| CMYK | 0.33 | 0 | 0.05 | 0.75 |
| HSL | 171.43º | 0.2% | 0.21% | - |
| HSV(B) | 171.43º | 0.33% | 0.25% | - |
| XYZ | 3.67 | 4.52 | 5.09 | - |
| YUV | 57.38 | 130.04 | 117.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 64 | 61 | 0.33 | 0 | 0.05 | 0.75 | 171.43 | 0.2 | 0.21 |
| Hex | 2B | 40 | 3D | 21 | 0 | 5 | 4B | AB | 14 | 15 |
| Octal | 53 | 100 | 75 | 41 | 0 | 5 | 113 | 253 | 24 | 25 |
| Binary | 101011 | 1000000 | 111101 | 100001 | 0 | 101 | 1001011 | 10101011 | 10100 | 10101 |
Color Harmonies of #2B403D
Complementary color
Monochromatic Colors of #2B403D
Black with #2B403D
Text Example
Text Example
White with #2B403D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B403D; }
p { color: rgb(43,64,61); }
H1.HeaderClassName
{
color: #2B403D;
}
.AnyTagClassName
{
color: #2B403D;
}
</style>
background-color css
<style>
a { background-color: #2B403D; }
a { background-color: rgb(43,64,61); }
div.DivClassName
{
background-color: #2B403D;
}
.BgClassName
{
background-color: #2B403D;
}
</style>
border-color css
<style>
span { border-color: #2B403D; }
span { border-color: rgb(43,64,61); }
td.TdClassName
{
border-color: #2B403D;
}
.TagClassName
{
border-color: #2B403D;
}
</style>