Shades of Gordons Green #254629
Tints of Gordons Green #254629
RGB
CMYK
RGB Variations
Color information
#254629 (or 0x254629) is known color: Gordons Green. HEX triplet: 25, 46 and 29. RGB value is (37,70,41). Sum of RGB (Red+Green+Blue) = 37+70+41=148 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25% from 148); Green value is 70 (27.73% from 255 or 47.30% from 148); Blue value is 41 (16.41% from 255 or 27.70% from 148); Max value from RGB is 70 - color contains mainly: green. Hex color #254629 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254629 is #DAB9D6. Grayscale: #383838. Windows color (decimal): -14334423 or 2704933. OLE color: 2704933.
HSL color Cylindrical-coordinate representation of color #254629: hue angle of 127.27º degrees, saturation: 0.31, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #254629 is Cyan = 0.47, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 37 | 70 | 41 | - |
| CMYK | 0.47 | 0 | 0.41 | 0.73 |
| HSL | 127.27º | 0.31% | 0.21% | - |
| HSV(B) | 127.27º | 0.47% | 0.27% | - |
| XYZ | 3.35 | 4.93 | 2.87 | - |
| YUV | 56.83 | 119.07 | 113.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 70 | 41 | 0.47 | 0 | 0.41 | 0.73 | 127.27 | 0.31 | 0.21 |
| Hex | 25 | 46 | 29 | 2F | 0 | 29 | 49 | 7F | 1F | 15 |
| Octal | 45 | 106 | 51 | 57 | 0 | 51 | 111 | 177 | 37 | 25 |
| Binary | 100101 | 1000110 | 101001 | 101111 | 0 | 101001 | 1001001 | 1111111 | 11111 | 10101 |
Color Harmonies of #254629
Complementary color
Monochromatic Colors of #254629
Black with #254629
Text Example
Text Example
White with #254629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254629; }
p { color: rgb(37,70,41); }
H1.HeaderClassName
{
color: #254629;
}
.AnyTagClassName
{
color: #254629;
}
</style>
background-color css
<style>
a { background-color: #254629; }
a { background-color: rgb(37,70,41); }
div.DivClassName
{
background-color: #254629;
}
.BgClassName
{
background-color: #254629;
}
</style>
border-color css
<style>
span { border-color: #254629; }
span { border-color: rgb(37,70,41); }
td.TdClassName
{
border-color: #254629;
}
.TagClassName
{
border-color: #254629;
}
</style>