Shades of Gordons Green #2C402D
Tints of Gordons Green #2C402D
RGB
CMYK
RGB Variations
Color information
#2C402D (or 0x2C402D) is known color: Gordons Green. HEX triplet: 2C, 40 and 2D. RGB value is (44,64,45). Sum of RGB (Red+Green+Blue) = 44+64+45=153 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.76% from 153); Green value is 64 (25.39% from 255 or 41.83% from 153); Blue value is 45 (17.97% from 255 or 29.41% from 153); Max value from RGB is 64 - color contains mainly: green. Hex color #2C402D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C402D is #D3BFD2. Grayscale: #373737. Windows color (decimal): -13877203 or 2965548. OLE color: 2965548.
HSL color Cylindrical-coordinate representation of color #2C402D: hue angle of 123º degrees, saturation: 0.19, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #2C402D is Cyan = 0.31, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 44 | 64 | 45 | - |
| CMYK | 0.31 | 0 | 0.30 | 0.75 |
| HSL | 123º | 0.19% | 0.21% | - |
| HSV(B) | 123º | 0.31% | 0.25% | - |
| XYZ | 3.35 | 4.39 | 3.15 | - |
| YUV | 55.85 | 121.87 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 64 | 45 | 0.31 | 0 | 0.30 | 0.75 | 123 | 0.19 | 0.21 |
| Hex | 2C | 40 | 2D | 1F | 0 | 1E | 4B | 7B | 13 | 15 |
| Octal | 54 | 100 | 55 | 37 | 0 | 36 | 113 | 173 | 23 | 25 |
| Binary | 101100 | 1000000 | 101101 | 11111 | 0 | 11110 | 1001011 | 1111011 | 10011 | 10101 |
Color Harmonies of #2C402D
Complementary color
Monochromatic Colors of #2C402D
Black with #2C402D
Text Example
Text Example
White with #2C402D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C402D; }
p { color: rgb(44,64,45); }
H1.HeaderClassName
{
color: #2C402D;
}
.AnyTagClassName
{
color: #2C402D;
}
</style>
background-color css
<style>
a { background-color: #2C402D; }
a { background-color: rgb(44,64,45); }
div.DivClassName
{
background-color: #2C402D;
}
.BgClassName
{
background-color: #2C402D;
}
</style>
border-color css
<style>
span { border-color: #2C402D; }
span { border-color: rgb(44,64,45); }
td.TdClassName
{
border-color: #2C402D;
}
.TagClassName
{
border-color: #2C402D;
}
</style>