Shades of Gordons Green #273B2C
Tints of Gordons Green #273B2C
RGB
CMYK
RGB Variations
Color information
#273B2C (or 0x273B2C) is known color: Gordons Green. HEX triplet: 27, 3B and 2C. RGB value is (39,59,44). Sum of RGB (Red+Green+Blue) = 39+59+44=142 (18% of max value = 765). Red value is 39 (15.62% from 255 or 27.46% from 142); Green value is 59 (23.44% from 255 or 41.55% from 142); Blue value is 44 (17.58% from 255 or 30.99% from 142); Max value from RGB is 59 - color contains mainly: green. Hex color #273B2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273B2C is #D8C4D3. Grayscale: #333333. Windows color (decimal): -14206164 or 2898727. OLE color: 2898727.
HSL color Cylindrical-coordinate representation of color #273B2C: hue angle of 135º degrees, saturation: 0.2, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #273B2C is Cyan = 0.34, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 39 | 59 | 44 | - |
| CMYK | 0.34 | 0 | 0.25 | 0.77 |
| HSL | 135º | 0.2% | 0.19% | - |
| HSV(B) | 135º | 0.34% | 0.23% | - |
| XYZ | 2.86 | 3.74 | 2.95 | - |
| YUV | 51.31 | 123.87 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 59 | 44 | 0.34 | 0 | 0.25 | 0.77 | 135 | 0.2 | 0.19 |
| Hex | 27 | 3B | 2C | 22 | 0 | 19 | 4D | 87 | 14 | 13 |
| Octal | 47 | 73 | 54 | 42 | 0 | 31 | 115 | 207 | 24 | 23 |
| Binary | 100111 | 111011 | 101100 | 100010 | 0 | 11001 | 1001101 | 10000111 | 10100 | 10011 |
Color Harmonies of #273B2C
Complementary color
Monochromatic Colors of #273B2C
Black with #273B2C
Text Example
Text Example
White with #273B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273B2C; }
p { color: rgb(39,59,44); }
H1.HeaderClassName
{
color: #273B2C;
}
.AnyTagClassName
{
color: #273B2C;
}
</style>
background-color css
<style>
a { background-color: #273B2C; }
a { background-color: rgb(39,59,44); }
div.DivClassName
{
background-color: #273B2C;
}
.BgClassName
{
background-color: #273B2C;
}
</style>
border-color css
<style>
span { border-color: #273B2C; }
span { border-color: rgb(39,59,44); }
td.TdClassName
{
border-color: #273B2C;
}
.TagClassName
{
border-color: #273B2C;
}
</style>