Shades of Gordons Green #253629
Tints of Gordons Green #253629
RGB
CMYK
RGB Variations
Color information
#253629 (or 0x253629) is known color: Gordons Green. HEX triplet: 25, 36 and 29. RGB value is (37,54,41). Sum of RGB (Red+Green+Blue) = 37+54+41=132 (17% of max value = 765). Red value is 37 (14.84% from 255 or 28.03% from 132); Green value is 54 (21.48% from 255 or 40.91% from 132); Blue value is 41 (16.41% from 255 or 31.06% from 132); Max value from RGB is 54 - color contains mainly: green. Hex color #253629 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253629 is #DAC9D6. Grayscale: #2F2F2F. Windows color (decimal): -14338519 or 2700837. OLE color: 2700837.
HSL color Cylindrical-coordinate representation of color #253629: hue angle of 134.12º degrees, saturation: 0.19, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #253629 is Cyan = 0.31, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 37 | 54 | 41 | - |
| CMYK | 0.31 | 0 | 0.24 | 0.79 |
| HSL | 134.12º | 0.19% | 0.18% | - |
| HSV(B) | 134.12º | 0.31% | 0.21% | - |
| XYZ | 2.48 | 3.19 | 2.58 | - |
| YUV | 47.44 | 124.37 | 120.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 54 | 41 | 0.31 | 0 | 0.24 | 0.79 | 134.12 | 0.19 | 0.18 |
| Hex | 25 | 36 | 29 | 1F | 0 | 18 | 4F | 86 | 13 | 12 |
| Octal | 45 | 66 | 51 | 37 | 0 | 30 | 117 | 206 | 23 | 22 |
| Binary | 100101 | 110110 | 101001 | 11111 | 0 | 11000 | 1001111 | 10000110 | 10011 | 10010 |
Color Harmonies of #253629
Complementary color
Monochromatic Colors of #253629
Black with #253629
Text Example
Text Example
White with #253629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253629; }
p { color: rgb(37,54,41); }
H1.HeaderClassName
{
color: #253629;
}
.AnyTagClassName
{
color: #253629;
}
</style>
background-color css
<style>
a { background-color: #253629; }
a { background-color: rgb(37,54,41); }
div.DivClassName
{
background-color: #253629;
}
.BgClassName
{
background-color: #253629;
}
</style>
border-color css
<style>
span { border-color: #253629; }
span { border-color: rgb(37,54,41); }
td.TdClassName
{
border-color: #253629;
}
.TagClassName
{
border-color: #253629;
}
</style>