Shades of Gordons Green #29352B
Tints of Gordons Green #29352B
RGB
CMYK
RGB Variations
Color information
#29352B (or 0x29352B) is known color: Gordons Green. HEX triplet: 29, 35 and 2B. RGB value is (41,53,43). Sum of RGB (Red+Green+Blue) = 41+53+43=137 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.93% from 137); Green value is 53 (21.09% from 255 or 38.69% from 137); Blue value is 43 (17.19% from 255 or 31.39% from 137); Max value from RGB is 53 - color contains mainly: green. Hex color #29352B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29352B is #D6CAD4. Grayscale: #303030. Windows color (decimal): -14076629 or 2831657. OLE color: 2831657.
HSL color Cylindrical-coordinate representation of color #29352B: hue angle of 130º degrees, saturation: 0.13, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #29352B is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 41 | 53 | 43 | - |
| CMYK | 0.23 | 0 | 0.19 | 0.79 |
| HSL | 130º | 0.13% | 0.18% | - |
| HSV(B) | 130º | 0.23% | 0.21% | - |
| XYZ | 2.62 | 3.19 | 2.76 | - |
| YUV | 48.27 | 125.02 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 53 | 43 | 0.23 | 0 | 0.19 | 0.79 | 130 | 0.13 | 0.18 |
| Hex | 29 | 35 | 2B | 17 | 0 | 13 | 4F | 82 | D | 12 |
| Octal | 51 | 65 | 53 | 27 | 0 | 23 | 117 | 202 | 15 | 22 |
| Binary | 101001 | 110101 | 101011 | 10111 | 0 | 10011 | 1001111 | 10000010 | 1101 | 10010 |
Color Harmonies of #29352B
Complementary color
Monochromatic Colors of #29352B
Black with #29352B
Text Example
Text Example
White with #29352B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29352B; }
p { color: rgb(41,53,43); }
H1.HeaderClassName
{
color: #29352B;
}
.AnyTagClassName
{
color: #29352B;
}
</style>
background-color css
<style>
a { background-color: #29352B; }
a { background-color: rgb(41,53,43); }
div.DivClassName
{
background-color: #29352B;
}
.BgClassName
{
background-color: #29352B;
}
</style>
border-color css
<style>
span { border-color: #29352B; }
span { border-color: rgb(41,53,43); }
td.TdClassName
{
border-color: #29352B;
}
.TagClassName
{
border-color: #29352B;
}
</style>