Shades of Gordons Green #29382D
Tints of Gordons Green #29382D
RGB
CMYK
RGB Variations
Color information
#29382D (or 0x29382D) is known color: Gordons Green. HEX triplet: 29, 38 and 2D. RGB value is (41,56,45). Sum of RGB (Red+Green+Blue) = 41+56+45=142 (18% of max value = 765). Red value is 41 (16.41% from 255 or 28.87% from 142); Green value is 56 (22.27% from 255 or 39.44% from 142); Blue value is 45 (17.97% from 255 or 31.69% from 142); Max value from RGB is 56 - color contains mainly: green. Hex color #29382D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29382D is #D6C7D2. Grayscale: #323232. Windows color (decimal): -14075859 or 2963497. OLE color: 2963497.
HSL color Cylindrical-coordinate representation of color #29382D: hue angle of 136º 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 #29382D is Cyan = 0.27, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 41 | 56 | 45 | - |
| CMYK | 0.27 | 0 | 0.20 | 0.78 |
| HSL | 136º | 0.15% | 0.19% | - |
| HSV(B) | 136º | 0.27% | 0.22% | - |
| XYZ | 2.8 | 3.49 | 3.01 | - |
| YUV | 50.26 | 125.03 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 56 | 45 | 0.27 | 0 | 0.20 | 0.78 | 136 | 0.15 | 0.19 |
| Hex | 29 | 38 | 2D | 1B | 0 | 14 | 4E | 88 | F | 13 |
| Octal | 51 | 70 | 55 | 33 | 0 | 24 | 116 | 210 | 17 | 23 |
| Binary | 101001 | 111000 | 101101 | 11011 | 0 | 10100 | 1001110 | 10001000 | 1111 | 10011 |
Color Harmonies of #29382D
Complementary color
Monochromatic Colors of #29382D
Black with #29382D
Text Example
Text Example
White with #29382D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29382D; }
p { color: rgb(41,56,45); }
H1.HeaderClassName
{
color: #29382D;
}
.AnyTagClassName
{
color: #29382D;
}
</style>
background-color css
<style>
a { background-color: #29382D; }
a { background-color: rgb(41,56,45); }
div.DivClassName
{
background-color: #29382D;
}
.BgClassName
{
background-color: #29382D;
}
</style>
border-color css
<style>
span { border-color: #29382D; }
span { border-color: rgb(41,56,45); }
td.TdClassName
{
border-color: #29382D;
}
.TagClassName
{
border-color: #29382D;
}
</style>