Shades of Gable Green #2D4A45
Tints of Gable Green #2D4A45
RGB
CMYK
RGB Variations
Color information
#2D4A45 (or 0x2D4A45) is known color: Gable Green. HEX triplet: 2D, 4A and 45. RGB value is (45,74,69). Sum of RGB (Red+Green+Blue) = 45+74+69=188 (24% of max value = 765). Red value is 45 (17.97% from 255 or 23.94% from 188); Green value is 74 (29.30% from 255 or 39.36% from 188); Blue value is 69 (27.34% from 255 or 36.70% from 188); Max value from RGB is 74 - color contains mainly: green. Hex color #2D4A45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D4A45 is #D2B5BA. Grayscale: #404040. Windows color (decimal): -13809083 or 4540973. OLE color: 4540973.
HSL color Cylindrical-coordinate representation of color #2D4A45: hue angle of 169.66º degrees, saturation: 0.24, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2D4A45 is Cyan = 0.39, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.71.
Color convert
RGB | 45 | 74 | 69 | - |
CMYK | 0.39 | 0 | 0.07 | 0.71 |
HSL | 169.66º | 0.24% | 0.23% | - |
HSV(B) | 169.66º | 0.39% | 0.29% | - |
XYZ | 4.61 | 5.89 | 6.52 | - |
YUV | 64.76 | 130.39 | 113.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 45 | 74 | 69 | 0.39 | 0 | 0.07 | 0.71 | 169.66 | 0.24 | 0.23 |
Hex | 2D | 4A | 45 | 27 | 0 | 7 | 47 | AA | 18 | 17 |
Octal | 55 | 112 | 105 | 47 | 0 | 7 | 107 | 252 | 30 | 27 |
Binary | 101101 | 1001010 | 1000101 | 100111 | 0 | 111 | 1000111 | 10101010 | 11000 | 10111 |
Color Harmonies of #2D4A45
Complementary color
Monochromatic Colors of #2D4A45
Black with #2D4A45
Text Example
Text Example
White with #2D4A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4A45; }
p { color: rgb(45,74,69); }
H1.HeaderClassName
{
color: #2D4A45;
}
.AnyTagClassName
{
color: #2D4A45;
}
</style>
background-color css
<style>
a { background-color: #2D4A45; }
a { background-color: rgb(45,74,69); }
div.DivClassName
{
background-color: #2D4A45;
}
.BgClassName
{
background-color: #2D4A45;
}
</style>
border-color css
<style>
span { border-color: #2D4A45; }
span { border-color: rgb(45,74,69); }
td.TdClassName
{
border-color: #2D4A45;
}
.TagClassName
{
border-color: #2D4A45;
}
</style>