Shades of Gordons Green #293B2D
Tints of Gordons Green #293B2D
RGB
CMYK
RGB Variations
Color information
#293B2D (or 0x293B2D) is known color: Gordons Green. HEX triplet: 29, 3B and 2D. RGB value is (41,59,45). Sum of RGB (Red+Green+Blue) = 41+59+45=145 (19% of max value = 765). Red value is 41 (16.41% from 255 or 28.28% from 145); Green value is 59 (23.44% from 255 or 40.69% from 145); Blue value is 45 (17.97% from 255 or 31.03% from 145); Max value from RGB is 59 - color contains mainly: green. Hex color #293B2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293B2D is #D6C4D2. Grayscale: #343434. Windows color (decimal): -14075091 or 2964265. OLE color: 2964265.
HSL color Cylindrical-coordinate representation of color #293B2D: hue angle of 133.33º degrees, saturation: 0.18, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #293B2D is Cyan = 0.31, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 41 | 59 | 45 | - |
| CMYK | 0.31 | 0 | 0.24 | 0.77 |
| HSL | 133.33º | 0.18% | 0.2% | - |
| HSV(B) | 133.33º | 0.31% | 0.23% | - |
| XYZ | 2.95 | 3.79 | 3.06 | - |
| YUV | 52.02 | 124.04 | 120.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 59 | 45 | 0.31 | 0 | 0.24 | 0.77 | 133.33 | 0.18 | 0.2 |
| Hex | 29 | 3B | 2D | 1F | 0 | 18 | 4D | 85 | 12 | 14 |
| Octal | 51 | 73 | 55 | 37 | 0 | 30 | 115 | 205 | 22 | 24 |
| Binary | 101001 | 111011 | 101101 | 11111 | 0 | 11000 | 1001101 | 10000101 | 10010 | 10100 |
Color Harmonies of #293B2D
Complementary color
Monochromatic Colors of #293B2D
Black with #293B2D
Text Example
Text Example
White with #293B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293B2D; }
p { color: rgb(41,59,45); }
H1.HeaderClassName
{
color: #293B2D;
}
.AnyTagClassName
{
color: #293B2D;
}
</style>
background-color css
<style>
a { background-color: #293B2D; }
a { background-color: rgb(41,59,45); }
div.DivClassName
{
background-color: #293B2D;
}
.BgClassName
{
background-color: #293B2D;
}
</style>
border-color css
<style>
span { border-color: #293B2D; }
span { border-color: rgb(41,59,45); }
td.TdClassName
{
border-color: #293B2D;
}
.TagClassName
{
border-color: #293B2D;
}
</style>