Shades of Gordons Green #263127
Tints of Gordons Green #263127
RGB
CMYK
RGB Variations
Color information
#263127 (or 0x263127) is known color: Gordons Green. HEX triplet: 26, 31 and 27. RGB value is (38,49,39). Sum of RGB (Red+Green+Blue) = 38+49+39=126 (16% of max value = 765). Red value is 38 (15.23% from 255 or 30.16% from 126); Green value is 49 (19.53% from 255 or 38.89% from 126); Blue value is 39 (15.62% from 255 or 30.95% from 126); Max value from RGB is 49 - color contains mainly: green. Hex color #263127 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263127 is #D9CED8. Grayscale: #2C2C2C. Windows color (decimal): -14274265 or 2568486. OLE color: 2568486.
HSL color Cylindrical-coordinate representation of color #263127: hue angle of 125.45º degrees, saturation: 0.13, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #263127 is Cyan = 0.22, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 38 | 49 | 39 | - |
| CMYK | 0.22 | 0 | 0.20 | 0.81 |
| HSL | 125.45º | 0.13% | 0.17% | - |
| HSV(B) | 125.45º | 0.22% | 0.19% | - |
| XYZ | 2.26 | 2.76 | 2.33 | - |
| YUV | 44.57 | 124.86 | 123.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 49 | 39 | 0.22 | 0 | 0.20 | 0.81 | 125.45 | 0.13 | 0.17 |
| Hex | 26 | 31 | 27 | 16 | 0 | 14 | 51 | 7D | D | 11 |
| Octal | 46 | 61 | 47 | 26 | 0 | 24 | 121 | 175 | 15 | 21 |
| Binary | 100110 | 110001 | 100111 | 10110 | 0 | 10100 | 1010001 | 1111101 | 1101 | 10001 |
Color Harmonies of #263127
Complementary color
Monochromatic Colors of #263127
Black with #263127
Text Example
Text Example
White with #263127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263127; }
p { color: rgb(38,49,39); }
H1.HeaderClassName
{
color: #263127;
}
.AnyTagClassName
{
color: #263127;
}
</style>
background-color css
<style>
a { background-color: #263127; }
a { background-color: rgb(38,49,39); }
div.DivClassName
{
background-color: #263127;
}
.BgClassName
{
background-color: #263127;
}
</style>
border-color css
<style>
span { border-color: #263127; }
span { border-color: rgb(38,49,39); }
td.TdClassName
{
border-color: #263127;
}
.TagClassName
{
border-color: #263127;
}
</style>