Shades of Gable Green #2D3F3B
Tints of Gable Green #2D3F3B
RGB
CMYK
RGB Variations
Color information
#2D3F3B (or 0x2D3F3B) is known color: Gable Green. HEX triplet: 2D, 3F and 3B. RGB value is (45,63,59). Sum of RGB (Red+Green+Blue) = 45+63+59=167 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.95% from 167); Green value is 63 (25% from 255 or 37.72% from 167); Blue value is 59 (23.44% from 255 or 35.33% from 167); Max value from RGB is 63 - color contains mainly: green. Hex color #2D3F3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D3F3B is #D2C0C4. Grayscale: #393939. Windows color (decimal): -13811909 or 3882797. OLE color: 3882797.
HSL color Cylindrical-coordinate representation of color #2D3F3B: hue angle of 166.67º degrees, saturation: 0.17, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #2D3F3B is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 45 | 63 | 59 | - |
| CMYK | 0.29 | 0 | 0.06 | 0.75 |
| HSL | 166.67º | 0.17% | 0.21% | - |
| HSV(B) | 166.67º | 0.29% | 0.25% | - |
| XYZ | 3.65 | 4.43 | 4.8 | - |
| YUV | 57.16 | 129.04 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 63 | 59 | 0.29 | 0 | 0.06 | 0.75 | 166.67 | 0.17 | 0.21 |
| Hex | 2D | 3F | 3B | 1D | 0 | 6 | 4B | A7 | 11 | 15 |
| Octal | 55 | 77 | 73 | 35 | 0 | 6 | 113 | 247 | 21 | 25 |
| Binary | 101101 | 111111 | 111011 | 11101 | 0 | 110 | 1001011 | 10100111 | 10001 | 10101 |
Color Harmonies of #2D3F3B
Complementary color
Monochromatic Colors of #2D3F3B
Black with #2D3F3B
Text Example
Text Example
White with #2D3F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3F3B; }
p { color: rgb(45,63,59); }
H1.HeaderClassName
{
color: #2D3F3B;
}
.AnyTagClassName
{
color: #2D3F3B;
}
</style>
background-color css
<style>
a { background-color: #2D3F3B; }
a { background-color: rgb(45,63,59); }
div.DivClassName
{
background-color: #2D3F3B;
}
.BgClassName
{
background-color: #2D3F3B;
}
</style>
border-color css
<style>
span { border-color: #2D3F3B; }
span { border-color: rgb(45,63,59); }
td.TdClassName
{
border-color: #2D3F3B;
}
.TagClassName
{
border-color: #2D3F3B;
}
</style>