Shades of Gordons Green #253125
Tints of Gordons Green #253125
RGB
CMYK
RGB Variations
Color information
#253125 (or 0x253125) is known color: Gordons Green. HEX triplet: 25, 31 and 25. RGB value is (37,49,37). Sum of RGB (Red+Green+Blue) = 37+49+37=123 (16% of max value = 765). Red value is 37 (14.84% from 255 or 30.08% from 123); Green value is 49 (19.53% from 255 or 39.84% from 123); Blue value is 37 (14.84% from 255 or 30.08% from 123); Max value from RGB is 49 - color contains mainly: green. Hex color #253125 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253125 is #DACEDA. Grayscale: #2C2C2C. Windows color (decimal): -14339803 or 2437413. OLE color: 2437413.
HSL color Cylindrical-coordinate representation of color #253125: hue angle of 120º 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 #253125 is Cyan = 0.24, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 37 | 49 | 37 | - |
| CMYK | 0.24 | 0 | 0.24 | 0.81 |
| HSL | 120º | 0.14% | 0.17% | - |
| HSV(B) | 120º | 0.24% | 0.19% | - |
| XYZ | 2.2 | 2.72 | 2.16 | - |
| YUV | 44.04 | 124.02 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 49 | 37 | 0.24 | 0 | 0.24 | 0.81 | 120 | 0.14 | 0.17 |
| Hex | 25 | 31 | 25 | 18 | 0 | 18 | 51 | 78 | E | 11 |
| Octal | 45 | 61 | 45 | 30 | 0 | 30 | 121 | 170 | 16 | 21 |
| Binary | 100101 | 110001 | 100101 | 11000 | 0 | 11000 | 1010001 | 1111000 | 1110 | 10001 |
Color Harmonies of #253125
Complementary color
Monochromatic Colors of #253125
Black with #253125
Text Example
Text Example
White with #253125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253125; }
p { color: rgb(37,49,37); }
H1.HeaderClassName
{
color: #253125;
}
.AnyTagClassName
{
color: #253125;
}
</style>
background-color css
<style>
a { background-color: #253125; }
a { background-color: rgb(37,49,37); }
div.DivClassName
{
background-color: #253125;
}
.BgClassName
{
background-color: #253125;
}
</style>
border-color css
<style>
span { border-color: #253125; }
span { border-color: rgb(37,49,37); }
td.TdClassName
{
border-color: #253125;
}
.TagClassName
{
border-color: #253125;
}
</style>