Shades of Gordons Green #2C382C
Tints of Gordons Green #2C382C
RGB
CMYK
RGB Variations
Color information
#2C382C (or 0x2C382C) is known color: Gordons Green. HEX triplet: 2C, 38 and 2C. RGB value is (44,56,44). Sum of RGB (Red+Green+Blue) = 44+56+44=144 (19% of max value = 765). Red value is 44 (17.58% from 255 or 30.56% from 144); Green value is 56 (22.27% from 255 or 38.89% from 144); Blue value is 44 (17.58% from 255 or 30.56% from 144); Max value from RGB is 56 - color contains mainly: green. Hex color #2C382C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C382C is #D3C7D3. Grayscale: #333333. Windows color (decimal): -13879252 or 2897964. OLE color: 2897964.
HSL color Cylindrical-coordinate representation of color #2C382C: hue angle of 120º degrees, saturation: 0.12, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #2C382C is Cyan = 0.21, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 44 | 56 | 44 | - |
| CMYK | 0.21 | 0 | 0.21 | 0.78 |
| HSL | 120º | 0.12% | 0.2% | - |
| HSV(B) | 120º | 0.21% | 0.22% | - |
| XYZ | 2.91 | 3.55 | 2.91 | - |
| YUV | 51.04 | 124.02 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 56 | 44 | 0.21 | 0 | 0.21 | 0.78 | 120 | 0.12 | 0.2 |
| Hex | 2C | 38 | 2C | 15 | 0 | 15 | 4E | 78 | C | 14 |
| Octal | 54 | 70 | 54 | 25 | 0 | 25 | 116 | 170 | 14 | 24 |
| Binary | 101100 | 111000 | 101100 | 10101 | 0 | 10101 | 1001110 | 1111000 | 1100 | 10100 |
Color Harmonies of #2C382C
Complementary color
Monochromatic Colors of #2C382C
Black with #2C382C
Text Example
Text Example
White with #2C382C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C382C; }
p { color: rgb(44,56,44); }
H1.HeaderClassName
{
color: #2C382C;
}
.AnyTagClassName
{
color: #2C382C;
}
</style>
background-color css
<style>
a { background-color: #2C382C; }
a { background-color: rgb(44,56,44); }
div.DivClassName
{
background-color: #2C382C;
}
.BgClassName
{
background-color: #2C382C;
}
</style>
border-color css
<style>
span { border-color: #2C382C; }
span { border-color: rgb(44,56,44); }
td.TdClassName
{
border-color: #2C382C;
}
.TagClassName
{
border-color: #2C382C;
}
</style>