Shades of Gordons Green #263A27
Tints of Gordons Green #263A27
RGB
CMYK
RGB Variations
Color information
#263A27 (or 0x263A27) is known color: Gordons Green. HEX triplet: 26, 3A and 27. RGB value is (38,58,39). Sum of RGB (Red+Green+Blue) = 38+58+39=135 (17% of max value = 765). Red value is 38 (15.23% from 255 or 28.15% from 135); Green value is 58 (23.05% from 255 or 42.96% from 135); Blue value is 39 (15.62% from 255 or 28.89% from 135); Max value from RGB is 58 - color contains mainly: green. Hex color #263A27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263A27 is #D9C5D8. Grayscale: #313131. Windows color (decimal): -14271961 or 2570790. OLE color: 2570790.
HSL color Cylindrical-coordinate representation of color #263A27: hue angle of 123º degrees, saturation: 0.21, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #263A27 is Cyan = 0.34, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 38 | 58 | 39 | - |
| CMYK | 0.34 | 0 | 0.33 | 0.77 |
| HSL | 123º | 0.21% | 0.19% | - |
| HSV(B) | 123º | 0.34% | 0.23% | - |
| XYZ | 2.68 | 3.58 | 2.47 | - |
| YUV | 49.85 | 121.87 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 58 | 39 | 0.34 | 0 | 0.33 | 0.77 | 123 | 0.21 | 0.19 |
| Hex | 26 | 3A | 27 | 22 | 0 | 21 | 4D | 7B | 15 | 13 |
| Octal | 46 | 72 | 47 | 42 | 0 | 41 | 115 | 173 | 25 | 23 |
| Binary | 100110 | 111010 | 100111 | 100010 | 0 | 100001 | 1001101 | 1111011 | 10101 | 10011 |
Color Harmonies of #263A27
Complementary color
Monochromatic Colors of #263A27
Black with #263A27
Text Example
Text Example
White with #263A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263A27; }
p { color: rgb(38,58,39); }
H1.HeaderClassName
{
color: #263A27;
}
.AnyTagClassName
{
color: #263A27;
}
</style>
background-color css
<style>
a { background-color: #263A27; }
a { background-color: rgb(38,58,39); }
div.DivClassName
{
background-color: #263A27;
}
.BgClassName
{
background-color: #263A27;
}
</style>
border-color css
<style>
span { border-color: #263A27; }
span { border-color: rgb(38,58,39); }
td.TdClassName
{
border-color: #263A27;
}
.TagClassName
{
border-color: #263A27;
}
</style>