Shades of Gordons Green #292F29
Tints of Gordons Green #292F29
RGB
CMYK
RGB Variations
Color information
#292F29 (or 0x292F29) is known color: Gordons Green. HEX triplet: 29, 2F and 29. RGB value is (41,47,41). Sum of RGB (Red+Green+Blue) = 41+47+41=129 (17% of max value = 765). Red value is 41 (16.41% from 255 or 31.78% from 129); Green value is 47 (18.75% from 255 or 36.43% from 129); Blue value is 41 (16.41% from 255 or 31.78% from 129); Max value from RGB is 47 - color contains mainly: green. Hex color #292F29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292F29 is #D6D0D6. Grayscale: #2C2C2C. Windows color (decimal): -14078167 or 2699049. OLE color: 2699049.
HSL color Cylindrical-coordinate representation of color #292F29: hue angle of 120º degrees, saturation: 0.07, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #292F29 is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 41 | 47 | 41 | - |
| CMYK | 0.13 | 0 | 0.13 | 0.82 |
| HSL | 120º | 0.07% | 0.17% | - |
| HSV(B) | 120º | 0.13% | 0.18% | - |
| XYZ | 2.33 | 2.66 | 2.49 | - |
| YUV | 44.52 | 126.01 | 125.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 47 | 41 | 0.13 | 0 | 0.13 | 0.82 | 120 | 0.07 | 0.17 |
| Hex | 29 | 2F | 29 | D | 0 | D | 52 | 78 | 7 | 11 |
| Octal | 51 | 57 | 51 | 15 | 0 | 15 | 122 | 170 | 7 | 21 |
| Binary | 101001 | 101111 | 101001 | 1101 | 0 | 1101 | 1010010 | 1111000 | 111 | 10001 |
Color Harmonies of #292F29
Complementary color
Monochromatic Colors of #292F29
Black with #292F29
Text Example
Text Example
White with #292F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292F29; }
p { color: rgb(41,47,41); }
H1.HeaderClassName
{
color: #292F29;
}
.AnyTagClassName
{
color: #292F29;
}
</style>
background-color css
<style>
a { background-color: #292F29; }
a { background-color: rgb(41,47,41); }
div.DivClassName
{
background-color: #292F29;
}
.BgClassName
{
background-color: #292F29;
}
</style>
border-color css
<style>
span { border-color: #292F29; }
span { border-color: rgb(41,47,41); }
td.TdClassName
{
border-color: #292F29;
}
.TagClassName
{
border-color: #292F29;
}
</style>