Shades of Gable Green #2B413E
Tints of Gable Green #2B413E
RGB
CMYK
RGB Variations
Color information
#2B413E (or 0x2B413E) is known color: Gable Green. HEX triplet: 2B, 41 and 3E. RGB value is (43,65,62). Sum of RGB (Red+Green+Blue) = 43+65+62=170 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.29% from 170); Green value is 65 (25.78% from 255 or 38.24% from 170); Blue value is 62 (24.61% from 255 or 36.47% from 170); Max value from RGB is 65 - color contains mainly: green. Hex color #2B413E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B413E is #D4BEC1. Grayscale: #3A3A3A. Windows color (decimal): -13942466 or 4079915. OLE color: 4079915.
HSL color Cylindrical-coordinate representation of color #2B413E: hue angle of 171.82º degrees, saturation: 0.2, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #2B413E is Cyan = 0.34, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 43 | 65 | 62 | - |
| CMYK | 0.34 | 0 | 0.05 | 0.75 |
| HSL | 171.82º | 0.2% | 0.21% | - |
| HSV(B) | 171.82º | 0.34% | 0.25% | - |
| XYZ | 3.76 | 4.64 | 5.26 | - |
| YUV | 58.08 | 130.21 | 117.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 65 | 62 | 0.34 | 0 | 0.05 | 0.75 | 171.82 | 0.2 | 0.21 |
| Hex | 2B | 41 | 3E | 22 | 0 | 5 | 4B | AC | 14 | 15 |
| Octal | 53 | 101 | 76 | 42 | 0 | 5 | 113 | 254 | 24 | 25 |
| Binary | 101011 | 1000001 | 111110 | 100010 | 0 | 101 | 1001011 | 10101100 | 10100 | 10101 |
Color Harmonies of #2B413E
Complementary color
Monochromatic Colors of #2B413E
Black with #2B413E
Text Example
Text Example
White with #2B413E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B413E; }
p { color: rgb(43,65,62); }
H1.HeaderClassName
{
color: #2B413E;
}
.AnyTagClassName
{
color: #2B413E;
}
</style>
background-color css
<style>
a { background-color: #2B413E; }
a { background-color: rgb(43,65,62); }
div.DivClassName
{
background-color: #2B413E;
}
.BgClassName
{
background-color: #2B413E;
}
</style>
border-color css
<style>
span { border-color: #2B413E; }
span { border-color: rgb(43,65,62); }
td.TdClassName
{
border-color: #2B413E;
}
.TagClassName
{
border-color: #2B413E;
}
</style>