Shades of Gordons Green #2A382C
Tints of Gordons Green #2A382C
RGB
CMYK
RGB Variations
Color information
#2A382C (or 0x2A382C) is known color: Gordons Green. HEX triplet: 2A, 38 and 2C. RGB value is (42,56,44). Sum of RGB (Red+Green+Blue) = 42+56+44=142 (18% of max value = 765). Red value is 42 (16.80% from 255 or 29.58% from 142); Green value is 56 (22.27% from 255 or 39.44% from 142); Blue value is 44 (17.58% from 255 or 30.99% from 142); Max value from RGB is 56 - color contains mainly: green. Hex color #2A382C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A382C is #D5C7D3. Grayscale: #323232. Windows color (decimal): -14010324 or 2897962. OLE color: 2897962.
HSL color Cylindrical-coordinate representation of color #2A382C: hue angle of 128.57º degrees, saturation: 0.14, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #2A382C is Cyan = 0.25, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 42 | 56 | 44 | - |
| CMYK | 0.25 | 0 | 0.21 | 0.78 |
| HSL | 128.57º | 0.14% | 0.19% | - |
| HSV(B) | 128.57º | 0.25% | 0.22% | - |
| XYZ | 2.82 | 3.5 | 2.91 | - |
| YUV | 50.45 | 124.36 | 121.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 56 | 44 | 0.25 | 0 | 0.21 | 0.78 | 128.57 | 0.14 | 0.19 |
| Hex | 2A | 38 | 2C | 19 | 0 | 15 | 4E | 81 | E | 13 |
| Octal | 52 | 70 | 54 | 31 | 0 | 25 | 116 | 201 | 16 | 23 |
| Binary | 101010 | 111000 | 101100 | 11001 | 0 | 10101 | 1001110 | 10000001 | 1110 | 10011 |
Color Harmonies of #2A382C
Complementary color
Monochromatic Colors of #2A382C
Black with #2A382C
Text Example
Text Example
White with #2A382C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A382C; }
p { color: rgb(42,56,44); }
H1.HeaderClassName
{
color: #2A382C;
}
.AnyTagClassName
{
color: #2A382C;
}
</style>
background-color css
<style>
a { background-color: #2A382C; }
a { background-color: rgb(42,56,44); }
div.DivClassName
{
background-color: #2A382C;
}
.BgClassName
{
background-color: #2A382C;
}
</style>
border-color css
<style>
span { border-color: #2A382C; }
span { border-color: rgb(42,56,44); }
td.TdClassName
{
border-color: #2A382C;
}
.TagClassName
{
border-color: #2A382C;
}
</style>