Shades of Gordons Green #262C27
Tints of Gordons Green #262C27
RGB
CMYK
RGB Variations
Color information
#262C27 (or 0x262C27) is known color: Gordons Green. HEX triplet: 26, 2C and 27. RGB value is (38,44,39). Sum of RGB (Red+Green+Blue) = 38+44+39=121 (16% of max value = 765). Red value is 38 (15.23% from 255 or 31.40% from 121); Green value is 44 (17.58% from 255 or 36.36% from 121); Blue value is 39 (15.62% from 255 or 32.23% from 121); Max value from RGB is 44 - color contains mainly: green. Hex color #262C27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262C27 is #D9D3D8. Grayscale: #292929. Windows color (decimal): -14275545 or 2567206. OLE color: 2567206.
HSL color Cylindrical-coordinate representation of color #262C27: hue angle of 130º degrees, saturation: 0.07, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #262C27 is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 38 | 44 | 39 | - |
| CMYK | 0.14 | 0 | 0.11 | 0.83 |
| HSL | 130º | 0.07% | 0.16% | - |
| HSV(B) | 130º | 0.14% | 0.17% | - |
| XYZ | 2.07 | 2.36 | 2.27 | - |
| YUV | 41.64 | 126.51 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 44 | 39 | 0.14 | 0 | 0.11 | 0.83 | 130 | 0.07 | 0.16 |
| Hex | 26 | 2C | 27 | E | 0 | B | 53 | 82 | 7 | 10 |
| Octal | 46 | 54 | 47 | 16 | 0 | 13 | 123 | 202 | 7 | 20 |
| Binary | 100110 | 101100 | 100111 | 1110 | 0 | 1011 | 1010011 | 10000010 | 111 | 10000 |
Color Harmonies of #262C27
Complementary color
Monochromatic Colors of #262C27
Black with #262C27
Text Example
Text Example
White with #262C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262C27; }
p { color: rgb(38,44,39); }
H1.HeaderClassName
{
color: #262C27;
}
.AnyTagClassName
{
color: #262C27;
}
</style>
background-color css
<style>
a { background-color: #262C27; }
a { background-color: rgb(38,44,39); }
div.DivClassName
{
background-color: #262C27;
}
.BgClassName
{
background-color: #262C27;
}
</style>
border-color css
<style>
span { border-color: #262C27; }
span { border-color: rgb(38,44,39); }
td.TdClassName
{
border-color: #262C27;
}
.TagClassName
{
border-color: #262C27;
}
</style>