Shades of Gordons Green #253D29
Tints of Gordons Green #253D29
RGB
CMYK
RGB Variations
Color information
#253D29 (or 0x253D29) is known color: Gordons Green. HEX triplet: 25, 3D and 29. RGB value is (37,61,41). Sum of RGB (Red+Green+Blue) = 37+61+41=139 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.62% from 139); Green value is 61 (24.22% from 255 or 43.88% from 139); Blue value is 41 (16.41% from 255 or 29.50% from 139); Max value from RGB is 61 - color contains mainly: green. Hex color #253D29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253D29 is #DAC2D6. Grayscale: #333333. Windows color (decimal): -14336727 or 2702629. OLE color: 2702629.
HSL color Cylindrical-coordinate representation of color #253D29: hue angle of 130º degrees, saturation: 0.24, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #253D29 is Cyan = 0.39, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 37 | 61 | 41 | - |
| CMYK | 0.39 | 0 | 0.33 | 0.76 |
| HSL | 130º | 0.24% | 0.19% | - |
| HSV(B) | 130º | 0.39% | 0.24% | - |
| XYZ | 2.83 | 3.89 | 2.7 | - |
| YUV | 51.54 | 122.05 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 61 | 41 | 0.39 | 0 | 0.33 | 0.76 | 130 | 0.24 | 0.19 |
| Hex | 25 | 3D | 29 | 27 | 0 | 21 | 4C | 82 | 18 | 13 |
| Octal | 45 | 75 | 51 | 47 | 0 | 41 | 114 | 202 | 30 | 23 |
| Binary | 100101 | 111101 | 101001 | 100111 | 0 | 100001 | 1001100 | 10000010 | 11000 | 10011 |
Color Harmonies of #253D29
Complementary color
Monochromatic Colors of #253D29
Black with #253D29
Text Example
Text Example
White with #253D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253D29; }
p { color: rgb(37,61,41); }
H1.HeaderClassName
{
color: #253D29;
}
.AnyTagClassName
{
color: #253D29;
}
</style>
background-color css
<style>
a { background-color: #253D29; }
a { background-color: rgb(37,61,41); }
div.DivClassName
{
background-color: #253D29;
}
.BgClassName
{
background-color: #253D29;
}
</style>
border-color css
<style>
span { border-color: #253D29; }
span { border-color: rgb(37,61,41); }
td.TdClassName
{
border-color: #253D29;
}
.TagClassName
{
border-color: #253D29;
}
</style>