Shades of Gable Green #2D4843
Tints of Gable Green #2D4843
RGB
CMYK
RGB Variations
Color information
#2D4843 (or 0x2D4843) is known color: Gable Green. HEX triplet: 2D, 48 and 43. RGB value is (45,72,67). Sum of RGB (Red+Green+Blue) = 45+72+67=184 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.46% from 184); Green value is 72 (28.52% from 255 or 39.13% from 184); Blue value is 67 (26.56% from 255 or 36.41% from 184); Max value from RGB is 72 - color contains mainly: green. Hex color #2D4843 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D4843 is #D2B7BC. Grayscale: #3F3F3F. Windows color (decimal): -13809597 or 4409389. OLE color: 4409389.
HSL color Cylindrical-coordinate representation of color #2D4843: hue angle of 168.89º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #2D4843 is Cyan = 0.38, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 45 | 72 | 67 | - |
| CMYK | 0.38 | 0 | 0.07 | 0.72 |
| HSL | 168.89º | 0.23% | 0.23% | - |
| HSV(B) | 168.89º | 0.38% | 0.28% | - |
| XYZ | 4.41 | 5.6 | 6.16 | - |
| YUV | 63.36 | 130.05 | 114.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 72 | 67 | 0.38 | 0 | 0.07 | 0.72 | 168.89 | 0.23 | 0.23 |
| Hex | 2D | 48 | 43 | 26 | 0 | 7 | 48 | A9 | 17 | 17 |
| Octal | 55 | 110 | 103 | 46 | 0 | 7 | 110 | 251 | 27 | 27 |
| Binary | 101101 | 1001000 | 1000011 | 100110 | 0 | 111 | 1001000 | 10101001 | 10111 | 10111 |
Color Harmonies of #2D4843
Complementary color
Monochromatic Colors of #2D4843
Black with #2D4843
Text Example
Text Example
White with #2D4843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4843; }
p { color: rgb(45,72,67); }
H1.HeaderClassName
{
color: #2D4843;
}
.AnyTagClassName
{
color: #2D4843;
}
</style>
background-color css
<style>
a { background-color: #2D4843; }
a { background-color: rgb(45,72,67); }
div.DivClassName
{
background-color: #2D4843;
}
.BgClassName
{
background-color: #2D4843;
}
</style>
border-color css
<style>
span { border-color: #2D4843; }
span { border-color: rgb(45,72,67); }
td.TdClassName
{
border-color: #2D4843;
}
.TagClassName
{
border-color: #2D4843;
}
</style>