Shades of Gordons Green #262F26
Tints of Gordons Green #262F26
RGB
CMYK
RGB Variations
Color information
#262F26 (or 0x262F26) is known color: Gordons Green. HEX triplet: 26, 2F and 26. RGB value is (38,47,38). Sum of RGB (Red+Green+Blue) = 38+47+38=123 (16% of max value = 765). Red value is 38 (15.23% from 255 or 30.89% from 123); Green value is 47 (18.75% from 255 or 38.21% from 123); Blue value is 38 (15.23% from 255 or 30.89% from 123); Max value from RGB is 47 - color contains mainly: green. Hex color #262F26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262F26 is #D9D0D9. Grayscale: #2B2B2B. Windows color (decimal): -14274778 or 2502438. OLE color: 2502438.
HSL color Cylindrical-coordinate representation of color #262F26: hue angle of 120º degrees, saturation: 0.11, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #262F26 is Cyan = 0.19, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 38 | 47 | 38 | - |
| CMYK | 0.19 | 0 | 0.19 | 0.82 |
| HSL | 120º | 0.11% | 0.17% | - |
| HSV(B) | 120º | 0.19% | 0.18% | - |
| XYZ | 2.17 | 2.59 | 2.22 | - |
| YUV | 43.28 | 125.02 | 124.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 47 | 38 | 0.19 | 0 | 0.19 | 0.82 | 120 | 0.11 | 0.17 |
| Hex | 26 | 2F | 26 | 13 | 0 | 13 | 52 | 78 | B | 11 |
| Octal | 46 | 57 | 46 | 23 | 0 | 23 | 122 | 170 | 13 | 21 |
| Binary | 100110 | 101111 | 100110 | 10011 | 0 | 10011 | 1010010 | 1111000 | 1011 | 10001 |
Color Harmonies of #262F26
Complementary color
Monochromatic Colors of #262F26
Black with #262F26
Text Example
Text Example
White with #262F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262F26; }
p { color: rgb(38,47,38); }
H1.HeaderClassName
{
color: #262F26;
}
.AnyTagClassName
{
color: #262F26;
}
</style>
background-color css
<style>
a { background-color: #262F26; }
a { background-color: rgb(38,47,38); }
div.DivClassName
{
background-color: #262F26;
}
.BgClassName
{
background-color: #262F26;
}
</style>
border-color css
<style>
span { border-color: #262F26; }
span { border-color: rgb(38,47,38); }
td.TdClassName
{
border-color: #262F26;
}
.TagClassName
{
border-color: #262F26;
}
</style>