Shades of Gordons Green #293C2B
Tints of Gordons Green #293C2B
RGB
CMYK
RGB Variations
Color information
#293C2B (or 0x293C2B) is known color: Gordons Green. HEX triplet: 29, 3C and 2B. RGB value is (41,60,43). Sum of RGB (Red+Green+Blue) = 41+60+43=144 (19% of max value = 765). Red value is 41 (16.41% from 255 or 28.47% from 144); Green value is 60 (23.83% from 255 or 41.67% from 144); Blue value is 43 (17.19% from 255 or 29.86% from 144); Max value from RGB is 60 - color contains mainly: green. Hex color #293C2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293C2B is #D6C3D4. Grayscale: #343434. Windows color (decimal): -14074837 or 2833449. OLE color: 2833449.
HSL color Cylindrical-coordinate representation of color #293C2B: hue angle of 126.32º degrees, saturation: 0.19, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #293C2B is Cyan = 0.32, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 41 | 60 | 43 | - |
| CMYK | 0.32 | 0 | 0.28 | 0.76 |
| HSL | 126.32º | 0.19% | 0.2% | - |
| HSV(B) | 126.32º | 0.32% | 0.24% | - |
| XYZ | 2.97 | 3.88 | 2.88 | - |
| YUV | 52.38 | 122.71 | 119.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 60 | 43 | 0.32 | 0 | 0.28 | 0.76 | 126.32 | 0.19 | 0.2 |
| Hex | 29 | 3C | 2B | 20 | 0 | 1C | 4C | 7E | 13 | 14 |
| Octal | 51 | 74 | 53 | 40 | 0 | 34 | 114 | 176 | 23 | 24 |
| Binary | 101001 | 111100 | 101011 | 100000 | 0 | 11100 | 1001100 | 1111110 | 10011 | 10100 |
Color Harmonies of #293C2B
Complementary color
Monochromatic Colors of #293C2B
Black with #293C2B
Text Example
Text Example
White with #293C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293C2B; }
p { color: rgb(41,60,43); }
H1.HeaderClassName
{
color: #293C2B;
}
.AnyTagClassName
{
color: #293C2B;
}
</style>
background-color css
<style>
a { background-color: #293C2B; }
a { background-color: rgb(41,60,43); }
div.DivClassName
{
background-color: #293C2B;
}
.BgClassName
{
background-color: #293C2B;
}
</style>
border-color css
<style>
span { border-color: #293C2B; }
span { border-color: rgb(41,60,43); }
td.TdClassName
{
border-color: #293C2B;
}
.TagClassName
{
border-color: #293C2B;
}
</style>