Shades of Gordons Green #262E27
Tints of Gordons Green #262E27
RGB
CMYK
RGB Variations
Color information
#262E27 (or 0x262E27) is known color: Gordons Green. HEX triplet: 26, 2E and 27. RGB value is (38,46,39). Sum of RGB (Red+Green+Blue) = 38+46+39=123 (16% of max value = 765). Red value is 38 (15.23% from 255 or 30.89% from 123); Green value is 46 (18.36% from 255 or 37.40% from 123); Blue value is 39 (15.62% from 255 or 31.71% from 123); Max value from RGB is 46 - color contains mainly: green. Hex color #262E27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262E27 is #D9D1D8. Grayscale: #2A2A2A. Windows color (decimal): -14275033 or 2567718. OLE color: 2567718.
HSL color Cylindrical-coordinate representation of color #262E27: hue angle of 127.5º degrees, saturation: 0.1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #262E27 is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 38 | 46 | 39 | - |
| CMYK | 0.17 | 0 | 0.15 | 0.82 |
| HSL | 127.5º | 0.1% | 0.16% | - |
| HSV(B) | 127.5º | 0.17% | 0.18% | - |
| XYZ | 2.14 | 2.51 | 2.29 | - |
| YUV | 42.81 | 125.85 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 46 | 39 | 0.17 | 0 | 0.15 | 0.82 | 127.5 | 0.1 | 0.16 |
| Hex | 26 | 2E | 27 | 11 | 0 | F | 52 | 80 | A | 10 |
| Octal | 46 | 56 | 47 | 21 | 0 | 17 | 122 | 200 | 12 | 20 |
| Binary | 100110 | 101110 | 100111 | 10001 | 0 | 1111 | 1010010 | 10000000 | 1010 | 10000 |
Color Harmonies of #262E27
Complementary color
Monochromatic Colors of #262E27
Black with #262E27
Text Example
Text Example
White with #262E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262E27; }
p { color: rgb(38,46,39); }
H1.HeaderClassName
{
color: #262E27;
}
.AnyTagClassName
{
color: #262E27;
}
</style>
background-color css
<style>
a { background-color: #262E27; }
a { background-color: rgb(38,46,39); }
div.DivClassName
{
background-color: #262E27;
}
.BgClassName
{
background-color: #262E27;
}
</style>
border-color css
<style>
span { border-color: #262E27; }
span { border-color: rgb(38,46,39); }
td.TdClassName
{
border-color: #262E27;
}
.TagClassName
{
border-color: #262E27;
}
</style>