Shades of Gordons Green #2A372B
Tints of Gordons Green #2A372B
RGB
CMYK
RGB Variations
Color information
#2A372B (or 0x2A372B) is known color: Gordons Green. HEX triplet: 2A, 37 and 2B. RGB value is (42,55,43). Sum of RGB (Red+Green+Blue) = 42+55+43=140 (18% of max value = 765). Red value is 42 (16.80% from 255 or 30% from 140); Green value is 55 (21.88% from 255 or 39.29% from 140); Blue value is 43 (17.19% from 255 or 30.71% from 140); Max value from RGB is 55 - color contains mainly: green. Hex color #2A372B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A372B is #D5C8D4. Grayscale: #313131. Windows color (decimal): -14010581 or 2832170. OLE color: 2832170.
HSL color Cylindrical-coordinate representation of color #2A372B: hue angle of 124.62º degrees, saturation: 0.13, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #2A372B is Cyan = 0.24, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 42 | 55 | 43 | - |
| CMYK | 0.24 | 0 | 0.22 | 0.78 |
| HSL | 124.62º | 0.13% | 0.19% | - |
| HSV(B) | 124.62º | 0.24% | 0.22% | - |
| XYZ | 2.76 | 3.4 | 2.8 | - |
| YUV | 49.75 | 124.19 | 122.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 55 | 43 | 0.24 | 0 | 0.22 | 0.78 | 124.62 | 0.13 | 0.19 |
| Hex | 2A | 37 | 2B | 18 | 0 | 16 | 4E | 7D | D | 13 |
| Octal | 52 | 67 | 53 | 30 | 0 | 26 | 116 | 175 | 15 | 23 |
| Binary | 101010 | 110111 | 101011 | 11000 | 0 | 10110 | 1001110 | 1111101 | 1101 | 10011 |
Color Harmonies of #2A372B
Complementary color
Monochromatic Colors of #2A372B
Black with #2A372B
Text Example
Text Example
White with #2A372B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A372B; }
p { color: rgb(42,55,43); }
H1.HeaderClassName
{
color: #2A372B;
}
.AnyTagClassName
{
color: #2A372B;
}
</style>
background-color css
<style>
a { background-color: #2A372B; }
a { background-color: rgb(42,55,43); }
div.DivClassName
{
background-color: #2A372B;
}
.BgClassName
{
background-color: #2A372B;
}
</style>
border-color css
<style>
span { border-color: #2A372B; }
span { border-color: rgb(42,55,43); }
td.TdClassName
{
border-color: #2A372B;
}
.TagClassName
{
border-color: #2A372B;
}
</style>