Shades of Gordons Green #2A2E2B
Tints of Gordons Green #2A2E2B
RGB
CMYK
RGB Variations
Color information
#2A2E2B (or 0x2A2E2B) is known color: Gordons Green. HEX triplet: 2A, 2E and 2B. RGB value is (42,46,43). Sum of RGB (Red+Green+Blue) = 42+46+43=131 (17% of max value = 765). Red value is 42 (16.80% from 255 or 32.06% from 131); Green value is 46 (18.36% from 255 or 35.11% from 131); Blue value is 43 (17.19% from 255 or 32.82% from 131); Max value from RGB is 46 - color contains mainly: green. Hex color #2A2E2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A2E2B is #D5D1D4. Grayscale: #2C2C2C. Windows color (decimal): -14012885 or 2829866. OLE color: 2829866.
HSL color Cylindrical-coordinate representation of color #2A2E2B: hue angle of 135º degrees, saturation: 0.05, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #2A2E2B is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.82.
Color convert
RGB | 42 | 46 | 43 | - |
CMYK | 0.09 | 0 | 0.07 | 0.82 |
HSL | 135º | 0.05% | 0.17% | - |
HSV(B) | 135º | 0.09% | 0.18% | - |
XYZ | 2.37 | 2.62 | 2.67 | - |
YUV | 44.46 | 127.17 | 126.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 42 | 46 | 43 | 0.09 | 0 | 0.07 | 0.82 | 135 | 0.05 | 0.17 |
Hex | 2A | 2E | 2B | 9 | 0 | 7 | 52 | 87 | 5 | 11 |
Octal | 52 | 56 | 53 | 11 | 0 | 7 | 122 | 207 | 5 | 21 |
Binary | 101010 | 101110 | 101011 | 1001 | 0 | 111 | 1010010 | 10000111 | 101 | 10001 |
Color Harmonies of #2A2E2B
Complementary color
Monochromatic Colors of #2A2E2B
Black with #2A2E2B
Text Example
Text Example
White with #2A2E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2E2B; }
p { color: rgb(42,46,43); }
H1.HeaderClassName
{
color: #2A2E2B;
}
.AnyTagClassName
{
color: #2A2E2B;
}
</style>
background-color css
<style>
a { background-color: #2A2E2B; }
a { background-color: rgb(42,46,43); }
div.DivClassName
{
background-color: #2A2E2B;
}
.BgClassName
{
background-color: #2A2E2B;
}
</style>
border-color css
<style>
span { border-color: #2A2E2B; }
span { border-color: rgb(42,46,43); }
td.TdClassName
{
border-color: #2A2E2B;
}
.TagClassName
{
border-color: #2A2E2B;
}
</style>