Shades of Gordons Green #293F2D
Tints of Gordons Green #293F2D
RGB
CMYK
RGB Variations
Color information
#293F2D (or 0x293F2D) is known color: Gordons Green. HEX triplet: 29, 3F and 2D. RGB value is (41,63,45). Sum of RGB (Red+Green+Blue) = 41+63+45=149 (19% of max value = 765). Red value is 41 (16.41% from 255 or 27.52% from 149); Green value is 63 (25% from 255 or 42.28% from 149); Blue value is 45 (17.97% from 255 or 30.20% from 149); Max value from RGB is 63 - color contains mainly: green. Hex color #293F2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293F2D is #D6C0D2. Grayscale: #363636. Windows color (decimal): -14074067 or 2965289. OLE color: 2965289.
HSL color Cylindrical-coordinate representation of color #293F2D: hue angle of 130.91º degrees, saturation: 0.21, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #293F2D is Cyan = 0.35, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 41 | 63 | 45 | - |
| CMYK | 0.35 | 0 | 0.29 | 0.75 |
| HSL | 130.91º | 0.21% | 0.2% | - |
| HSV(B) | 130.91º | 0.35% | 0.25% | - |
| XYZ | 3.17 | 4.22 | 3.13 | - |
| YUV | 54.37 | 122.71 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 63 | 45 | 0.35 | 0 | 0.29 | 0.75 | 130.91 | 0.21 | 0.2 |
| Hex | 29 | 3F | 2D | 23 | 0 | 1D | 4B | 83 | 15 | 14 |
| Octal | 51 | 77 | 55 | 43 | 0 | 35 | 113 | 203 | 25 | 24 |
| Binary | 101001 | 111111 | 101101 | 100011 | 0 | 11101 | 1001011 | 10000011 | 10101 | 10100 |
Color Harmonies of #293F2D
Complementary color
Monochromatic Colors of #293F2D
Black with #293F2D
Text Example
Text Example
White with #293F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293F2D; }
p { color: rgb(41,63,45); }
H1.HeaderClassName
{
color: #293F2D;
}
.AnyTagClassName
{
color: #293F2D;
}
</style>
background-color css
<style>
a { background-color: #293F2D; }
a { background-color: rgb(41,63,45); }
div.DivClassName
{
background-color: #293F2D;
}
.BgClassName
{
background-color: #293F2D;
}
</style>
border-color css
<style>
span { border-color: #293F2D; }
span { border-color: rgb(41,63,45); }
td.TdClassName
{
border-color: #293F2D;
}
.TagClassName
{
border-color: #293F2D;
}
</style>