Shades of Gordons Green #2C322D
Tints of Gordons Green #2C322D
RGB
CMYK
RGB Variations
Color information
#2C322D (or 0x2C322D) is known color: Gordons Green. HEX triplet: 2C, 32 and 2D. RGB value is (44,50,45). Sum of RGB (Red+Green+Blue) = 44+50+45=139 (18% of max value = 765). Red value is 44 (17.58% from 255 or 31.65% from 139); Green value is 50 (19.92% from 255 or 35.97% from 139); Blue value is 45 (17.97% from 255 or 32.37% from 139); Max value from RGB is 50 - color contains mainly: green. Hex color #2C322D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C322D is #D3CDD2. Grayscale: #2F2F2F. Windows color (decimal): -13880787 or 2961964. OLE color: 2961964.
HSL color Cylindrical-coordinate representation of color #2C322D: hue angle of 130º degrees, saturation: 0.06, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #2C322D is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 44 | 50 | 45 | - |
| CMYK | 0.12 | 0 | 0.10 | 0.80 |
| HSL | 130º | 0.06% | 0.18% | - |
| HSV(B) | 130º | 0.12% | 0.2% | - |
| XYZ | 2.65 | 3.01 | 2.92 | - |
| YUV | 47.64 | 126.51 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 50 | 45 | 0.12 | 0 | 0.10 | 0.80 | 130 | 0.06 | 0.18 |
| Hex | 2C | 32 | 2D | C | 0 | A | 50 | 82 | 6 | 12 |
| Octal | 54 | 62 | 55 | 14 | 0 | 12 | 120 | 202 | 6 | 22 |
| Binary | 101100 | 110010 | 101101 | 1100 | 0 | 1010 | 1010000 | 10000010 | 110 | 10010 |
Color Harmonies of #2C322D
Complementary color
Monochromatic Colors of #2C322D
Black with #2C322D
Text Example
Text Example
White with #2C322D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C322D; }
p { color: rgb(44,50,45); }
H1.HeaderClassName
{
color: #2C322D;
}
.AnyTagClassName
{
color: #2C322D;
}
</style>
background-color css
<style>
a { background-color: #2C322D; }
a { background-color: rgb(44,50,45); }
div.DivClassName
{
background-color: #2C322D;
}
.BgClassName
{
background-color: #2C322D;
}
</style>
border-color css
<style>
span { border-color: #2C322D; }
span { border-color: rgb(44,50,45); }
td.TdClassName
{
border-color: #2C322D;
}
.TagClassName
{
border-color: #2C322D;
}
</style>