Shades of Gordons Green #263228
Tints of Gordons Green #263228
RGB
CMYK
RGB Variations
Color information
#263228 (or 0x263228) is known color: Gordons Green. HEX triplet: 26, 32 and 28. RGB value is (38,50,40). Sum of RGB (Red+Green+Blue) = 38+50+40=128 (16% of max value = 765). Red value is 38 (15.23% from 255 or 29.69% from 128); Green value is 50 (19.92% from 255 or 39.06% from 128); Blue value is 40 (16.02% from 255 or 31.25% from 128); Max value from RGB is 50 - color contains mainly: green. Hex color #263228 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263228 is #D9CDD7. Grayscale: #2D2D2D. Windows color (decimal): -14274008 or 2634278. OLE color: 2634278.
HSL color Cylindrical-coordinate representation of color #263228: hue angle of 130º degrees, saturation: 0.14, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #263228 is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 38 | 50 | 40 | - |
| CMYK | 0.24 | 0 | 0.20 | 0.80 |
| HSL | 130º | 0.14% | 0.17% | - |
| HSV(B) | 130º | 0.24% | 0.2% | - |
| XYZ | 2.32 | 2.85 | 2.43 | - |
| YUV | 45.27 | 125.02 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 50 | 40 | 0.24 | 0 | 0.20 | 0.80 | 130 | 0.14 | 0.17 |
| Hex | 26 | 32 | 28 | 18 | 0 | 14 | 50 | 82 | E | 11 |
| Octal | 46 | 62 | 50 | 30 | 0 | 24 | 120 | 202 | 16 | 21 |
| Binary | 100110 | 110010 | 101000 | 11000 | 0 | 10100 | 1010000 | 10000010 | 1110 | 10001 |
Color Harmonies of #263228
Complementary color
Monochromatic Colors of #263228
Black with #263228
Text Example
Text Example
White with #263228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263228; }
p { color: rgb(38,50,40); }
H1.HeaderClassName
{
color: #263228;
}
.AnyTagClassName
{
color: #263228;
}
</style>
background-color css
<style>
a { background-color: #263228; }
a { background-color: rgb(38,50,40); }
div.DivClassName
{
background-color: #263228;
}
.BgClassName
{
background-color: #263228;
}
</style>
border-color css
<style>
span { border-color: #263228; }
span { border-color: rgb(38,50,40); }
td.TdClassName
{
border-color: #263228;
}
.TagClassName
{
border-color: #263228;
}
</style>