Shades of Gordons Green #254529
Tints of Gordons Green #254529
RGB
CMYK
RGB Variations
Color information
#254529 (or 0x254529) is known color: Gordons Green. HEX triplet: 25, 45 and 29. RGB value is (37,69,41). Sum of RGB (Red+Green+Blue) = 37+69+41=147 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.17% from 147); Green value is 69 (27.34% from 255 or 46.94% from 147); Blue value is 41 (16.41% from 255 or 27.89% from 147); Max value from RGB is 69 - color contains mainly: green. Hex color #254529 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254529 is #DABAD6. Grayscale: #383838. Windows color (decimal): -14334679 or 2704677. OLE color: 2704677.
HSL color Cylindrical-coordinate representation of color #254529: hue angle of 127.5º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #254529 is Cyan = 0.46, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 37 | 69 | 41 | - |
| CMYK | 0.46 | 0 | 0.41 | 0.73 |
| HSL | 127.5º | 0.3% | 0.21% | - |
| HSV(B) | 127.5º | 0.46% | 0.27% | - |
| XYZ | 3.29 | 4.81 | 2.85 | - |
| YUV | 56.24 | 119.4 | 114.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 69 | 41 | 0.46 | 0 | 0.41 | 0.73 | 127.5 | 0.3 | 0.21 |
| Hex | 25 | 45 | 29 | 2E | 0 | 29 | 49 | 80 | 1E | 15 |
| Octal | 45 | 105 | 51 | 56 | 0 | 51 | 111 | 200 | 36 | 25 |
| Binary | 100101 | 1000101 | 101001 | 101110 | 0 | 101001 | 1001001 | 10000000 | 11110 | 10101 |
Color Harmonies of #254529
Complementary color
Monochromatic Colors of #254529
Black with #254529
Text Example
Text Example
White with #254529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254529; }
p { color: rgb(37,69,41); }
H1.HeaderClassName
{
color: #254529;
}
.AnyTagClassName
{
color: #254529;
}
</style>
background-color css
<style>
a { background-color: #254529; }
a { background-color: rgb(37,69,41); }
div.DivClassName
{
background-color: #254529;
}
.BgClassName
{
background-color: #254529;
}
</style>
border-color css
<style>
span { border-color: #254529; }
span { border-color: rgb(37,69,41); }
td.TdClassName
{
border-color: #254529;
}
.TagClassName
{
border-color: #254529;
}
</style>