Shades of Gordons Green #2A3B2C
Tints of Gordons Green #2A3B2C
RGB
CMYK
RGB Variations
Color information
#2A3B2C (or 0x2A3B2C) is known color: Gordons Green. HEX triplet: 2A, 3B and 2C. RGB value is (42,59,44). Sum of RGB (Red+Green+Blue) = 42+59+44=145 (19% of max value = 765). Red value is 42 (16.80% from 255 or 28.97% from 145); Green value is 59 (23.44% from 255 or 40.69% from 145); Blue value is 44 (17.58% from 255 or 30.34% from 145); Max value from RGB is 59 - color contains mainly: green. Hex color #2A3B2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A3B2C is #D5C4D3. Grayscale: #343434. Windows color (decimal): -14009556 or 2898730. OLE color: 2898730.
HSL color Cylindrical-coordinate representation of color #2A3B2C: hue angle of 127.06º degrees, saturation: 0.17, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #2A3B2C is Cyan = 0.29, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 42 | 59 | 44 | - |
| CMYK | 0.29 | 0 | 0.25 | 0.77 |
| HSL | 127.06º | 0.17% | 0.2% | - |
| HSV(B) | 127.06º | 0.29% | 0.23% | - |
| XYZ | 2.97 | 3.8 | 2.96 | - |
| YUV | 52.21 | 123.37 | 120.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 59 | 44 | 0.29 | 0 | 0.25 | 0.77 | 127.06 | 0.17 | 0.2 |
| Hex | 2A | 3B | 2C | 1D | 0 | 19 | 4D | 7F | 11 | 14 |
| Octal | 52 | 73 | 54 | 35 | 0 | 31 | 115 | 177 | 21 | 24 |
| Binary | 101010 | 111011 | 101100 | 11101 | 0 | 11001 | 1001101 | 1111111 | 10001 | 10100 |
Color Harmonies of #2A3B2C
Complementary color
Monochromatic Colors of #2A3B2C
Black with #2A3B2C
Text Example
Text Example
White with #2A3B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3B2C; }
p { color: rgb(42,59,44); }
H1.HeaderClassName
{
color: #2A3B2C;
}
.AnyTagClassName
{
color: #2A3B2C;
}
</style>
background-color css
<style>
a { background-color: #2A3B2C; }
a { background-color: rgb(42,59,44); }
div.DivClassName
{
background-color: #2A3B2C;
}
.BgClassName
{
background-color: #2A3B2C;
}
</style>
border-color css
<style>
span { border-color: #2A3B2C; }
span { border-color: rgb(42,59,44); }
td.TdClassName
{
border-color: #2A3B2C;
}
.TagClassName
{
border-color: #2A3B2C;
}
</style>