Shades of Gable Green #2D4943
Tints of Gable Green #2D4943
RGB
CMYK
RGB Variations
Color information
#2D4943 (or 0x2D4943) is known color: Gable Green. HEX triplet: 2D, 49 and 43. RGB value is (45,73,67). Sum of RGB (Red+Green+Blue) = 45+73+67=185 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.32% from 185); Green value is 73 (28.91% from 255 or 39.46% from 185); Blue value is 67 (26.56% from 255 or 36.22% from 185); Max value from RGB is 73 - color contains mainly: green. Hex color #2D4943 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D4943 is #D2B6BC. Grayscale: #3F3F3F. Windows color (decimal): -13809341 or 4409645. OLE color: 4409645.
HSL color Cylindrical-coordinate representation of color #2D4943: hue angle of 167.14º degrees, saturation: 0.24, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #2D4943 is Cyan = 0.38, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 45 | 73 | 67 | - |
| CMYK | 0.38 | 0 | 0.08 | 0.71 |
| HSL | 167.14º | 0.24% | 0.23% | - |
| HSV(B) | 167.14º | 0.38% | 0.29% | - |
| XYZ | 4.48 | 5.73 | 6.18 | - |
| YUV | 63.94 | 129.72 | 114.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 73 | 67 | 0.38 | 0 | 0.08 | 0.71 | 167.14 | 0.24 | 0.23 |
| Hex | 2D | 49 | 43 | 26 | 0 | 8 | 47 | A7 | 18 | 17 |
| Octal | 55 | 111 | 103 | 46 | 0 | 10 | 107 | 247 | 30 | 27 |
| Binary | 101101 | 1001001 | 1000011 | 100110 | 0 | 1000 | 1000111 | 10100111 | 11000 | 10111 |
Color Harmonies of #2D4943
Complementary color
Monochromatic Colors of #2D4943
Black with #2D4943
Text Example
Text Example
White with #2D4943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4943; }
p { color: rgb(45,73,67); }
H1.HeaderClassName
{
color: #2D4943;
}
.AnyTagClassName
{
color: #2D4943;
}
</style>
background-color css
<style>
a { background-color: #2D4943; }
a { background-color: rgb(45,73,67); }
div.DivClassName
{
background-color: #2D4943;
}
.BgClassName
{
background-color: #2D4943;
}
</style>
border-color css
<style>
span { border-color: #2D4943; }
span { border-color: rgb(45,73,67); }
td.TdClassName
{
border-color: #2D4943;
}
.TagClassName
{
border-color: #2D4943;
}
</style>