Shades of Gordons Green #292D2A
Tints of Gordons Green #292D2A
RGB
CMYK
RGB Variations
Color information
#292D2A (or 0x292D2A) is known color: Gordons Green. HEX triplet: 29, 2D and 2A. RGB value is (41,45,42). Sum of RGB (Red+Green+Blue) = 41+45+42=128 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.03% from 128); Green value is 45 (17.97% from 255 or 35.16% from 128); Blue value is 42 (16.80% from 255 or 32.81% from 128); Max value from RGB is 45 - color contains mainly: green. Hex color #292D2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292D2A is #D6D2D5. Grayscale: #2B2B2B. Windows color (decimal): -14078678 or 2764073. OLE color: 2764073.
HSL color Cylindrical-coordinate representation of color #292D2A: hue angle of 135º degrees, saturation: 0.05, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #292D2A is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 41 | 45 | 42 | - |
| CMYK | 0.09 | 0 | 0.07 | 0.82 |
| HSL | 135º | 0.05% | 0.17% | - |
| HSV(B) | 135º | 0.09% | 0.18% | - |
| XYZ | 2.27 | 2.52 | 2.56 | - |
| YUV | 43.46 | 127.17 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 45 | 42 | 0.09 | 0 | 0.07 | 0.82 | 135 | 0.05 | 0.17 |
| Hex | 29 | 2D | 2A | 9 | 0 | 7 | 52 | 87 | 5 | 11 |
| Octal | 51 | 55 | 52 | 11 | 0 | 7 | 122 | 207 | 5 | 21 |
| Binary | 101001 | 101101 | 101010 | 1001 | 0 | 111 | 1010010 | 10000111 | 101 | 10001 |
Color Harmonies of #292D2A
Complementary color
Monochromatic Colors of #292D2A
Black with #292D2A
Text Example
Text Example
White with #292D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292D2A; }
p { color: rgb(41,45,42); }
H1.HeaderClassName
{
color: #292D2A;
}
.AnyTagClassName
{
color: #292D2A;
}
</style>
background-color css
<style>
a { background-color: #292D2A; }
a { background-color: rgb(41,45,42); }
div.DivClassName
{
background-color: #292D2A;
}
.BgClassName
{
background-color: #292D2A;
}
</style>
border-color css
<style>
span { border-color: #292D2A; }
span { border-color: rgb(41,45,42); }
td.TdClassName
{
border-color: #292D2A;
}
.TagClassName
{
border-color: #292D2A;
}
</style>