Shades of Gable Green #2D413C
Tints of Gable Green #2D413C
RGB
CMYK
RGB Variations
Color information
#2D413C (or 0x2D413C) is known color: Gable Green. HEX triplet: 2D, 41 and 3C. RGB value is (45,65,60). Sum of RGB (Red+Green+Blue) = 45+65+60=170 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.47% from 170); Green value is 65 (25.78% from 255 or 38.24% from 170); Blue value is 60 (23.83% from 255 or 35.29% from 170); Max value from RGB is 65 - color contains mainly: green. Hex color #2D413C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D413C is #D2BEC3. Grayscale: #3A3A3A. Windows color (decimal): -13811396 or 3948845. OLE color: 3948845.
HSL color Cylindrical-coordinate representation of color #2D413C: hue angle of 165º degrees, saturation: 0.18, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #2D413C is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 45 | 65 | 60 | - |
| CMYK | 0.31 | 0 | 0.08 | 0.75 |
| HSL | 165º | 0.18% | 0.22% | - |
| HSV(B) | 165º | 0.31% | 0.25% | - |
| XYZ | 3.79 | 4.66 | 4.98 | - |
| YUV | 58.45 | 128.87 | 118.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 65 | 60 | 0.31 | 0 | 0.08 | 0.75 | 165 | 0.18 | 0.22 |
| Hex | 2D | 41 | 3C | 1F | 0 | 8 | 4B | A5 | 12 | 16 |
| Octal | 55 | 101 | 74 | 37 | 0 | 10 | 113 | 245 | 22 | 26 |
| Binary | 101101 | 1000001 | 111100 | 11111 | 0 | 1000 | 1001011 | 10100101 | 10010 | 10110 |
Color Harmonies of #2D413C
Complementary color
Monochromatic Colors of #2D413C
Black with #2D413C
Text Example
Text Example
White with #2D413C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D413C; }
p { color: rgb(45,65,60); }
H1.HeaderClassName
{
color: #2D413C;
}
.AnyTagClassName
{
color: #2D413C;
}
</style>
background-color css
<style>
a { background-color: #2D413C; }
a { background-color: rgb(45,65,60); }
div.DivClassName
{
background-color: #2D413C;
}
.BgClassName
{
background-color: #2D413C;
}
</style>
border-color css
<style>
span { border-color: #2D413C; }
span { border-color: rgb(45,65,60); }
td.TdClassName
{
border-color: #2D413C;
}
.TagClassName
{
border-color: #2D413C;
}
</style>