Shades of Gordons Green #253D2A
Tints of Gordons Green #253D2A
RGB
CMYK
RGB Variations
Color information
#253D2A (or 0x253D2A) is known color: Gordons Green. HEX triplet: 25, 3D and 2A. RGB value is (37,61,42). Sum of RGB (Red+Green+Blue) = 37+61+42=140 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.43% from 140); Green value is 61 (24.22% from 255 or 43.57% from 140); Blue value is 42 (16.80% from 255 or 30% from 140); Max value from RGB is 61 - color contains mainly: green. Hex color #253D2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253D2A is #DAC2D5. Grayscale: #333333. Windows color (decimal): -14336726 or 2768165. OLE color: 2768165.
HSL color Cylindrical-coordinate representation of color #253D2A: hue angle of 132.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 #253D2A is Cyan = 0.39, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 37 | 61 | 42 | - |
| CMYK | 0.39 | 0 | 0.31 | 0.76 |
| HSL | 132.5º | 0.24% | 0.19% | - |
| HSV(B) | 132.5º | 0.39% | 0.24% | - |
| XYZ | 2.85 | 3.9 | 2.79 | - |
| YUV | 51.66 | 122.55 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 61 | 42 | 0.39 | 0 | 0.31 | 0.76 | 132.5 | 0.24 | 0.19 |
| Hex | 25 | 3D | 2A | 27 | 0 | 1F | 4C | 84 | 18 | 13 |
| Octal | 45 | 75 | 52 | 47 | 0 | 37 | 114 | 204 | 30 | 23 |
| Binary | 100101 | 111101 | 101010 | 100111 | 0 | 11111 | 1001100 | 10000100 | 11000 | 10011 |
Color Harmonies of #253D2A
Complementary color
Monochromatic Colors of #253D2A
Black with #253D2A
Text Example
Text Example
White with #253D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253D2A; }
p { color: rgb(37,61,42); }
H1.HeaderClassName
{
color: #253D2A;
}
.AnyTagClassName
{
color: #253D2A;
}
</style>
background-color css
<style>
a { background-color: #253D2A; }
a { background-color: rgb(37,61,42); }
div.DivClassName
{
background-color: #253D2A;
}
.BgClassName
{
background-color: #253D2A;
}
</style>
border-color css
<style>
span { border-color: #253D2A; }
span { border-color: rgb(37,61,42); }
td.TdClassName
{
border-color: #253D2A;
}
.TagClassName
{
border-color: #253D2A;
}
</style>