Shades of Gordons Green #2A332A
Tints of Gordons Green #2A332A
RGB
CMYK
RGB Variations
Color information
#2A332A (or 0x2A332A) is known color: Gordons Green. HEX triplet: 2A, 33 and 2A. RGB value is (42,51,42). Sum of RGB (Red+Green+Blue) = 42+51+42=135 (17% of max value = 765). Red value is 42 (16.80% from 255 or 31.11% from 135); Green value is 51 (20.31% from 255 or 37.78% from 135); Blue value is 42 (16.80% from 255 or 31.11% from 135); Max value from RGB is 51 - color contains mainly: green. Hex color #2A332A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A332A is #D5CCD5. Grayscale: #2F2F2F. Windows color (decimal): -14011606 or 2765610. OLE color: 2765610.
HSL color Cylindrical-coordinate representation of color #2A332A: hue angle of 120º 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 #2A332A is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 42 | 51 | 42 | - |
| CMYK | 0.18 | 0 | 0.18 | 0.8 |
| HSL | 120º | 0.1% | 0.18% | - |
| HSV(B) | 120º | 0.18% | 0.2% | - |
| XYZ | 2.56 | 3.03 | 2.64 | - |
| YUV | 47.28 | 125.02 | 124.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 51 | 42 | 0.18 | 0 | 0.18 | 0.8 | 120 | 0.1 | 0.18 |
| Hex | 2A | 33 | 2A | 12 | 0 | 12 | 50 | 78 | A | 12 |
| Octal | 52 | 63 | 52 | 22 | 0 | 22 | 120 | 170 | 12 | 22 |
| Binary | 101010 | 110011 | 101010 | 10010 | 0 | 10010 | 1010000 | 1111000 | 1010 | 10010 |
Color Harmonies of #2A332A
Complementary color
Monochromatic Colors of #2A332A
Black with #2A332A
Text Example
Text Example
White with #2A332A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A332A; }
p { color: rgb(42,51,42); }
H1.HeaderClassName
{
color: #2A332A;
}
.AnyTagClassName
{
color: #2A332A;
}
</style>
background-color css
<style>
a { background-color: #2A332A; }
a { background-color: rgb(42,51,42); }
div.DivClassName
{
background-color: #2A332A;
}
.BgClassName
{
background-color: #2A332A;
}
</style>
border-color css
<style>
span { border-color: #2A332A; }
span { border-color: rgb(42,51,42); }
td.TdClassName
{
border-color: #2A332A;
}
.TagClassName
{
border-color: #2A332A;
}
</style>