Shades of Gordons Green #2A3A2D
Tints of Gordons Green #2A3A2D
RGB
CMYK
RGB Variations
Color information
#2A3A2D (or 0x2A3A2D) is known color: Gordons Green. HEX triplet: 2A, 3A and 2D. RGB value is (42,58,45). Sum of RGB (Red+Green+Blue) = 42+58+45=145 (19% of max value = 765). Red value is 42 (16.80% from 255 or 28.97% from 145); Green value is 58 (23.05% from 255 or 40% from 145); Blue value is 45 (17.97% from 255 or 31.03% from 145); Max value from RGB is 58 - color contains mainly: green. Hex color #2A3A2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A3A2D is #D5C5D2. Grayscale: #333333. Windows color (decimal): -14009811 or 2964010. OLE color: 2964010.
HSL color Cylindrical-coordinate representation of color #2A3A2D: hue angle of 131.25º degrees, saturation: 0.16, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #2A3A2D is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.77.
Color convert
RGB | 42 | 58 | 45 | - |
CMYK | 0.28 | 0 | 0.22 | 0.77 |
HSL | 131.25º | 0.16% | 0.2% | - |
HSV(B) | 131.25º | 0.28% | 0.23% | - |
XYZ | 2.94 | 3.71 | 3.04 | - |
YUV | 51.73 | 124.2 | 121.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 42 | 58 | 45 | 0.28 | 0 | 0.22 | 0.77 | 131.25 | 0.16 | 0.2 |
Hex | 2A | 3A | 2D | 1C | 0 | 16 | 4D | 83 | 10 | 14 |
Octal | 52 | 72 | 55 | 34 | 0 | 26 | 115 | 203 | 20 | 24 |
Binary | 101010 | 111010 | 101101 | 11100 | 0 | 10110 | 1001101 | 10000011 | 10000 | 10100 |
Color Harmonies of #2A3A2D
Complementary color
Monochromatic Colors of #2A3A2D
Black with #2A3A2D
Text Example
Text Example
White with #2A3A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3A2D; }
p { color: rgb(42,58,45); }
H1.HeaderClassName
{
color: #2A3A2D;
}
.AnyTagClassName
{
color: #2A3A2D;
}
</style>
background-color css
<style>
a { background-color: #2A3A2D; }
a { background-color: rgb(42,58,45); }
div.DivClassName
{
background-color: #2A3A2D;
}
.BgClassName
{
background-color: #2A3A2D;
}
</style>
border-color css
<style>
span { border-color: #2A3A2D; }
span { border-color: rgb(42,58,45); }
td.TdClassName
{
border-color: #2A3A2D;
}
.TagClassName
{
border-color: #2A3A2D;
}
</style>