Shades of Gable Green #2D453F
Tints of Gable Green #2D453F
RGB
CMYK
RGB Variations
Color information
#2D453F (or 0x2D453F) is known color: Gable Green. HEX triplet: 2D, 45 and 3F. RGB value is (45,69,63). Sum of RGB (Red+Green+Blue) = 45+69+63=177 (23% of max value = 765). Red value is 45 (17.97% from 255 or 25.42% from 177); Green value is 69 (27.34% from 255 or 38.98% from 177); Blue value is 63 (25% from 255 or 35.59% from 177); Max value from RGB is 69 - color contains mainly: green. Hex color #2D453F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D453F is #D2BAC0. Grayscale: #3D3D3D. Windows color (decimal): -13810369 or 4146477. OLE color: 4146477.
HSL color Cylindrical-coordinate representation of color #2D453F: hue angle of 165º degrees, saturation: 0.21, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #2D453F is Cyan = 0.35, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 45 | 69 | 63 | - |
| CMYK | 0.35 | 0 | 0.09 | 0.73 |
| HSL | 165º | 0.21% | 0.22% | - |
| HSV(B) | 165º | 0.35% | 0.27% | - |
| XYZ | 4.11 | 5.17 | 5.48 | - |
| YUV | 61.14 | 129.05 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 69 | 63 | 0.35 | 0 | 0.09 | 0.73 | 165 | 0.21 | 0.22 |
| Hex | 2D | 45 | 3F | 23 | 0 | 9 | 49 | A5 | 15 | 16 |
| Octal | 55 | 105 | 77 | 43 | 0 | 11 | 111 | 245 | 25 | 26 |
| Binary | 101101 | 1000101 | 111111 | 100011 | 0 | 1001 | 1001001 | 10100101 | 10101 | 10110 |
Color Harmonies of #2D453F
Complementary color
Monochromatic Colors of #2D453F
Black with #2D453F
Text Example
Text Example
White with #2D453F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D453F; }
p { color: rgb(45,69,63); }
H1.HeaderClassName
{
color: #2D453F;
}
.AnyTagClassName
{
color: #2D453F;
}
</style>
background-color css
<style>
a { background-color: #2D453F; }
a { background-color: rgb(45,69,63); }
div.DivClassName
{
background-color: #2D453F;
}
.BgClassName
{
background-color: #2D453F;
}
</style>
border-color css
<style>
span { border-color: #2D453F; }
span { border-color: rgb(45,69,63); }
td.TdClassName
{
border-color: #2D453F;
}
.TagClassName
{
border-color: #2D453F;
}
</style>