Shades of Gordons Green #273127
Tints of Gordons Green #273127
RGB
CMYK
RGB Variations
Color information
#273127 (or 0x273127) is known color: Gordons Green. HEX triplet: 27, 31 and 27. RGB value is (39,49,39). Sum of RGB (Red+Green+Blue) = 39+49+39=127 (16% of max value = 765). Red value is 39 (15.62% from 255 or 30.71% from 127); Green value is 49 (19.53% from 255 or 38.58% from 127); Blue value is 39 (15.62% from 255 or 30.71% from 127); Max value from RGB is 49 - color contains mainly: green. Hex color #273127 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273127 is #D8CED8. Grayscale: #2C2C2C. Windows color (decimal): -14208729 or 2568487. OLE color: 2568487.
HSL color Cylindrical-coordinate representation of color #273127: hue angle of 120º degrees, saturation: 0.11, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #273127 is Cyan = 0.20, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 39 | 49 | 39 | - |
| CMYK | 0.20 | 0 | 0.20 | 0.81 |
| HSL | 120º | 0.11% | 0.17% | - |
| HSV(B) | 120º | 0.2% | 0.19% | - |
| XYZ | 2.3 | 2.77 | 2.33 | - |
| YUV | 44.87 | 124.69 | 123.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 49 | 39 | 0.20 | 0 | 0.20 | 0.81 | 120 | 0.11 | 0.17 |
| Hex | 27 | 31 | 27 | 14 | 0 | 14 | 51 | 78 | B | 11 |
| Octal | 47 | 61 | 47 | 24 | 0 | 24 | 121 | 170 | 13 | 21 |
| Binary | 100111 | 110001 | 100111 | 10100 | 0 | 10100 | 1010001 | 1111000 | 1011 | 10001 |
Color Harmonies of #273127
Complementary color
Monochromatic Colors of #273127
Black with #273127
Text Example
Text Example
White with #273127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273127; }
p { color: rgb(39,49,39); }
H1.HeaderClassName
{
color: #273127;
}
.AnyTagClassName
{
color: #273127;
}
</style>
background-color css
<style>
a { background-color: #273127; }
a { background-color: rgb(39,49,39); }
div.DivClassName
{
background-color: #273127;
}
.BgClassName
{
background-color: #273127;
}
</style>
border-color css
<style>
span { border-color: #273127; }
span { border-color: rgb(39,49,39); }
td.TdClassName
{
border-color: #273127;
}
.TagClassName
{
border-color: #273127;
}
</style>