Shades of Gordons Green #263D29
Tints of Gordons Green #263D29
RGB
CMYK
RGB Variations
Color information
#263D29 (or 0x263D29) is known color: Gordons Green. HEX triplet: 26, 3D and 29. RGB value is (38,61,41). Sum of RGB (Red+Green+Blue) = 38+61+41=140 (18% of max value = 765). Red value is 38 (15.23% from 255 or 27.14% from 140); Green value is 61 (24.22% from 255 or 43.57% from 140); Blue value is 41 (16.41% from 255 or 29.29% from 140); Max value from RGB is 61 - color contains mainly: green. Hex color #263D29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263D29 is #D9C2D6. Grayscale: #333333. Windows color (decimal): -14271191 or 2702630. OLE color: 2702630.
HSL color Cylindrical-coordinate representation of color #263D29: hue angle of 127.83º degrees, saturation: 0.23, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #263D29 is Cyan = 0.38, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 38 | 61 | 41 | - |
| CMYK | 0.38 | 0 | 0.33 | 0.76 |
| HSL | 127.83º | 0.23% | 0.19% | - |
| HSV(B) | 127.83º | 0.38% | 0.24% | - |
| XYZ | 2.87 | 3.91 | 2.7 | - |
| YUV | 51.84 | 121.88 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 61 | 41 | 0.38 | 0 | 0.33 | 0.76 | 127.83 | 0.23 | 0.19 |
| Hex | 26 | 3D | 29 | 26 | 0 | 21 | 4C | 80 | 17 | 13 |
| Octal | 46 | 75 | 51 | 46 | 0 | 41 | 114 | 200 | 27 | 23 |
| Binary | 100110 | 111101 | 101001 | 100110 | 0 | 100001 | 1001100 | 10000000 | 10111 | 10011 |
Color Harmonies of #263D29
Complementary color
Monochromatic Colors of #263D29
Black with #263D29
Text Example
Text Example
White with #263D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263D29; }
p { color: rgb(38,61,41); }
H1.HeaderClassName
{
color: #263D29;
}
.AnyTagClassName
{
color: #263D29;
}
</style>
background-color css
<style>
a { background-color: #263D29; }
a { background-color: rgb(38,61,41); }
div.DivClassName
{
background-color: #263D29;
}
.BgClassName
{
background-color: #263D29;
}
</style>
border-color css
<style>
span { border-color: #263D29; }
span { border-color: rgb(38,61,41); }
td.TdClassName
{
border-color: #263D29;
}
.TagClassName
{
border-color: #263D29;
}
</style>