Shades of Gordons Green #263B2C
Tints of Gordons Green #263B2C
RGB
CMYK
RGB Variations
Color information
#263B2C (or 0x263B2C) is known color: Gordons Green. HEX triplet: 26, 3B and 2C. RGB value is (38,59,44). Sum of RGB (Red+Green+Blue) = 38+59+44=141 (18% of max value = 765). Red value is 38 (15.23% from 255 or 26.95% from 141); Green value is 59 (23.44% from 255 or 41.84% from 141); Blue value is 44 (17.58% from 255 or 31.21% from 141); Max value from RGB is 59 - color contains mainly: green. Hex color #263B2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263B2C is #D9C4D3. Grayscale: #333333. Windows color (decimal): -14271700 or 2898726. OLE color: 2898726.
HSL color Cylindrical-coordinate representation of color #263B2C: hue angle of 137.14º degrees, saturation: 0.22, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #263B2C is Cyan = 0.36, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 38 | 59 | 44 | - |
| CMYK | 0.36 | 0 | 0.25 | 0.77 |
| HSL | 137.14º | 0.22% | 0.19% | - |
| HSV(B) | 137.14º | 0.36% | 0.23% | - |
| XYZ | 2.82 | 3.72 | 2.95 | - |
| YUV | 51.01 | 124.04 | 118.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 59 | 44 | 0.36 | 0 | 0.25 | 0.77 | 137.14 | 0.22 | 0.19 |
| Hex | 26 | 3B | 2C | 24 | 0 | 19 | 4D | 89 | 16 | 13 |
| Octal | 46 | 73 | 54 | 44 | 0 | 31 | 115 | 211 | 26 | 23 |
| Binary | 100110 | 111011 | 101100 | 100100 | 0 | 11001 | 1001101 | 10001001 | 10110 | 10011 |
Color Harmonies of #263B2C
Complementary color
Monochromatic Colors of #263B2C
Black with #263B2C
Text Example
Text Example
White with #263B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263B2C; }
p { color: rgb(38,59,44); }
H1.HeaderClassName
{
color: #263B2C;
}
.AnyTagClassName
{
color: #263B2C;
}
</style>
background-color css
<style>
a { background-color: #263B2C; }
a { background-color: rgb(38,59,44); }
div.DivClassName
{
background-color: #263B2C;
}
.BgClassName
{
background-color: #263B2C;
}
</style>
border-color css
<style>
span { border-color: #263B2C; }
span { border-color: rgb(38,59,44); }
td.TdClassName
{
border-color: #263B2C;
}
.TagClassName
{
border-color: #263B2C;
}
</style>