Shades of Gordons Green #29382C
Tints of Gordons Green #29382C
RGB
CMYK
RGB Variations
Color information
#29382C (or 0x29382C) is known color: Gordons Green. HEX triplet: 29, 38 and 2C. RGB value is (41,56,44). Sum of RGB (Red+Green+Blue) = 41+56+44=141 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.08% from 141); Green value is 56 (22.27% from 255 or 39.72% from 141); Blue value is 44 (17.58% from 255 or 31.21% from 141); Max value from RGB is 56 - color contains mainly: green. Hex color #29382C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29382C is #D6C7D3. Grayscale: #323232. Windows color (decimal): -14075860 or 2897961. OLE color: 2897961.
HSL color Cylindrical-coordinate representation of color #29382C: hue angle of 132º degrees, saturation: 0.15, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #29382C is Cyan = 0.27, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 41 | 56 | 44 | - |
| CMYK | 0.27 | 0 | 0.21 | 0.78 |
| HSL | 132º | 0.15% | 0.19% | - |
| HSV(B) | 132º | 0.27% | 0.22% | - |
| XYZ | 2.78 | 3.48 | 2.91 | - |
| YUV | 50.15 | 124.53 | 121.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 56 | 44 | 0.27 | 0 | 0.21 | 0.78 | 132 | 0.15 | 0.19 |
| Hex | 29 | 38 | 2C | 1B | 0 | 15 | 4E | 84 | F | 13 |
| Octal | 51 | 70 | 54 | 33 | 0 | 25 | 116 | 204 | 17 | 23 |
| Binary | 101001 | 111000 | 101100 | 11011 | 0 | 10101 | 1001110 | 10000100 | 1111 | 10011 |
Color Harmonies of #29382C
Complementary color
Monochromatic Colors of #29382C
Black with #29382C
Text Example
Text Example
White with #29382C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29382C; }
p { color: rgb(41,56,44); }
H1.HeaderClassName
{
color: #29382C;
}
.AnyTagClassName
{
color: #29382C;
}
</style>
background-color css
<style>
a { background-color: #29382C; }
a { background-color: rgb(41,56,44); }
div.DivClassName
{
background-color: #29382C;
}
.BgClassName
{
background-color: #29382C;
}
</style>
border-color css
<style>
span { border-color: #29382C; }
span { border-color: rgb(41,56,44); }
td.TdClassName
{
border-color: #29382C;
}
.TagClassName
{
border-color: #29382C;
}
</style>