Shades of Gable Green #2D403B
Tints of Gable Green #2D403B
RGB
CMYK
RGB Variations
Color information
#2D403B (or 0x2D403B) is known color: Gable Green. HEX triplet: 2D, 40 and 3B. RGB value is (45,64,59). Sum of RGB (Red+Green+Blue) = 45+64+59=168 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.79% from 168); Green value is 64 (25.39% from 255 or 38.10% from 168); Blue value is 59 (23.44% from 255 or 35.12% from 168); Max value from RGB is 64 - color contains mainly: green. Hex color #2D403B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D403B is #D2BFC4. Grayscale: #393939. Windows color (decimal): -13811653 or 3883053. OLE color: 3883053.
HSL color Cylindrical-coordinate representation of color #2D403B: hue angle of 164.21º degrees, saturation: 0.17, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #2D403B is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 45 | 64 | 59 | - |
| CMYK | 0.30 | 0 | 0.08 | 0.75 |
| HSL | 164.21º | 0.17% | 0.21% | - |
| HSV(B) | 164.21º | 0.3% | 0.25% | - |
| XYZ | 3.71 | 4.54 | 4.82 | - |
| YUV | 57.75 | 128.71 | 118.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 64 | 59 | 0.30 | 0 | 0.08 | 0.75 | 164.21 | 0.17 | 0.21 |
| Hex | 2D | 40 | 3B | 1E | 0 | 8 | 4B | A4 | 11 | 15 |
| Octal | 55 | 100 | 73 | 36 | 0 | 10 | 113 | 244 | 21 | 25 |
| Binary | 101101 | 1000000 | 111011 | 11110 | 0 | 1000 | 1001011 | 10100100 | 10001 | 10101 |
Color Harmonies of #2D403B
Complementary color
Monochromatic Colors of #2D403B
Black with #2D403B
Text Example
Text Example
White with #2D403B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D403B; }
p { color: rgb(45,64,59); }
H1.HeaderClassName
{
color: #2D403B;
}
.AnyTagClassName
{
color: #2D403B;
}
</style>
background-color css
<style>
a { background-color: #2D403B; }
a { background-color: rgb(45,64,59); }
div.DivClassName
{
background-color: #2D403B;
}
.BgClassName
{
background-color: #2D403B;
}
</style>
border-color css
<style>
span { border-color: #2D403B; }
span { border-color: rgb(45,64,59); }
td.TdClassName
{
border-color: #2D403B;
}
.TagClassName
{
border-color: #2D403B;
}
</style>