Shades of Gordons Green #26382A
Tints of Gordons Green #26382A
RGB
CMYK
RGB Variations
Color information
#26382A (or 0x26382A) is known color: Gordons Green. HEX triplet: 26, 38 and 2A. RGB value is (38,56,42). Sum of RGB (Red+Green+Blue) = 38+56+42=136 (18% of max value = 765). Red value is 38 (15.23% from 255 or 27.94% from 136); Green value is 56 (22.27% from 255 or 41.18% from 136); Blue value is 42 (16.80% from 255 or 30.88% from 136); Max value from RGB is 56 - color contains mainly: green. Hex color #26382A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26382A is #D9C7D5. Grayscale: #313131. Windows color (decimal): -14272470 or 2766886. OLE color: 2766886.
HSL color Cylindrical-coordinate representation of color #26382A: hue angle of 133.33º degrees, saturation: 0.19, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #26382A is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 38 | 56 | 42 | - |
| CMYK | 0.32 | 0 | 0.25 | 0.78 |
| HSL | 133.33º | 0.19% | 0.18% | - |
| HSV(B) | 133.33º | 0.32% | 0.22% | - |
| XYZ | 2.63 | 3.41 | 2.71 | - |
| YUV | 49.02 | 124.04 | 120.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 56 | 42 | 0.32 | 0 | 0.25 | 0.78 | 133.33 | 0.19 | 0.18 |
| Hex | 26 | 38 | 2A | 20 | 0 | 19 | 4E | 85 | 13 | 12 |
| Octal | 46 | 70 | 52 | 40 | 0 | 31 | 116 | 205 | 23 | 22 |
| Binary | 100110 | 111000 | 101010 | 100000 | 0 | 11001 | 1001110 | 10000101 | 10011 | 10010 |
Color Harmonies of #26382A
Complementary color
Monochromatic Colors of #26382A
Black with #26382A
Text Example
Text Example
White with #26382A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26382A; }
p { color: rgb(38,56,42); }
H1.HeaderClassName
{
color: #26382A;
}
.AnyTagClassName
{
color: #26382A;
}
</style>
background-color css
<style>
a { background-color: #26382A; }
a { background-color: rgb(38,56,42); }
div.DivClassName
{
background-color: #26382A;
}
.BgClassName
{
background-color: #26382A;
}
</style>
border-color css
<style>
span { border-color: #26382A; }
span { border-color: rgb(38,56,42); }
td.TdClassName
{
border-color: #26382A;
}
.TagClassName
{
border-color: #26382A;
}
</style>