Shades of Gordons Green #2A312B
Tints of Gordons Green #2A312B
RGB
CMYK
RGB Variations
Color information
#2A312B (or 0x2A312B) is known color: Gordons Green. HEX triplet: 2A, 31 and 2B. RGB value is (42,49,43). Sum of RGB (Red+Green+Blue) = 42+49+43=134 (17% of max value = 765). Red value is 42 (16.80% from 255 or 31.34% from 134); Green value is 49 (19.53% from 255 or 36.57% from 134); Blue value is 43 (17.19% from 255 or 32.09% from 134); Max value from RGB is 49 - color contains mainly: green. Hex color #2A312B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A312B is #D5CED4. Grayscale: #2E2E2E. Windows color (decimal): -14012117 or 2830634. OLE color: 2830634.
HSL color Cylindrical-coordinate representation of color #2A312B: hue angle of 128.57º degrees, saturation: 0.08, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #2A312B is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 42 | 49 | 43 | - |
| CMYK | 0.14 | 0 | 0.12 | 0.81 |
| HSL | 128.57º | 0.08% | 0.18% | - |
| HSV(B) | 128.57º | 0.14% | 0.19% | - |
| XYZ | 2.49 | 2.86 | 2.71 | - |
| YUV | 46.22 | 126.18 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 49 | 43 | 0.14 | 0 | 0.12 | 0.81 | 128.57 | 0.08 | 0.18 |
| Hex | 2A | 31 | 2B | E | 0 | C | 51 | 81 | 8 | 12 |
| Octal | 52 | 61 | 53 | 16 | 0 | 14 | 121 | 201 | 10 | 22 |
| Binary | 101010 | 110001 | 101011 | 1110 | 0 | 1100 | 1010001 | 10000001 | 1000 | 10010 |
Color Harmonies of #2A312B
Complementary color
Monochromatic Colors of #2A312B
Black with #2A312B
Text Example
Text Example
White with #2A312B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A312B; }
p { color: rgb(42,49,43); }
H1.HeaderClassName
{
color: #2A312B;
}
.AnyTagClassName
{
color: #2A312B;
}
</style>
background-color css
<style>
a { background-color: #2A312B; }
a { background-color: rgb(42,49,43); }
div.DivClassName
{
background-color: #2A312B;
}
.BgClassName
{
background-color: #2A312B;
}
</style>
border-color css
<style>
span { border-color: #2A312B; }
span { border-color: rgb(42,49,43); }
td.TdClassName
{
border-color: #2A312B;
}
.TagClassName
{
border-color: #2A312B;
}
</style>