Shades of Gordons Green #293B2C
Tints of Gordons Green #293B2C
RGB
CMYK
RGB Variations
Color information
#293B2C (or 0x293B2C) is known color: Gordons Green. HEX triplet: 29, 3B and 2C. RGB value is (41,59,44). Sum of RGB (Red+Green+Blue) = 41+59+44=144 (19% of max value = 765). Red value is 41 (16.41% from 255 or 28.47% from 144); Green value is 59 (23.44% from 255 or 40.97% from 144); Blue value is 44 (17.58% from 255 or 30.56% from 144); Max value from RGB is 59 - color contains mainly: green. Hex color #293B2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293B2C is #D6C4D3. Grayscale: #333333. Windows color (decimal): -14075092 or 2898729. OLE color: 2898729.
HSL color Cylindrical-coordinate representation of color #293B2C: hue angle of 130º 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 #293B2C is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 41 | 59 | 44 | - |
| CMYK | 0.31 | 0 | 0.25 | 0.77 |
| HSL | 130º | 0.18% | 0.2% | - |
| HSV(B) | 130º | 0.31% | 0.23% | - |
| XYZ | 2.93 | 3.78 | 2.96 | - |
| YUV | 51.91 | 123.54 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 59 | 44 | 0.31 | 0 | 0.25 | 0.77 | 130 | 0.18 | 0.2 |
| Hex | 29 | 3B | 2C | 1F | 0 | 19 | 4D | 82 | 12 | 14 |
| Octal | 51 | 73 | 54 | 37 | 0 | 31 | 115 | 202 | 22 | 24 |
| Binary | 101001 | 111011 | 101100 | 11111 | 0 | 11001 | 1001101 | 10000010 | 10010 | 10100 |
Color Harmonies of #293B2C
Complementary color
Monochromatic Colors of #293B2C
Black with #293B2C
Text Example
Text Example
White with #293B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293B2C; }
p { color: rgb(41,59,44); }
H1.HeaderClassName
{
color: #293B2C;
}
.AnyTagClassName
{
color: #293B2C;
}
</style>
background-color css
<style>
a { background-color: #293B2C; }
a { background-color: rgb(41,59,44); }
div.DivClassName
{
background-color: #293B2C;
}
.BgClassName
{
background-color: #293B2C;
}
</style>
border-color css
<style>
span { border-color: #293B2C; }
span { border-color: rgb(41,59,44); }
td.TdClassName
{
border-color: #293B2C;
}
.TagClassName
{
border-color: #293B2C;
}
</style>