Shades of Gordons Green #2C302C
Tints of Gordons Green #2C302C
RGB
CMYK
RGB Variations
Color information
#2C302C (or 0x2C302C) is known color: Gordons Green. HEX triplet: 2C, 30 and 2C. RGB value is (44,48,44). Sum of RGB (Red+Green+Blue) = 44+48+44=136 (18% of max value = 765). Red value is 44 (17.58% from 255 or 32.35% from 136); Green value is 48 (19.14% from 255 or 35.29% from 136); Blue value is 44 (17.58% from 255 or 32.35% from 136); Max value from RGB is 48 - color contains mainly: green. Hex color #2C302C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C302C is #D3CFD3. Grayscale: #2E2E2E. Windows color (decimal): -13881300 or 2895916. OLE color: 2895916.
HSL color Cylindrical-coordinate representation of color #2C302C: hue angle of 120º degrees, saturation: 0.04, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #2C302C is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 44 | 48 | 44 | - |
| CMYK | 0.08 | 0 | 0.08 | 0.81 |
| HSL | 120º | 0.04% | 0.18% | - |
| HSV(B) | 120º | 0.08% | 0.19% | - |
| XYZ | 2.55 | 2.83 | 2.79 | - |
| YUV | 46.35 | 126.67 | 126.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 48 | 44 | 0.08 | 0 | 0.08 | 0.81 | 120 | 0.04 | 0.18 |
| Hex | 2C | 30 | 2C | 8 | 0 | 8 | 51 | 78 | 4 | 12 |
| Octal | 54 | 60 | 54 | 10 | 0 | 10 | 121 | 170 | 4 | 22 |
| Binary | 101100 | 110000 | 101100 | 1000 | 0 | 1000 | 1010001 | 1111000 | 100 | 10010 |
Color Harmonies of #2C302C
Complementary color
Monochromatic Colors of #2C302C
Black with #2C302C
Text Example
Text Example
White with #2C302C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C302C; }
p { color: rgb(44,48,44); }
H1.HeaderClassName
{
color: #2C302C;
}
.AnyTagClassName
{
color: #2C302C;
}
</style>
background-color css
<style>
a { background-color: #2C302C; }
a { background-color: rgb(44,48,44); }
div.DivClassName
{
background-color: #2C302C;
}
.BgClassName
{
background-color: #2C302C;
}
</style>
border-color css
<style>
span { border-color: #2C302C; }
span { border-color: rgb(44,48,44); }
td.TdClassName
{
border-color: #2C302C;
}
.TagClassName
{
border-color: #2C302C;
}
</style>