Shades of Gordons Green #2A362B
Tints of Gordons Green #2A362B
RGB
CMYK
RGB Variations
Color information
#2A362B (or 0x2A362B) is known color: Gordons Green. HEX triplet: 2A, 36 and 2B. RGB value is (42,54,43). Sum of RGB (Red+Green+Blue) = 42+54+43=139 (18% of max value = 765). Red value is 42 (16.80% from 255 or 30.22% from 139); Green value is 54 (21.48% from 255 or 38.85% from 139); Blue value is 43 (17.19% from 255 or 30.94% from 139); Max value from RGB is 54 - color contains mainly: green. Hex color #2A362B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A362B is #D5C9D4. Grayscale: #313131. Windows color (decimal): -14010837 or 2831914. OLE color: 2831914.
HSL color Cylindrical-coordinate representation of color #2A362B: hue angle of 125º 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 #2A362B is Cyan = 0.22, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 42 | 54 | 43 | - |
| CMYK | 0.22 | 0 | 0.20 | 0.79 |
| HSL | 125º | 0.13% | 0.19% | - |
| HSV(B) | 125º | 0.22% | 0.21% | - |
| XYZ | 2.71 | 3.3 | 2.78 | - |
| YUV | 49.16 | 124.52 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 54 | 43 | 0.22 | 0 | 0.20 | 0.79 | 125 | 0.13 | 0.19 |
| Hex | 2A | 36 | 2B | 16 | 0 | 14 | 4F | 7D | C | 13 |
| Octal | 52 | 66 | 53 | 26 | 0 | 24 | 117 | 175 | 14 | 23 |
| Binary | 101010 | 110110 | 101011 | 10110 | 0 | 10100 | 1001111 | 1111101 | 1100 | 10011 |
Color Harmonies of #2A362B
Complementary color
Monochromatic Colors of #2A362B
Black with #2A362B
Text Example
Text Example
White with #2A362B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A362B; }
p { color: rgb(42,54,43); }
H1.HeaderClassName
{
color: #2A362B;
}
.AnyTagClassName
{
color: #2A362B;
}
</style>
background-color css
<style>
a { background-color: #2A362B; }
a { background-color: rgb(42,54,43); }
div.DivClassName
{
background-color: #2A362B;
}
.BgClassName
{
background-color: #2A362B;
}
</style>
border-color css
<style>
span { border-color: #2A362B; }
span { border-color: rgb(42,54,43); }
td.TdClassName
{
border-color: #2A362B;
}
.TagClassName
{
border-color: #2A362B;
}
</style>