Shades of Gordons Green #263229
Tints of Gordons Green #263229
RGB
CMYK
RGB Variations
Color information
#263229 (or 0x263229) is known color: Gordons Green. HEX triplet: 26, 32 and 29. RGB value is (38,50,41). Sum of RGB (Red+Green+Blue) = 38+50+41=129 (17% of max value = 765). Red value is 38 (15.23% from 255 or 29.46% from 129); Green value is 50 (19.92% from 255 or 38.76% from 129); Blue value is 41 (16.41% from 255 or 31.78% from 129); Max value from RGB is 50 - color contains mainly: green. Hex color #263229 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263229 is #D9CDD6. Grayscale: #2D2D2D. Windows color (decimal): -14274007 or 2699814. OLE color: 2699814.
HSL color Cylindrical-coordinate representation of color #263229: hue angle of 135º 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 #263229 is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 38 | 50 | 41 | - |
| CMYK | 0.24 | 0 | 0.18 | 0.80 |
| HSL | 135º | 0.14% | 0.17% | - |
| HSV(B) | 135º | 0.24% | 0.2% | - |
| XYZ | 2.34 | 2.85 | 2.53 | - |
| YUV | 45.39 | 125.52 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 50 | 41 | 0.24 | 0 | 0.18 | 0.80 | 135 | 0.14 | 0.17 |
| Hex | 26 | 32 | 29 | 18 | 0 | 12 | 50 | 87 | E | 11 |
| Octal | 46 | 62 | 51 | 30 | 0 | 22 | 120 | 207 | 16 | 21 |
| Binary | 100110 | 110010 | 101001 | 11000 | 0 | 10010 | 1010000 | 10000111 | 1110 | 10001 |
Color Harmonies of #263229
Complementary color
Monochromatic Colors of #263229
Black with #263229
Text Example
Text Example
White with #263229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263229; }
p { color: rgb(38,50,41); }
H1.HeaderClassName
{
color: #263229;
}
.AnyTagClassName
{
color: #263229;
}
</style>
background-color css
<style>
a { background-color: #263229; }
a { background-color: rgb(38,50,41); }
div.DivClassName
{
background-color: #263229;
}
.BgClassName
{
background-color: #263229;
}
</style>
border-color css
<style>
span { border-color: #263229; }
span { border-color: rgb(38,50,41); }
td.TdClassName
{
border-color: #263229;
}
.TagClassName
{
border-color: #263229;
}
</style>