Shades of Gordons Green #273128
Tints of Gordons Green #273128
RGB
CMYK
RGB Variations
Color information
#273128 (or 0x273128) is known color: Gordons Green. HEX triplet: 27, 31 and 28. RGB value is (39,49,40). Sum of RGB (Red+Green+Blue) = 39+49+40=128 (16% of max value = 765). Red value is 39 (15.62% from 255 or 30.47% from 128); Green value is 49 (19.53% from 255 or 38.28% from 128); Blue value is 40 (16.02% from 255 or 31.25% from 128); Max value from RGB is 49 - color contains mainly: green. Hex color #273128 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273128 is #D8CED7. Grayscale: #2D2D2D. Windows color (decimal): -14208728 or 2634023. OLE color: 2634023.
HSL color Cylindrical-coordinate representation of color #273128: hue angle of 126º 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 #273128 is Cyan = 0.20, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 39 | 49 | 40 | - |
| CMYK | 0.20 | 0 | 0.18 | 0.81 |
| HSL | 126º | 0.11% | 0.17% | - |
| HSV(B) | 126º | 0.2% | 0.19% | - |
| XYZ | 2.32 | 2.78 | 2.42 | - |
| YUV | 44.98 | 125.19 | 123.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 49 | 40 | 0.20 | 0 | 0.18 | 0.81 | 126 | 0.11 | 0.17 |
| Hex | 27 | 31 | 28 | 14 | 0 | 12 | 51 | 7E | B | 11 |
| Octal | 47 | 61 | 50 | 24 | 0 | 22 | 121 | 176 | 13 | 21 |
| Binary | 100111 | 110001 | 101000 | 10100 | 0 | 10010 | 1010001 | 1111110 | 1011 | 10001 |
Color Harmonies of #273128
Complementary color
Monochromatic Colors of #273128
Black with #273128
Text Example
Text Example
White with #273128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273128; }
p { color: rgb(39,49,40); }
H1.HeaderClassName
{
color: #273128;
}
.AnyTagClassName
{
color: #273128;
}
</style>
background-color css
<style>
a { background-color: #273128; }
a { background-color: rgb(39,49,40); }
div.DivClassName
{
background-color: #273128;
}
.BgClassName
{
background-color: #273128;
}
</style>
border-color css
<style>
span { border-color: #273128; }
span { border-color: rgb(39,49,40); }
td.TdClassName
{
border-color: #273128;
}
.TagClassName
{
border-color: #273128;
}
</style>