Shades of Gordons Green #273B2A
Tints of Gordons Green #273B2A
RGB
CMYK
RGB Variations
Color information
#273B2A (or 0x273B2A) is known color: Gordons Green. HEX triplet: 27, 3B and 2A. RGB value is (39,59,42). Sum of RGB (Red+Green+Blue) = 39+59+42=140 (18% of max value = 765). Red value is 39 (15.62% from 255 or 27.86% from 140); Green value is 59 (23.44% from 255 or 42.14% from 140); Blue value is 42 (16.80% from 255 or 30% from 140); Max value from RGB is 59 - color contains mainly: green. Hex color #273B2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273B2A is #D8C4D5. Grayscale: #333333. Windows color (decimal): -14206166 or 2767655. OLE color: 2767655.
HSL color Cylindrical-coordinate representation of color #273B2A: hue angle of 129º 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 #273B2A is Cyan = 0.34, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 39 | 59 | 42 | - |
| CMYK | 0.34 | 0 | 0.29 | 0.77 |
| HSL | 129º | 0.2% | 0.19% | - |
| HSV(B) | 129º | 0.34% | 0.23% | - |
| XYZ | 2.82 | 3.73 | 2.76 | - |
| YUV | 51.08 | 122.87 | 119.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 59 | 42 | 0.34 | 0 | 0.29 | 0.77 | 129 | 0.2 | 0.19 |
| Hex | 27 | 3B | 2A | 22 | 0 | 1D | 4D | 81 | 14 | 13 |
| Octal | 47 | 73 | 52 | 42 | 0 | 35 | 115 | 201 | 24 | 23 |
| Binary | 100111 | 111011 | 101010 | 100010 | 0 | 11101 | 1001101 | 10000001 | 10100 | 10011 |
Color Harmonies of #273B2A
Complementary color
Monochromatic Colors of #273B2A
Black with #273B2A
Text Example
Text Example
White with #273B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273B2A; }
p { color: rgb(39,59,42); }
H1.HeaderClassName
{
color: #273B2A;
}
.AnyTagClassName
{
color: #273B2A;
}
</style>
background-color css
<style>
a { background-color: #273B2A; }
a { background-color: rgb(39,59,42); }
div.DivClassName
{
background-color: #273B2A;
}
.BgClassName
{
background-color: #273B2A;
}
</style>
border-color css
<style>
span { border-color: #273B2A; }
span { border-color: rgb(39,59,42); }
td.TdClassName
{
border-color: #273B2A;
}
.TagClassName
{
border-color: #273B2A;
}
</style>