Shades of Gordons Green #293229
Tints of Gordons Green #293229
RGB
CMYK
RGB Variations
Color information
#293229 (or 0x293229) is known color: Gordons Green. HEX triplet: 29, 32 and 29. RGB value is (41,50,41). Sum of RGB (Red+Green+Blue) = 41+50+41=132 (17% of max value = 765). Red value is 41 (16.41% from 255 or 31.06% from 132); Green value is 50 (19.92% from 255 or 37.88% from 132); Blue value is 41 (16.41% from 255 or 31.06% from 132); Max value from RGB is 50 - color contains mainly: green. Hex color #293229 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293229 is #D6CDD6. Grayscale: #2E2E2E. Windows color (decimal): -14077399 or 2699817. OLE color: 2699817.
HSL color Cylindrical-coordinate representation of color #293229: hue angle of 120º degrees, saturation: 0.1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #293229 is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 41 | 50 | 41 | - |
| CMYK | 0.18 | 0 | 0.18 | 0.80 |
| HSL | 120º | 0.1% | 0.18% | - |
| HSV(B) | 120º | 0.18% | 0.2% | - |
| XYZ | 2.46 | 2.91 | 2.53 | - |
| YUV | 46.28 | 125.02 | 124.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 50 | 41 | 0.18 | 0 | 0.18 | 0.80 | 120 | 0.1 | 0.18 |
| Hex | 29 | 32 | 29 | 12 | 0 | 12 | 50 | 78 | A | 12 |
| Octal | 51 | 62 | 51 | 22 | 0 | 22 | 120 | 170 | 12 | 22 |
| Binary | 101001 | 110010 | 101001 | 10010 | 0 | 10010 | 1010000 | 1111000 | 1010 | 10010 |
Color Harmonies of #293229
Complementary color
Monochromatic Colors of #293229
Black with #293229
Text Example
Text Example
White with #293229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293229; }
p { color: rgb(41,50,41); }
H1.HeaderClassName
{
color: #293229;
}
.AnyTagClassName
{
color: #293229;
}
</style>
background-color css
<style>
a { background-color: #293229; }
a { background-color: rgb(41,50,41); }
div.DivClassName
{
background-color: #293229;
}
.BgClassName
{
background-color: #293229;
}
</style>
border-color css
<style>
span { border-color: #293229; }
span { border-color: rgb(41,50,41); }
td.TdClassName
{
border-color: #293229;
}
.TagClassName
{
border-color: #293229;
}
</style>