Shades of Gordons Green #2A302A
Tints of Gordons Green #2A302A
RGB
CMYK
RGB Variations
Color information
#2A302A (or 0x2A302A) is known color: Gordons Green. HEX triplet: 2A, 30 and 2A. RGB value is (42,48,42). Sum of RGB (Red+Green+Blue) = 42+48+42=132 (17% of max value = 765). Red value is 42 (16.80% from 255 or 31.82% from 132); Green value is 48 (19.14% from 255 or 36.36% from 132); Blue value is 42 (16.80% from 255 or 31.82% from 132); Max value from RGB is 48 - color contains mainly: green. Hex color #2A302A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A302A is #D5CFD5. Grayscale: #2D2D2D. Windows color (decimal): -14012374 or 2764842. OLE color: 2764842.
HSL color Cylindrical-coordinate representation of color #2A302A: hue angle of 120º degrees, saturation: 0.07, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #2A302A is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 42 | 48 | 42 | - |
| CMYK | 0.13 | 0 | 0.13 | 0.81 |
| HSL | 120º | 0.07% | 0.18% | - |
| HSV(B) | 120º | 0.13% | 0.19% | - |
| XYZ | 2.43 | 2.77 | 2.6 | - |
| YUV | 45.52 | 126.01 | 125.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 48 | 42 | 0.13 | 0 | 0.13 | 0.81 | 120 | 0.07 | 0.18 |
| Hex | 2A | 30 | 2A | D | 0 | D | 51 | 78 | 7 | 12 |
| Octal | 52 | 60 | 52 | 15 | 0 | 15 | 121 | 170 | 7 | 22 |
| Binary | 101010 | 110000 | 101010 | 1101 | 0 | 1101 | 1010001 | 1111000 | 111 | 10010 |
Color Harmonies of #2A302A
Complementary color
Monochromatic Colors of #2A302A
Black with #2A302A
Text Example
Text Example
White with #2A302A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A302A; }
p { color: rgb(42,48,42); }
H1.HeaderClassName
{
color: #2A302A;
}
.AnyTagClassName
{
color: #2A302A;
}
</style>
background-color css
<style>
a { background-color: #2A302A; }
a { background-color: rgb(42,48,42); }
div.DivClassName
{
background-color: #2A302A;
}
.BgClassName
{
background-color: #2A302A;
}
</style>
border-color css
<style>
span { border-color: #2A302A; }
span { border-color: rgb(42,48,42); }
td.TdClassName
{
border-color: #2A302A;
}
.TagClassName
{
border-color: #2A302A;
}
</style>