Shades of Gordons Green #253127
Tints of Gordons Green #253127
RGB
CMYK
RGB Variations
Color information
#253127 (or 0x253127) is known color: Gordons Green. HEX triplet: 25, 31 and 27. RGB value is (37,49,39). Sum of RGB (Red+Green+Blue) = 37+49+39=125 (16% of max value = 765). Red value is 37 (14.84% from 255 or 29.6% from 125); Green value is 49 (19.53% from 255 or 39.2% from 125); Blue value is 39 (15.62% from 255 or 31.2% from 125); Max value from RGB is 49 - color contains mainly: green. Hex color #253127 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253127 is #DACED8. Grayscale: #2C2C2C. Windows color (decimal): -14339801 or 2568485. OLE color: 2568485.
HSL color Cylindrical-coordinate representation of color #253127: hue angle of 130º degrees, saturation: 0.14, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #253127 is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 37 | 49 | 39 | - |
| CMYK | 0.24 | 0 | 0.20 | 0.81 |
| HSL | 130º | 0.14% | 0.17% | - |
| HSV(B) | 130º | 0.24% | 0.19% | - |
| XYZ | 2.23 | 2.74 | 2.33 | - |
| YUV | 44.27 | 125.02 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 49 | 39 | 0.24 | 0 | 0.20 | 0.81 | 130 | 0.14 | 0.17 |
| Hex | 25 | 31 | 27 | 18 | 0 | 14 | 51 | 82 | E | 11 |
| Octal | 45 | 61 | 47 | 30 | 0 | 24 | 121 | 202 | 16 | 21 |
| Binary | 100101 | 110001 | 100111 | 11000 | 0 | 10100 | 1010001 | 10000010 | 1110 | 10001 |
Color Harmonies of #253127
Complementary color
Monochromatic Colors of #253127
Black with #253127
Text Example
Text Example
White with #253127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253127; }
p { color: rgb(37,49,39); }
H1.HeaderClassName
{
color: #253127;
}
.AnyTagClassName
{
color: #253127;
}
</style>
background-color css
<style>
a { background-color: #253127; }
a { background-color: rgb(37,49,39); }
div.DivClassName
{
background-color: #253127;
}
.BgClassName
{
background-color: #253127;
}
</style>
border-color css
<style>
span { border-color: #253127; }
span { border-color: rgb(37,49,39); }
td.TdClassName
{
border-color: #253127;
}
.TagClassName
{
border-color: #253127;
}
</style>