Shades of Gordons Green #253D28
Tints of Gordons Green #253D28
RGB
CMYK
RGB Variations
Color information
#253D28 (or 0x253D28) is known color: Gordons Green. HEX triplet: 25, 3D and 28. RGB value is (37,61,40). Sum of RGB (Red+Green+Blue) = 37+61+40=138 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.81% from 138); Green value is 61 (24.22% from 255 or 44.20% from 138); Blue value is 40 (16.02% from 255 or 28.99% from 138); Max value from RGB is 61 - color contains mainly: green. Hex color #253D28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253D28 is #DAC2D7. Grayscale: #333333. Windows color (decimal): -14336728 or 2637093. OLE color: 2637093.
HSL color Cylindrical-coordinate representation of color #253D28: hue angle of 127.5º 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 #253D28 is Cyan = 0.39, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 37 | 61 | 40 | - |
| CMYK | 0.39 | 0 | 0.34 | 0.76 |
| HSL | 127.5º | 0.24% | 0.19% | - |
| HSV(B) | 127.5º | 0.39% | 0.24% | - |
| XYZ | 2.81 | 3.88 | 2.61 | - |
| YUV | 51.43 | 121.55 | 117.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 61 | 40 | 0.39 | 0 | 0.34 | 0.76 | 127.5 | 0.24 | 0.19 |
| Hex | 25 | 3D | 28 | 27 | 0 | 22 | 4C | 80 | 18 | 13 |
| Octal | 45 | 75 | 50 | 47 | 0 | 42 | 114 | 200 | 30 | 23 |
| Binary | 100101 | 111101 | 101000 | 100111 | 0 | 100010 | 1001100 | 10000000 | 11000 | 10011 |
Color Harmonies of #253D28
Complementary color
Monochromatic Colors of #253D28
Black with #253D28
Text Example
Text Example
White with #253D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253D28; }
p { color: rgb(37,61,40); }
H1.HeaderClassName
{
color: #253D28;
}
.AnyTagClassName
{
color: #253D28;
}
</style>
background-color css
<style>
a { background-color: #253D28; }
a { background-color: rgb(37,61,40); }
div.DivClassName
{
background-color: #253D28;
}
.BgClassName
{
background-color: #253D28;
}
</style>
border-color css
<style>
span { border-color: #253D28; }
span { border-color: rgb(37,61,40); }
td.TdClassName
{
border-color: #253D28;
}
.TagClassName
{
border-color: #253D28;
}
</style>