Shades of Gordons Green #2A392A
Tints of Gordons Green #2A392A
RGB
CMYK
RGB Variations
Color information
#2A392A (or 0x2A392A) is known color: Gordons Green. HEX triplet: 2A, 39 and 2A. RGB value is (42,57,42). Sum of RGB (Red+Green+Blue) = 42+57+42=141 (18% of max value = 765). Red value is 42 (16.80% from 255 or 29.79% from 141); Green value is 57 (22.66% from 255 or 40.43% from 141); Blue value is 42 (16.80% from 255 or 29.79% from 141); Max value from RGB is 57 - color contains mainly: green. Hex color #2A392A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A392A is #D5C6D5. Grayscale: #323232. Windows color (decimal): -14010070 or 2767146. OLE color: 2767146.
HSL color Cylindrical-coordinate representation of color #2A392A: hue angle of 120º 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 #2A392A is Cyan = 0.26, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 42 | 57 | 42 | - |
| CMYK | 0.26 | 0 | 0.26 | 0.78 |
| HSL | 120º | 0.15% | 0.19% | - |
| HSV(B) | 120º | 0.26% | 0.22% | - |
| XYZ | 2.84 | 3.59 | 2.73 | - |
| YUV | 50.81 | 123.03 | 121.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 57 | 42 | 0.26 | 0 | 0.26 | 0.78 | 120 | 0.15 | 0.19 |
| Hex | 2A | 39 | 2A | 1A | 0 | 1A | 4E | 78 | F | 13 |
| Octal | 52 | 71 | 52 | 32 | 0 | 32 | 116 | 170 | 17 | 23 |
| Binary | 101010 | 111001 | 101010 | 11010 | 0 | 11010 | 1001110 | 1111000 | 1111 | 10011 |
Color Harmonies of #2A392A
Complementary color
Monochromatic Colors of #2A392A
Black with #2A392A
Text Example
Text Example
White with #2A392A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A392A; }
p { color: rgb(42,57,42); }
H1.HeaderClassName
{
color: #2A392A;
}
.AnyTagClassName
{
color: #2A392A;
}
</style>
background-color css
<style>
a { background-color: #2A392A; }
a { background-color: rgb(42,57,42); }
div.DivClassName
{
background-color: #2A392A;
}
.BgClassName
{
background-color: #2A392A;
}
</style>
border-color css
<style>
span { border-color: #2A392A; }
span { border-color: rgb(42,57,42); }
td.TdClassName
{
border-color: #2A392A;
}
.TagClassName
{
border-color: #2A392A;
}
</style>