Shades of Gordons Green #262B26
Tints of Gordons Green #262B26
RGB
CMYK
RGB Variations
Color information
#262B26 (or 0x262B26) is known color: Gordons Green. HEX triplet: 26, 2B and 26. RGB value is (38,43,38). Sum of RGB (Red+Green+Blue) = 38+43+38=119 (15% of max value = 765). Red value is 38 (15.23% from 255 or 31.93% from 119); Green value is 43 (17.19% from 255 or 36.13% from 119); Blue value is 38 (15.23% from 255 or 31.93% from 119); Max value from RGB is 43 - color contains mainly: green. Hex color #262B26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262B26 is #D9D4D9. Grayscale: #282828. Windows color (decimal): -14275802 or 2501414. OLE color: 2501414.
HSL color Cylindrical-coordinate representation of color #262B26: hue angle of 120º degrees, saturation: 0.06, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #262B26 is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 38 | 43 | 38 | - |
| CMYK | 0.12 | 0 | 0.12 | 0.83 |
| HSL | 120º | 0.06% | 0.16% | - |
| HSV(B) | 120º | 0.12% | 0.17% | - |
| XYZ | 2.01 | 2.28 | 2.17 | - |
| YUV | 40.94 | 126.34 | 125.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 43 | 38 | 0.12 | 0 | 0.12 | 0.83 | 120 | 0.06 | 0.16 |
| Hex | 26 | 2B | 26 | C | 0 | C | 53 | 78 | 6 | 10 |
| Octal | 46 | 53 | 46 | 14 | 0 | 14 | 123 | 170 | 6 | 20 |
| Binary | 100110 | 101011 | 100110 | 1100 | 0 | 1100 | 1010011 | 1111000 | 110 | 10000 |
Color Harmonies of #262B26
Complementary color
Monochromatic Colors of #262B26
Black with #262B26
Text Example
Text Example
White with #262B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262B26; }
p { color: rgb(38,43,38); }
H1.HeaderClassName
{
color: #262B26;
}
.AnyTagClassName
{
color: #262B26;
}
</style>
background-color css
<style>
a { background-color: #262B26; }
a { background-color: rgb(38,43,38); }
div.DivClassName
{
background-color: #262B26;
}
.BgClassName
{
background-color: #262B26;
}
</style>
border-color css
<style>
span { border-color: #262B26; }
span { border-color: rgb(38,43,38); }
td.TdClassName
{
border-color: #262B26;
}
.TagClassName
{
border-color: #262B26;
}
</style>