Shades of Gordons Green #2A422C
Tints of Gordons Green #2A422C
RGB
CMYK
RGB Variations
Color information
#2A422C (or 0x2A422C) is known color: Gordons Green. HEX triplet: 2A, 42 and 2C. RGB value is (42,66,44). Sum of RGB (Red+Green+Blue) = 42+66+44=152 (20% of max value = 765). Red value is 42 (16.80% from 255 or 27.63% from 152); Green value is 66 (26.17% from 255 or 43.42% from 152); Blue value is 44 (17.58% from 255 or 28.95% from 152); Max value from RGB is 66 - color contains mainly: green. Hex color #2A422C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A422C is #D5BDD3. Grayscale: #383838. Windows color (decimal): -14007764 or 2900522. OLE color: 2900522.
HSL color Cylindrical-coordinate representation of color #2A422C: hue angle of 125º degrees, saturation: 0.22, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #2A422C is Cyan = 0.36, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 42 | 66 | 44 | - |
| CMYK | 0.36 | 0 | 0.33 | 0.74 |
| HSL | 125º | 0.22% | 0.21% | - |
| HSV(B) | 125º | 0.36% | 0.26% | - |
| XYZ | 3.36 | 4.57 | 3.09 | - |
| YUV | 56.32 | 121.05 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 66 | 44 | 0.36 | 0 | 0.33 | 0.74 | 125 | 0.22 | 0.21 |
| Hex | 2A | 42 | 2C | 24 | 0 | 21 | 4A | 7D | 16 | 15 |
| Octal | 52 | 102 | 54 | 44 | 0 | 41 | 112 | 175 | 26 | 25 |
| Binary | 101010 | 1000010 | 101100 | 100100 | 0 | 100001 | 1001010 | 1111101 | 10110 | 10101 |
Color Harmonies of #2A422C
Complementary color
Monochromatic Colors of #2A422C
Black with #2A422C
Text Example
Text Example
White with #2A422C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A422C; }
p { color: rgb(42,66,44); }
H1.HeaderClassName
{
color: #2A422C;
}
.AnyTagClassName
{
color: #2A422C;
}
</style>
background-color css
<style>
a { background-color: #2A422C; }
a { background-color: rgb(42,66,44); }
div.DivClassName
{
background-color: #2A422C;
}
.BgClassName
{
background-color: #2A422C;
}
</style>
border-color css
<style>
span { border-color: #2A422C; }
span { border-color: rgb(42,66,44); }
td.TdClassName
{
border-color: #2A422C;
}
.TagClassName
{
border-color: #2A422C;
}
</style>