Shades of Gordons Green #252D25
Tints of Gordons Green #252D25
RGB
CMYK
RGB Variations
Color information
#252D25 (or 0x252D25) is known color: Gordons Green. HEX triplet: 25, 2D and 25. RGB value is (37,45,37). Sum of RGB (Red+Green+Blue) = 37+45+37=119 (15% of max value = 765). Red value is 37 (14.84% from 255 or 31.09% from 119); Green value is 45 (17.97% from 255 or 37.82% from 119); Blue value is 37 (14.84% from 255 or 31.09% from 119); Max value from RGB is 45 - color contains mainly: green. Hex color #252D25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252D25 is #DAD2DA. Grayscale: #292929. Windows color (decimal): -14340827 or 2436389. OLE color: 2436389.
HSL color Cylindrical-coordinate representation of color #252D25: hue angle of 120º degrees, saturation: 0.1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #252D25 is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 37 | 45 | 37 | - |
| CMYK | 0.18 | 0 | 0.18 | 0.82 |
| HSL | 120º | 0.1% | 0.16% | - |
| HSV(B) | 120º | 0.18% | 0.18% | - |
| XYZ | 2.04 | 2.4 | 2.11 | - |
| YUV | 41.7 | 125.35 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 45 | 37 | 0.18 | 0 | 0.18 | 0.82 | 120 | 0.1 | 0.16 |
| Hex | 25 | 2D | 25 | 12 | 0 | 12 | 52 | 78 | A | 10 |
| Octal | 45 | 55 | 45 | 22 | 0 | 22 | 122 | 170 | 12 | 20 |
| Binary | 100101 | 101101 | 100101 | 10010 | 0 | 10010 | 1010010 | 1111000 | 1010 | 10000 |
Color Harmonies of #252D25
Complementary color
Monochromatic Colors of #252D25
Black with #252D25
Text Example
Text Example
White with #252D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252D25; }
p { color: rgb(37,45,37); }
H1.HeaderClassName
{
color: #252D25;
}
.AnyTagClassName
{
color: #252D25;
}
</style>
background-color css
<style>
a { background-color: #252D25; }
a { background-color: rgb(37,45,37); }
div.DivClassName
{
background-color: #252D25;
}
.BgClassName
{
background-color: #252D25;
}
</style>
border-color css
<style>
span { border-color: #252D25; }
span { border-color: rgb(37,45,37); }
td.TdClassName
{
border-color: #252D25;
}
.TagClassName
{
border-color: #252D25;
}
</style>