Shades of Gordons Green #2A332B
Tints of Gordons Green #2A332B
RGB
CMYK
RGB Variations
Color information
#2A332B (or 0x2A332B) is known color: Gordons Green. HEX triplet: 2A, 33 and 2B. RGB value is (42,51,43). Sum of RGB (Red+Green+Blue) = 42+51+43=136 (18% of max value = 765). Red value is 42 (16.80% from 255 or 30.88% from 136); Green value is 51 (20.31% from 255 or 37.5% from 136); Blue value is 43 (17.19% from 255 or 31.62% from 136); Max value from RGB is 51 - color contains mainly: green. Hex color #2A332B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A332B is #D5CCD4. Grayscale: #2F2F2F. Windows color (decimal): -14011605 or 2831146. OLE color: 2831146.
HSL color Cylindrical-coordinate representation of color #2A332B: hue angle of 126.67º degrees, saturation: 0.1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #2A332B is Cyan = 0.18, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 42 | 51 | 43 | - |
| CMYK | 0.18 | 0 | 0.16 | 0.8 |
| HSL | 126.67º | 0.1% | 0.18% | - |
| HSV(B) | 126.67º | 0.18% | 0.2% | - |
| XYZ | 2.57 | 3.03 | 2.74 | - |
| YUV | 47.4 | 125.52 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 51 | 43 | 0.18 | 0 | 0.16 | 0.8 | 126.67 | 0.1 | 0.18 |
| Hex | 2A | 33 | 2B | 12 | 0 | 10 | 50 | 7F | A | 12 |
| Octal | 52 | 63 | 53 | 22 | 0 | 20 | 120 | 177 | 12 | 22 |
| Binary | 101010 | 110011 | 101011 | 10010 | 0 | 10000 | 1010000 | 1111111 | 1010 | 10010 |
Color Harmonies of #2A332B
Complementary color
Monochromatic Colors of #2A332B
Black with #2A332B
Text Example
Text Example
White with #2A332B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A332B; }
p { color: rgb(42,51,43); }
H1.HeaderClassName
{
color: #2A332B;
}
.AnyTagClassName
{
color: #2A332B;
}
</style>
background-color css
<style>
a { background-color: #2A332B; }
a { background-color: rgb(42,51,43); }
div.DivClassName
{
background-color: #2A332B;
}
.BgClassName
{
background-color: #2A332B;
}
</style>
border-color css
<style>
span { border-color: #2A332B; }
span { border-color: rgb(42,51,43); }
td.TdClassName
{
border-color: #2A332B;
}
.TagClassName
{
border-color: #2A332B;
}
</style>