Shades of Gable Green #2D403D
Tints of Gable Green #2D403D
RGB
CMYK
RGB Variations
Color information
#2D403D (or 0x2D403D) is known color: Gable Green. HEX triplet: 2D, 40 and 3D. RGB value is (45,64,61). Sum of RGB (Red+Green+Blue) = 45+64+61=170 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.47% from 170); Green value is 64 (25.39% from 255 or 37.65% from 170); Blue value is 61 (24.22% from 255 or 35.88% from 170); Max value from RGB is 64 - color contains mainly: green. Hex color #2D403D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D403D is #D2BFC2. Grayscale: #393939. Windows color (decimal): -13811651 or 4014125. OLE color: 4014125.
HSL color Cylindrical-coordinate representation of color #2D403D: hue angle of 170.53º 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 #2D403D is Cyan = 0.30, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 45 | 64 | 61 | - |
| CMYK | 0.30 | 0 | 0.05 | 0.75 |
| HSL | 170.53º | 0.17% | 0.21% | - |
| HSV(B) | 170.53º | 0.3% | 0.25% | - |
| XYZ | 3.76 | 4.56 | 5.1 | - |
| YUV | 57.98 | 129.71 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 64 | 61 | 0.30 | 0 | 0.05 | 0.75 | 170.53 | 0.17 | 0.21 |
| Hex | 2D | 40 | 3D | 1E | 0 | 5 | 4B | AB | 11 | 15 |
| Octal | 55 | 100 | 75 | 36 | 0 | 5 | 113 | 253 | 21 | 25 |
| Binary | 101101 | 1000000 | 111101 | 11110 | 0 | 101 | 1001011 | 10101011 | 10001 | 10101 |
Color Harmonies of #2D403D
Complementary color
Monochromatic Colors of #2D403D
Black with #2D403D
Text Example
Text Example
White with #2D403D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D403D; }
p { color: rgb(45,64,61); }
H1.HeaderClassName
{
color: #2D403D;
}
.AnyTagClassName
{
color: #2D403D;
}
</style>
background-color css
<style>
a { background-color: #2D403D; }
a { background-color: rgb(45,64,61); }
div.DivClassName
{
background-color: #2D403D;
}
.BgClassName
{
background-color: #2D403D;
}
</style>
border-color css
<style>
span { border-color: #2D403D; }
span { border-color: rgb(45,64,61); }
td.TdClassName
{
border-color: #2D403D;
}
.TagClassName
{
border-color: #2D403D;
}
</style>