Shades of Gordons Green #293A2D
Tints of Gordons Green #293A2D
RGB
CMYK
RGB Variations
Color information
#293A2D (or 0x293A2D) is known color: Gordons Green. HEX triplet: 29, 3A and 2D. RGB value is (41,58,45). Sum of RGB (Red+Green+Blue) = 41+58+45=144 (19% of max value = 765). Red value is 41 (16.41% from 255 or 28.47% from 144); Green value is 58 (23.05% from 255 or 40.28% from 144); Blue value is 45 (17.97% from 255 or 31.25% from 144); Max value from RGB is 58 - color contains mainly: green. Hex color #293A2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293A2D is #D6C5D2. Grayscale: #333333. Windows color (decimal): -14075347 or 2964009. OLE color: 2964009.
HSL color Cylindrical-coordinate representation of color #293A2D: hue angle of 134.12º degrees, saturation: 0.17, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #293A2D is Cyan = 0.29, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 41 | 58 | 45 | - |
| CMYK | 0.29 | 0 | 0.22 | 0.77 |
| HSL | 134.12º | 0.17% | 0.19% | - |
| HSV(B) | 134.12º | 0.29% | 0.23% | - |
| XYZ | 2.9 | 3.69 | 3.04 | - |
| YUV | 51.44 | 124.37 | 120.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 58 | 45 | 0.29 | 0 | 0.22 | 0.77 | 134.12 | 0.17 | 0.19 |
| Hex | 29 | 3A | 2D | 1D | 0 | 16 | 4D | 86 | 11 | 13 |
| Octal | 51 | 72 | 55 | 35 | 0 | 26 | 115 | 206 | 21 | 23 |
| Binary | 101001 | 111010 | 101101 | 11101 | 0 | 10110 | 1001101 | 10000110 | 10001 | 10011 |
Color Harmonies of #293A2D
Complementary color
Monochromatic Colors of #293A2D
Black with #293A2D
Text Example
Text Example
White with #293A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293A2D; }
p { color: rgb(41,58,45); }
H1.HeaderClassName
{
color: #293A2D;
}
.AnyTagClassName
{
color: #293A2D;
}
</style>
background-color css
<style>
a { background-color: #293A2D; }
a { background-color: rgb(41,58,45); }
div.DivClassName
{
background-color: #293A2D;
}
.BgClassName
{
background-color: #293A2D;
}
</style>
border-color css
<style>
span { border-color: #293A2D; }
span { border-color: rgb(41,58,45); }
td.TdClassName
{
border-color: #293A2D;
}
.TagClassName
{
border-color: #293A2D;
}
</style>