Shades of Gordons Green #292B29
Tints of Gordons Green #292B29
RGB
CMYK
RGB Variations
Color information
#292B29 (or 0x292B29) is known color: Gordons Green. HEX triplet: 29, 2B and 29. RGB value is (41,43,41). Sum of RGB (Red+Green+Blue) = 41+43+41=125 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.8% from 125); Green value is 43 (17.19% from 255 or 34.4% from 125); Blue value is 41 (16.41% from 255 or 32.8% from 125); Max value from RGB is 43 - color contains mainly: green. Hex color #292B29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292B29 is #D6D4D6. Grayscale: #2A2A2A. Windows color (decimal): -14079191 or 2698025. OLE color: 2698025.
HSL color Cylindrical-coordinate representation of color #292B29: hue angle of 120º degrees, saturation: 0.02, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #292B29 is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.83.
Color convert
RGB | 41 | 43 | 41 | - |
CMYK | 0.05 | 0 | 0.05 | 0.83 |
HSL | 120º | 0.02% | 0.16% | - |
HSV(B) | 120º | 0.05% | 0.17% | - |
XYZ | 2.18 | 2.36 | 2.44 | - |
YUV | 42.17 | 127.34 | 127.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 41 | 43 | 41 | 0.05 | 0 | 0.05 | 0.83 | 120 | 0.02 | 0.16 |
Hex | 29 | 2B | 29 | 5 | 0 | 5 | 53 | 78 | 2 | 10 |
Octal | 51 | 53 | 51 | 5 | 0 | 5 | 123 | 170 | 2 | 20 |
Binary | 101001 | 101011 | 101001 | 101 | 0 | 101 | 1010011 | 1111000 | 10 | 10000 |
Color Harmonies of #292B29
Complementary color
Monochromatic Colors of #292B29
Black with #292B29
Text Example
Text Example
White with #292B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292B29; }
p { color: rgb(41,43,41); }
H1.HeaderClassName
{
color: #292B29;
}
.AnyTagClassName
{
color: #292B29;
}
</style>
background-color css
<style>
a { background-color: #292B29; }
a { background-color: rgb(41,43,41); }
div.DivClassName
{
background-color: #292B29;
}
.BgClassName
{
background-color: #292B29;
}
</style>
border-color css
<style>
span { border-color: #292B29; }
span { border-color: rgb(41,43,41); }
td.TdClassName
{
border-color: #292B29;
}
.TagClassName
{
border-color: #292B29;
}
</style>