Shades of Gordons Green #293A2B
Tints of Gordons Green #293A2B
RGB
CMYK
RGB Variations
Color information
#293A2B (or 0x293A2B) is known color: Gordons Green. HEX triplet: 29, 3A and 2B. RGB value is (41,58,43). Sum of RGB (Red+Green+Blue) = 41+58+43=142 (18% of max value = 765). Red value is 41 (16.41% from 255 or 28.87% from 142); Green value is 58 (23.05% from 255 or 40.85% from 142); Blue value is 43 (17.19% from 255 or 30.28% from 142); Max value from RGB is 58 - color contains mainly: green. Hex color #293A2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293A2B is #D6C5D4. Grayscale: #333333. Windows color (decimal): -14075349 or 2832937. OLE color: 2832937.
HSL color Cylindrical-coordinate representation of color #293A2B: hue angle of 127.06º 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 #293A2B is Cyan = 0.29, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 41 | 58 | 43 | - |
| CMYK | 0.29 | 0 | 0.26 | 0.77 |
| HSL | 127.06º | 0.17% | 0.19% | - |
| HSV(B) | 127.06º | 0.29% | 0.23% | - |
| XYZ | 2.86 | 3.67 | 2.84 | - |
| YUV | 51.21 | 123.37 | 120.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 58 | 43 | 0.29 | 0 | 0.26 | 0.77 | 127.06 | 0.17 | 0.19 |
| Hex | 29 | 3A | 2B | 1D | 0 | 1A | 4D | 7F | 11 | 13 |
| Octal | 51 | 72 | 53 | 35 | 0 | 32 | 115 | 177 | 21 | 23 |
| Binary | 101001 | 111010 | 101011 | 11101 | 0 | 11010 | 1001101 | 1111111 | 10001 | 10011 |
Color Harmonies of #293A2B
Complementary color
Monochromatic Colors of #293A2B
Black with #293A2B
Text Example
Text Example
White with #293A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293A2B; }
p { color: rgb(41,58,43); }
H1.HeaderClassName
{
color: #293A2B;
}
.AnyTagClassName
{
color: #293A2B;
}
</style>
background-color css
<style>
a { background-color: #293A2B; }
a { background-color: rgb(41,58,43); }
div.DivClassName
{
background-color: #293A2B;
}
.BgClassName
{
background-color: #293A2B;
}
</style>
border-color css
<style>
span { border-color: #293A2B; }
span { border-color: rgb(41,58,43); }
td.TdClassName
{
border-color: #293A2B;
}
.TagClassName
{
border-color: #293A2B;
}
</style>