Shades of Gordons Green #253A28
Tints of Gordons Green #253A28
RGB
CMYK
RGB Variations
Color information
#253A28 (or 0x253A28) is known color: Gordons Green. HEX triplet: 25, 3A and 28. RGB value is (37,58,40). Sum of RGB (Red+Green+Blue) = 37+58+40=135 (17% of max value = 765). Red value is 37 (14.84% from 255 or 27.41% from 135); Green value is 58 (23.05% from 255 or 42.96% from 135); Blue value is 40 (16.02% from 255 or 29.63% from 135); Max value from RGB is 58 - color contains mainly: green. Hex color #253A28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253A28 is #DAC5D7. Grayscale: #313131. Windows color (decimal): -14337496 or 2636325. OLE color: 2636325.
HSL color Cylindrical-coordinate representation of color #253A28: hue angle of 128.57º degrees, saturation: 0.22, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #253A28 is Cyan = 0.36, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 37 | 58 | 40 | - |
| CMYK | 0.36 | 0 | 0.31 | 0.77 |
| HSL | 128.57º | 0.22% | 0.19% | - |
| HSV(B) | 128.57º | 0.36% | 0.23% | - |
| XYZ | 2.66 | 3.57 | 2.56 | - |
| YUV | 49.67 | 122.54 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 58 | 40 | 0.36 | 0 | 0.31 | 0.77 | 128.57 | 0.22 | 0.19 |
| Hex | 25 | 3A | 28 | 24 | 0 | 1F | 4D | 81 | 16 | 13 |
| Octal | 45 | 72 | 50 | 44 | 0 | 37 | 115 | 201 | 26 | 23 |
| Binary | 100101 | 111010 | 101000 | 100100 | 0 | 11111 | 1001101 | 10000001 | 10110 | 10011 |
Color Harmonies of #253A28
Complementary color
Monochromatic Colors of #253A28
Black with #253A28
Text Example
Text Example
White with #253A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253A28; }
p { color: rgb(37,58,40); }
H1.HeaderClassName
{
color: #253A28;
}
.AnyTagClassName
{
color: #253A28;
}
</style>
background-color css
<style>
a { background-color: #253A28; }
a { background-color: rgb(37,58,40); }
div.DivClassName
{
background-color: #253A28;
}
.BgClassName
{
background-color: #253A28;
}
</style>
border-color css
<style>
span { border-color: #253A28; }
span { border-color: rgb(37,58,40); }
td.TdClassName
{
border-color: #253A28;
}
.TagClassName
{
border-color: #253A28;
}
</style>