Shades of Gordons Green #2A392E
Tints of Gordons Green #2A392E
RGB
CMYK
RGB Variations
Color information
#2A392E (or 0x2A392E) is known color: Gordons Green. HEX triplet: 2A, 39 and 2E. RGB value is (42,57,46). Sum of RGB (Red+Green+Blue) = 42+57+46=145 (19% of max value = 765). Red value is 42 (16.80% from 255 or 28.97% from 145); Green value is 57 (22.66% from 255 or 39.31% from 145); Blue value is 46 (18.36% from 255 or 31.72% from 145); Max value from RGB is 57 - color contains mainly: green. Hex color #2A392E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A392E is #D5C6D1. Grayscale: #333333. Windows color (decimal): -14010066 or 3029290. OLE color: 3029290.
HSL color Cylindrical-coordinate representation of color #2A392E: hue angle of 136º degrees, saturation: 0.15, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #2A392E is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 42 | 57 | 46 | - |
| CMYK | 0.26 | 0 | 0.19 | 0.78 |
| HSL | 136º | 0.15% | 0.19% | - |
| HSV(B) | 136º | 0.26% | 0.22% | - |
| XYZ | 2.91 | 3.62 | 3.13 | - |
| YUV | 51.26 | 125.03 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 57 | 46 | 0.26 | 0 | 0.19 | 0.78 | 136 | 0.15 | 0.19 |
| Hex | 2A | 39 | 2E | 1A | 0 | 13 | 4E | 88 | F | 13 |
| Octal | 52 | 71 | 56 | 32 | 0 | 23 | 116 | 210 | 17 | 23 |
| Binary | 101010 | 111001 | 101110 | 11010 | 0 | 10011 | 1001110 | 10001000 | 1111 | 10011 |
Color Harmonies of #2A392E
Complementary color
Monochromatic Colors of #2A392E
Black with #2A392E
Text Example
Text Example
White with #2A392E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A392E; }
p { color: rgb(42,57,46); }
H1.HeaderClassName
{
color: #2A392E;
}
.AnyTagClassName
{
color: #2A392E;
}
</style>
background-color css
<style>
a { background-color: #2A392E; }
a { background-color: rgb(42,57,46); }
div.DivClassName
{
background-color: #2A392E;
}
.BgClassName
{
background-color: #2A392E;
}
</style>
border-color css
<style>
span { border-color: #2A392E; }
span { border-color: rgb(42,57,46); }
td.TdClassName
{
border-color: #2A392E;
}
.TagClassName
{
border-color: #2A392E;
}
</style>