Shades of Gordons Green #293129
Tints of Gordons Green #293129
RGB
CMYK
RGB Variations
Color information
#293129 (or 0x293129) is known color: Gordons Green. HEX triplet: 29, 31 and 29. RGB value is (41,49,41). Sum of RGB (Red+Green+Blue) = 41+49+41=131 (17% of max value = 765). Red value is 41 (16.41% from 255 or 31.30% from 131); Green value is 49 (19.53% from 255 or 37.40% from 131); Blue value is 41 (16.41% from 255 or 31.30% from 131); Max value from RGB is 49 - color contains mainly: green. Hex color #293129 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293129 is #D6CED6. Grayscale: #2D2D2D. Windows color (decimal): -14077655 or 2699561. OLE color: 2699561.
HSL color Cylindrical-coordinate representation of color #293129: hue angle of 120º degrees, saturation: 0.09, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #293129 is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 41 | 49 | 41 | - |
| CMYK | 0.16 | 0 | 0.16 | 0.81 |
| HSL | 120º | 0.09% | 0.18% | - |
| HSV(B) | 120º | 0.16% | 0.19% | - |
| XYZ | 2.41 | 2.83 | 2.52 | - |
| YUV | 45.7 | 125.35 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 49 | 41 | 0.16 | 0 | 0.16 | 0.81 | 120 | 0.09 | 0.18 |
| Hex | 29 | 31 | 29 | 10 | 0 | 10 | 51 | 78 | 9 | 12 |
| Octal | 51 | 61 | 51 | 20 | 0 | 20 | 121 | 170 | 11 | 22 |
| Binary | 101001 | 110001 | 101001 | 10000 | 0 | 10000 | 1010001 | 1111000 | 1001 | 10010 |
Color Harmonies of #293129
Complementary color
Monochromatic Colors of #293129
Black with #293129
Text Example
Text Example
White with #293129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293129; }
p { color: rgb(41,49,41); }
H1.HeaderClassName
{
color: #293129;
}
.AnyTagClassName
{
color: #293129;
}
</style>
background-color css
<style>
a { background-color: #293129; }
a { background-color: rgb(41,49,41); }
div.DivClassName
{
background-color: #293129;
}
.BgClassName
{
background-color: #293129;
}
</style>
border-color css
<style>
span { border-color: #293129; }
span { border-color: rgb(41,49,41); }
td.TdClassName
{
border-color: #293129;
}
.TagClassName
{
border-color: #293129;
}
</style>