Shades of Gordons Green #2A382A
Tints of Gordons Green #2A382A
RGB
CMYK
RGB Variations
Color information
#2A382A (or 0x2A382A) is known color: Gordons Green. HEX triplet: 2A, 38 and 2A. RGB value is (42,56,42). Sum of RGB (Red+Green+Blue) = 42+56+42=140 (18% of max value = 765). Red value is 42 (16.80% from 255 or 30% from 140); Green value is 56 (22.27% from 255 or 40% from 140); Blue value is 42 (16.80% from 255 or 30% from 140); Max value from RGB is 56 - color contains mainly: green. Hex color #2A382A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A382A is #D5C7D5. Grayscale: #323232. Windows color (decimal): -14010326 or 2766890. OLE color: 2766890.
HSL color Cylindrical-coordinate representation of color #2A382A: hue angle of 120º 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 #2A382A is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 42 | 56 | 42 | - |
| CMYK | 0.25 | 0 | 0.25 | 0.78 |
| HSL | 120º | 0.14% | 0.19% | - |
| HSV(B) | 120º | 0.25% | 0.22% | - |
| XYZ | 2.79 | 3.49 | 2.72 | - |
| YUV | 50.22 | 123.36 | 122.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 56 | 42 | 0.25 | 0 | 0.25 | 0.78 | 120 | 0.14 | 0.19 |
| Hex | 2A | 38 | 2A | 19 | 0 | 19 | 4E | 78 | E | 13 |
| Octal | 52 | 70 | 52 | 31 | 0 | 31 | 116 | 170 | 16 | 23 |
| Binary | 101010 | 111000 | 101010 | 11001 | 0 | 11001 | 1001110 | 1111000 | 1110 | 10011 |
Color Harmonies of #2A382A
Complementary color
Monochromatic Colors of #2A382A
Black with #2A382A
Text Example
Text Example
White with #2A382A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A382A; }
p { color: rgb(42,56,42); }
H1.HeaderClassName
{
color: #2A382A;
}
.AnyTagClassName
{
color: #2A382A;
}
</style>
background-color css
<style>
a { background-color: #2A382A; }
a { background-color: rgb(42,56,42); }
div.DivClassName
{
background-color: #2A382A;
}
.BgClassName
{
background-color: #2A382A;
}
</style>
border-color css
<style>
span { border-color: #2A382A; }
span { border-color: rgb(42,56,42); }
td.TdClassName
{
border-color: #2A382A;
}
.TagClassName
{
border-color: #2A382A;
}
</style>