Shades of Gordons Green #29342A
Tints of Gordons Green #29342A
RGB
CMYK
RGB Variations
Color information
#29342A (or 0x29342A) is known color: Gordons Green. HEX triplet: 29, 34 and 2A. RGB value is (41,52,42). Sum of RGB (Red+Green+Blue) = 41+52+42=135 (17% of max value = 765). Red value is 41 (16.41% from 255 or 30.37% from 135); Green value is 52 (20.70% from 255 or 38.52% from 135); Blue value is 42 (16.80% from 255 or 31.11% from 135); Max value from RGB is 52 - color contains mainly: green. Hex color #29342A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29342A is #D6CBD5. Grayscale: #2F2F2F. Windows color (decimal): -14076886 or 2765865. OLE color: 2765865.
HSL color Cylindrical-coordinate representation of color #29342A: hue angle of 125.45º degrees, saturation: 0.12, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #29342A is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 41 | 52 | 42 | - |
| CMYK | 0.21 | 0 | 0.19 | 0.80 |
| HSL | 125.45º | 0.12% | 0.18% | - |
| HSV(B) | 125.45º | 0.21% | 0.2% | - |
| XYZ | 2.56 | 3.09 | 2.65 | - |
| YUV | 47.57 | 124.86 | 123.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 52 | 42 | 0.21 | 0 | 0.19 | 0.80 | 125.45 | 0.12 | 0.18 |
| Hex | 29 | 34 | 2A | 15 | 0 | 13 | 50 | 7D | C | 12 |
| Octal | 51 | 64 | 52 | 25 | 0 | 23 | 120 | 175 | 14 | 22 |
| Binary | 101001 | 110100 | 101010 | 10101 | 0 | 10011 | 1010000 | 1111101 | 1100 | 10010 |
Color Harmonies of #29342A
Complementary color
Monochromatic Colors of #29342A
Black with #29342A
Text Example
Text Example
White with #29342A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29342A; }
p { color: rgb(41,52,42); }
H1.HeaderClassName
{
color: #29342A;
}
.AnyTagClassName
{
color: #29342A;
}
</style>
background-color css
<style>
a { background-color: #29342A; }
a { background-color: rgb(41,52,42); }
div.DivClassName
{
background-color: #29342A;
}
.BgClassName
{
background-color: #29342A;
}
</style>
border-color css
<style>
span { border-color: #29342A; }
span { border-color: rgb(41,52,42); }
td.TdClassName
{
border-color: #29342A;
}
.TagClassName
{
border-color: #29342A;
}
</style>