Shades of Gordons Green #2A362C
Tints of Gordons Green #2A362C
RGB
CMYK
RGB Variations
Color information
#2A362C (or 0x2A362C) is known color: Gordons Green. HEX triplet: 2A, 36 and 2C. RGB value is (42,54,44). Sum of RGB (Red+Green+Blue) = 42+54+44=140 (18% of max value = 765). Red value is 42 (16.80% from 255 or 30% from 140); Green value is 54 (21.48% from 255 or 38.57% from 140); Blue value is 44 (17.58% from 255 or 31.43% from 140); Max value from RGB is 54 - color contains mainly: green. Hex color #2A362C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A362C is #D5C9D3. Grayscale: #313131. Windows color (decimal): -14010836 or 2897450. OLE color: 2897450.
HSL color Cylindrical-coordinate representation of color #2A362C: hue angle of 130º degrees, saturation: 0.12, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #2A362C is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 42 | 54 | 44 | - |
| CMYK | 0.22 | 0 | 0.19 | 0.79 |
| HSL | 130º | 0.13% | 0.19% | - |
| HSV(B) | 130º | 0.22% | 0.21% | - |
| XYZ | 2.73 | 3.31 | 2.88 | - |
| YUV | 49.27 | 125.02 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 54 | 44 | 0.22 | 0 | 0.19 | 0.79 | 130 | 0.13 | 0.19 |
| Hex | 2A | 36 | 2C | 16 | 0 | 13 | 4F | 82 | C | 13 |
| Octal | 52 | 66 | 54 | 26 | 0 | 23 | 117 | 202 | 14 | 23 |
| Binary | 101010 | 110110 | 101100 | 10110 | 0 | 10011 | 1001111 | 10000010 | 1100 | 10011 |
Color Harmonies of #2A362C
Complementary color
Monochromatic Colors of #2A362C
Black with #2A362C
Text Example
Text Example
White with #2A362C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A362C; }
p { color: rgb(42,54,44); }
H1.HeaderClassName
{
color: #2A362C;
}
.AnyTagClassName
{
color: #2A362C;
}
</style>
background-color css
<style>
a { background-color: #2A362C; }
a { background-color: rgb(42,54,44); }
div.DivClassName
{
background-color: #2A362C;
}
.BgClassName
{
background-color: #2A362C;
}
</style>
border-color css
<style>
span { border-color: #2A362C; }
span { border-color: rgb(42,54,44); }
td.TdClassName
{
border-color: #2A362C;
}
.TagClassName
{
border-color: #2A362C;
}
</style>