Shades of Gordons Green #262C26
Tints of Gordons Green #262C26
RGB
CMYK
RGB Variations
Color information
#262C26 (or 0x262C26) is known color: Gordons Green. HEX triplet: 26, 2C and 26. RGB value is (38,44,38). Sum of RGB (Red+Green+Blue) = 38+44+38=120 (15% of max value = 765). Red value is 38 (15.23% from 255 or 31.67% from 120); Green value is 44 (17.58% from 255 or 36.67% from 120); Blue value is 38 (15.23% from 255 or 31.67% from 120); Max value from RGB is 44 - color contains mainly: green. Hex color #262C26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262C26 is #D9D3D9. Grayscale: #292929. Windows color (decimal): -14275546 or 2501670. OLE color: 2501670.
HSL color Cylindrical-coordinate representation of color #262C26: hue angle of 120º 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 #262C26 is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 38 | 44 | 38 | - |
| CMYK | 0.14 | 0 | 0.14 | 0.83 |
| HSL | 120º | 0.07% | 0.16% | - |
| HSV(B) | 120º | 0.14% | 0.17% | - |
| XYZ | 2.05 | 2.35 | 2.18 | - |
| YUV | 41.52 | 126.01 | 125.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 44 | 38 | 0.14 | 0 | 0.14 | 0.83 | 120 | 0.07 | 0.16 |
| Hex | 26 | 2C | 26 | E | 0 | E | 53 | 78 | 7 | 10 |
| Octal | 46 | 54 | 46 | 16 | 0 | 16 | 123 | 170 | 7 | 20 |
| Binary | 100110 | 101100 | 100110 | 1110 | 0 | 1110 | 1010011 | 1111000 | 111 | 10000 |
Color Harmonies of #262C26
Complementary color
Monochromatic Colors of #262C26
Black with #262C26
Text Example
Text Example
White with #262C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262C26; }
p { color: rgb(38,44,38); }
H1.HeaderClassName
{
color: #262C26;
}
.AnyTagClassName
{
color: #262C26;
}
</style>
background-color css
<style>
a { background-color: #262C26; }
a { background-color: rgb(38,44,38); }
div.DivClassName
{
background-color: #262C26;
}
.BgClassName
{
background-color: #262C26;
}
</style>
border-color css
<style>
span { border-color: #262C26; }
span { border-color: rgb(38,44,38); }
td.TdClassName
{
border-color: #262C26;
}
.TagClassName
{
border-color: #262C26;
}
</style>