Shades of Gordons Green #263E28
Tints of Gordons Green #263E28
RGB
CMYK
RGB Variations
Color information
#263E28 (or 0x263E28) is known color: Gordons Green. HEX triplet: 26, 3E and 28. RGB value is (38,62,40). Sum of RGB (Red+Green+Blue) = 38+62+40=140 (18% of max value = 765). Red value is 38 (15.23% from 255 or 27.14% from 140); Green value is 62 (24.61% from 255 or 44.29% from 140); Blue value is 40 (16.02% from 255 or 28.57% from 140); Max value from RGB is 62 - color contains mainly: green. Hex color #263E28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263E28 is #D9C1D7. Grayscale: #343434. Windows color (decimal): -14270936 or 2637350. OLE color: 2637350.
HSL color Cylindrical-coordinate representation of color #263E28: hue angle of 125º degrees, saturation: 0.24, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #263E28 is Cyan = 0.39, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 38 | 62 | 40 | - |
| CMYK | 0.39 | 0 | 0.35 | 0.76 |
| HSL | 125º | 0.24% | 0.2% | - |
| HSV(B) | 125º | 0.39% | 0.24% | - |
| XYZ | 2.9 | 4.01 | 2.63 | - |
| YUV | 52.32 | 121.05 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 62 | 40 | 0.39 | 0 | 0.35 | 0.76 | 125 | 0.24 | 0.2 |
| Hex | 26 | 3E | 28 | 27 | 0 | 23 | 4C | 7D | 18 | 14 |
| Octal | 46 | 76 | 50 | 47 | 0 | 43 | 114 | 175 | 30 | 24 |
| Binary | 100110 | 111110 | 101000 | 100111 | 0 | 100011 | 1001100 | 1111101 | 11000 | 10100 |
Color Harmonies of #263E28
Complementary color
Monochromatic Colors of #263E28
Black with #263E28
Text Example
Text Example
White with #263E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263E28; }
p { color: rgb(38,62,40); }
H1.HeaderClassName
{
color: #263E28;
}
.AnyTagClassName
{
color: #263E28;
}
</style>
background-color css
<style>
a { background-color: #263E28; }
a { background-color: rgb(38,62,40); }
div.DivClassName
{
background-color: #263E28;
}
.BgClassName
{
background-color: #263E28;
}
</style>
border-color css
<style>
span { border-color: #263E28; }
span { border-color: rgb(38,62,40); }
td.TdClassName
{
border-color: #263E28;
}
.TagClassName
{
border-color: #263E28;
}
</style>