Shades of Gable Green #2D413D
Tints of Gable Green #2D413D
RGB
CMYK
RGB Variations
Color information
#2D413D (or 0x2D413D) is known color: Gable Green. HEX triplet: 2D, 41 and 3D. RGB value is (45,65,61). Sum of RGB (Red+Green+Blue) = 45+65+61=171 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.32% from 171); Green value is 65 (25.78% from 255 or 38.01% from 171); Blue value is 61 (24.22% from 255 or 35.67% from 171); Max value from RGB is 65 - color contains mainly: green. Hex color #2D413D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D413D is #D2BEC2. Grayscale: #3A3A3A. Windows color (decimal): -13811395 or 4014381. OLE color: 4014381.
HSL color Cylindrical-coordinate representation of color #2D413D: hue angle of 168º 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 #2D413D is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.75.
Color convert
RGB | 45 | 65 | 61 | - |
CMYK | 0.31 | 0 | 0.06 | 0.75 |
HSL | 168º | 0.18% | 0.22% | - |
HSV(B) | 168º | 0.31% | 0.25% | - |
XYZ | 3.81 | 4.68 | 5.12 | - |
YUV | 58.56 | 129.37 | 118.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 45 | 65 | 61 | 0.31 | 0 | 0.06 | 0.75 | 168 | 0.18 | 0.22 |
Hex | 2D | 41 | 3D | 1F | 0 | 6 | 4B | A8 | 12 | 16 |
Octal | 55 | 101 | 75 | 37 | 0 | 6 | 113 | 250 | 22 | 26 |
Binary | 101101 | 1000001 | 111101 | 11111 | 0 | 110 | 1001011 | 10101000 | 10010 | 10110 |
Color Harmonies of #2D413D
Complementary color
Monochromatic Colors of #2D413D
Black with #2D413D
Text Example
Text Example
White with #2D413D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D413D; }
p { color: rgb(45,65,61); }
H1.HeaderClassName
{
color: #2D413D;
}
.AnyTagClassName
{
color: #2D413D;
}
</style>
background-color css
<style>
a { background-color: #2D413D; }
a { background-color: rgb(45,65,61); }
div.DivClassName
{
background-color: #2D413D;
}
.BgClassName
{
background-color: #2D413D;
}
</style>
border-color css
<style>
span { border-color: #2D413D; }
span { border-color: rgb(45,65,61); }
td.TdClassName
{
border-color: #2D413D;
}
.TagClassName
{
border-color: #2D413D;
}
</style>