Shades of Gordons Green #26372A
Tints of Gordons Green #26372A
RGB
CMYK
RGB Variations
Color information
#26372A (or 0x26372A) is known color: Gordons Green. HEX triplet: 26, 37 and 2A. RGB value is (38,55,42). Sum of RGB (Red+Green+Blue) = 38+55+42=135 (17% of max value = 765). Red value is 38 (15.23% from 255 or 28.15% from 135); Green value is 55 (21.88% from 255 or 40.74% from 135); Blue value is 42 (16.80% from 255 or 31.11% from 135); Max value from RGB is 55 - color contains mainly: green. Hex color #26372A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26372A is #D9C8D5. Grayscale: #303030. Windows color (decimal): -14272726 or 2766630. OLE color: 2766630.
HSL color Cylindrical-coordinate representation of color #26372A: hue angle of 134.12º degrees, saturation: 0.18, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #26372A is Cyan = 0.31, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 38 | 55 | 42 | - |
| CMYK | 0.31 | 0 | 0.24 | 0.78 |
| HSL | 134.12º | 0.18% | 0.18% | - |
| HSV(B) | 134.12º | 0.31% | 0.22% | - |
| XYZ | 2.58 | 3.31 | 2.69 | - |
| YUV | 48.44 | 124.37 | 120.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 55 | 42 | 0.31 | 0 | 0.24 | 0.78 | 134.12 | 0.18 | 0.18 |
| Hex | 26 | 37 | 2A | 1F | 0 | 18 | 4E | 86 | 12 | 12 |
| Octal | 46 | 67 | 52 | 37 | 0 | 30 | 116 | 206 | 22 | 22 |
| Binary | 100110 | 110111 | 101010 | 11111 | 0 | 11000 | 1001110 | 10000110 | 10010 | 10010 |
Color Harmonies of #26372A
Complementary color
Monochromatic Colors of #26372A
Black with #26372A
Text Example
Text Example
White with #26372A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26372A; }
p { color: rgb(38,55,42); }
H1.HeaderClassName
{
color: #26372A;
}
.AnyTagClassName
{
color: #26372A;
}
</style>
background-color css
<style>
a { background-color: #26372A; }
a { background-color: rgb(38,55,42); }
div.DivClassName
{
background-color: #26372A;
}
.BgClassName
{
background-color: #26372A;
}
</style>
border-color css
<style>
span { border-color: #26372A; }
span { border-color: rgb(38,55,42); }
td.TdClassName
{
border-color: #26372A;
}
.TagClassName
{
border-color: #26372A;
}
</style>