Shades of Gordons Green #293D2C
Tints of Gordons Green #293D2C
RGB
CMYK
RGB Variations
Color information
#293D2C (or 0x293D2C) is known color: Gordons Green. HEX triplet: 29, 3D and 2C. RGB value is (41,61,44). Sum of RGB (Red+Green+Blue) = 41+61+44=146 (19% of max value = 765). Red value is 41 (16.41% from 255 or 28.08% from 146); Green value is 61 (24.22% from 255 or 41.78% from 146); Blue value is 44 (17.58% from 255 or 30.14% from 146); Max value from RGB is 61 - color contains mainly: green. Hex color #293D2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293D2C is #D6C2D3. Grayscale: #353535. Windows color (decimal): -14074580 or 2899241. OLE color: 2899241.
HSL color Cylindrical-coordinate representation of color #293D2C: hue angle of 129º degrees, saturation: 0.2, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #293D2C is Cyan = 0.33, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 41 | 61 | 44 | - |
| CMYK | 0.33 | 0 | 0.28 | 0.76 |
| HSL | 129º | 0.2% | 0.2% | - |
| HSV(B) | 129º | 0.33% | 0.24% | - |
| XYZ | 3.04 | 3.99 | 2.99 | - |
| YUV | 53.08 | 122.87 | 119.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 61 | 44 | 0.33 | 0 | 0.28 | 0.76 | 129 | 0.2 | 0.2 |
| Hex | 29 | 3D | 2C | 21 | 0 | 1C | 4C | 81 | 14 | 14 |
| Octal | 51 | 75 | 54 | 41 | 0 | 34 | 114 | 201 | 24 | 24 |
| Binary | 101001 | 111101 | 101100 | 100001 | 0 | 11100 | 1001100 | 10000001 | 10100 | 10100 |
Color Harmonies of #293D2C
Complementary color
Monochromatic Colors of #293D2C
Black with #293D2C
Text Example
Text Example
White with #293D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293D2C; }
p { color: rgb(41,61,44); }
H1.HeaderClassName
{
color: #293D2C;
}
.AnyTagClassName
{
color: #293D2C;
}
</style>
background-color css
<style>
a { background-color: #293D2C; }
a { background-color: rgb(41,61,44); }
div.DivClassName
{
background-color: #293D2C;
}
.BgClassName
{
background-color: #293D2C;
}
</style>
border-color css
<style>
span { border-color: #293D2C; }
span { border-color: rgb(41,61,44); }
td.TdClassName
{
border-color: #293D2C;
}
.TagClassName
{
border-color: #293D2C;
}
</style>