Shades of Gordons Green #25372A
Tints of Gordons Green #25372A
RGB
CMYK
RGB Variations
Color information
#25372A (or 0x25372A) is known color: Gordons Green. HEX triplet: 25, 37 and 2A. RGB value is (37,55,42). Sum of RGB (Red+Green+Blue) = 37+55+42=134 (17% of max value = 765). Red value is 37 (14.84% from 255 or 27.61% from 134); Green value is 55 (21.88% from 255 or 41.04% from 134); Blue value is 42 (16.80% from 255 or 31.34% from 134); Max value from RGB is 55 - color contains mainly: green. Hex color #25372A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25372A is #DAC8D5. Grayscale: #303030. Windows color (decimal): -14338262 or 2766629. OLE color: 2766629.
HSL color Cylindrical-coordinate representation of color #25372A: hue angle of 136.67º degrees, saturation: 0.2, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #25372A is Cyan = 0.33, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 37 | 55 | 42 | - |
| CMYK | 0.33 | 0 | 0.24 | 0.78 |
| HSL | 136.67º | 0.2% | 0.18% | - |
| HSV(B) | 136.67º | 0.33% | 0.22% | - |
| XYZ | 2.55 | 3.29 | 2.69 | - |
| YUV | 48.14 | 124.54 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 55 | 42 | 0.33 | 0 | 0.24 | 0.78 | 136.67 | 0.2 | 0.18 |
| Hex | 25 | 37 | 2A | 21 | 0 | 18 | 4E | 89 | 14 | 12 |
| Octal | 45 | 67 | 52 | 41 | 0 | 30 | 116 | 211 | 24 | 22 |
| Binary | 100101 | 110111 | 101010 | 100001 | 0 | 11000 | 1001110 | 10001001 | 10100 | 10010 |
Color Harmonies of #25372A
Complementary color
Monochromatic Colors of #25372A
Black with #25372A
Text Example
Text Example
White with #25372A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25372A; }
p { color: rgb(37,55,42); }
H1.HeaderClassName
{
color: #25372A;
}
.AnyTagClassName
{
color: #25372A;
}
</style>
background-color css
<style>
a { background-color: #25372A; }
a { background-color: rgb(37,55,42); }
div.DivClassName
{
background-color: #25372A;
}
.BgClassName
{
background-color: #25372A;
}
</style>
border-color css
<style>
span { border-color: #25372A; }
span { border-color: rgb(37,55,42); }
td.TdClassName
{
border-color: #25372A;
}
.TagClassName
{
border-color: #25372A;
}
</style>