Shades of Gordons Green #253529
Tints of Gordons Green #253529
RGB
CMYK
RGB Variations
Color information
#253529 (or 0x253529) is known color: Gordons Green. HEX triplet: 25, 35 and 29. RGB value is (37,53,41). Sum of RGB (Red+Green+Blue) = 37+53+41=131 (17% of max value = 765). Red value is 37 (14.84% from 255 or 28.24% from 131); Green value is 53 (21.09% from 255 or 40.46% from 131); Blue value is 41 (16.41% from 255 or 31.30% from 131); Max value from RGB is 53 - color contains mainly: green. Hex color #253529 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253529 is #DACAD6. Grayscale: #2E2E2E. Windows color (decimal): -14338775 or 2700581. OLE color: 2700581.
HSL color Cylindrical-coordinate representation of color #253529: hue angle of 135º degrees, saturation: 0.18, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #253529 is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 37 | 53 | 41 | - |
| CMYK | 0.30 | 0 | 0.23 | 0.79 |
| HSL | 135º | 0.18% | 0.18% | - |
| HSV(B) | 135º | 0.3% | 0.21% | - |
| XYZ | 2.44 | 3.1 | 2.57 | - |
| YUV | 46.85 | 124.7 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 53 | 41 | 0.30 | 0 | 0.23 | 0.79 | 135 | 0.18 | 0.18 |
| Hex | 25 | 35 | 29 | 1E | 0 | 17 | 4F | 87 | 12 | 12 |
| Octal | 45 | 65 | 51 | 36 | 0 | 27 | 117 | 207 | 22 | 22 |
| Binary | 100101 | 110101 | 101001 | 11110 | 0 | 10111 | 1001111 | 10000111 | 10010 | 10010 |
Color Harmonies of #253529
Complementary color
Monochromatic Colors of #253529
Black with #253529
Text Example
Text Example
White with #253529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253529; }
p { color: rgb(37,53,41); }
H1.HeaderClassName
{
color: #253529;
}
.AnyTagClassName
{
color: #253529;
}
</style>
background-color css
<style>
a { background-color: #253529; }
a { background-color: rgb(37,53,41); }
div.DivClassName
{
background-color: #253529;
}
.BgClassName
{
background-color: #253529;
}
</style>
border-color css
<style>
span { border-color: #253529; }
span { border-color: rgb(37,53,41); }
td.TdClassName
{
border-color: #253529;
}
.TagClassName
{
border-color: #253529;
}
</style>