Shades of Gordons Green #2A392B
Tints of Gordons Green #2A392B
RGB
CMYK
RGB Variations
Color information
#2A392B (or 0x2A392B) is known color: Gordons Green. HEX triplet: 2A, 39 and 2B. RGB value is (42,57,43). Sum of RGB (Red+Green+Blue) = 42+57+43=142 (18% of max value = 765). Red value is 42 (16.80% from 255 or 29.58% from 142); Green value is 57 (22.66% from 255 or 40.14% from 142); Blue value is 43 (17.19% from 255 or 30.28% from 142); Max value from RGB is 57 - color contains mainly: green. Hex color #2A392B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A392B is #D5C6D4. Grayscale: #323232. Windows color (decimal): -14010069 or 2832682. OLE color: 2832682.
HSL color Cylindrical-coordinate representation of color #2A392B: hue angle of 124º degrees, saturation: 0.15, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #2A392B is Cyan = 0.26, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 42 | 57 | 43 | - |
| CMYK | 0.26 | 0 | 0.25 | 0.78 |
| HSL | 124º | 0.15% | 0.19% | - |
| HSV(B) | 124º | 0.26% | 0.22% | - |
| XYZ | 2.85 | 3.59 | 2.83 | - |
| YUV | 50.92 | 123.53 | 121.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 57 | 43 | 0.26 | 0 | 0.25 | 0.78 | 124 | 0.15 | 0.19 |
| Hex | 2A | 39 | 2B | 1A | 0 | 19 | 4E | 7C | F | 13 |
| Octal | 52 | 71 | 53 | 32 | 0 | 31 | 116 | 174 | 17 | 23 |
| Binary | 101010 | 111001 | 101011 | 11010 | 0 | 11001 | 1001110 | 1111100 | 1111 | 10011 |
Color Harmonies of #2A392B
Complementary color
Monochromatic Colors of #2A392B
Black with #2A392B
Text Example
Text Example
White with #2A392B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A392B; }
p { color: rgb(42,57,43); }
H1.HeaderClassName
{
color: #2A392B;
}
.AnyTagClassName
{
color: #2A392B;
}
</style>
background-color css
<style>
a { background-color: #2A392B; }
a { background-color: rgb(42,57,43); }
div.DivClassName
{
background-color: #2A392B;
}
.BgClassName
{
background-color: #2A392B;
}
</style>
border-color css
<style>
span { border-color: #2A392B; }
span { border-color: rgb(42,57,43); }
td.TdClassName
{
border-color: #2A392B;
}
.TagClassName
{
border-color: #2A392B;
}
</style>