Shades of Gordons Green #29352C
Tints of Gordons Green #29352C
RGB
CMYK
RGB Variations
Color information
#29352C (or 0x29352C) is known color: Gordons Green. HEX triplet: 29, 35 and 2C. RGB value is (41,53,44). Sum of RGB (Red+Green+Blue) = 41+53+44=138 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.71% from 138); Green value is 53 (21.09% from 255 or 38.41% from 138); Blue value is 44 (17.58% from 255 or 31.88% from 138); Max value from RGB is 53 - color contains mainly: green. Hex color #29352C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29352C is #D6CAD3. Grayscale: #303030. Windows color (decimal): -14076628 or 2897193. OLE color: 2897193.
HSL color Cylindrical-coordinate representation of color #29352C: hue angle of 135º degrees, saturation: 0.13, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #29352C is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 41 | 53 | 44 | - |
| CMYK | 0.23 | 0 | 0.17 | 0.79 |
| HSL | 135º | 0.13% | 0.18% | - |
| HSV(B) | 135º | 0.23% | 0.21% | - |
| XYZ | 2.64 | 3.2 | 2.86 | - |
| YUV | 48.39 | 125.52 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 53 | 44 | 0.23 | 0 | 0.17 | 0.79 | 135 | 0.13 | 0.18 |
| Hex | 29 | 35 | 2C | 17 | 0 | 11 | 4F | 87 | D | 12 |
| Octal | 51 | 65 | 54 | 27 | 0 | 21 | 117 | 207 | 15 | 22 |
| Binary | 101001 | 110101 | 101100 | 10111 | 0 | 10001 | 1001111 | 10000111 | 1101 | 10010 |
Color Harmonies of #29352C
Complementary color
Monochromatic Colors of #29352C
Black with #29352C
Text Example
Text Example
White with #29352C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29352C; }
p { color: rgb(41,53,44); }
H1.HeaderClassName
{
color: #29352C;
}
.AnyTagClassName
{
color: #29352C;
}
</style>
background-color css
<style>
a { background-color: #29352C; }
a { background-color: rgb(41,53,44); }
div.DivClassName
{
background-color: #29352C;
}
.BgClassName
{
background-color: #29352C;
}
</style>
border-color css
<style>
span { border-color: #29352C; }
span { border-color: rgb(41,53,44); }
td.TdClassName
{
border-color: #29352C;
}
.TagClassName
{
border-color: #29352C;
}
</style>