Shades of Racing Green #25312D
Tints of Racing Green #25312D
RGB
CMYK
RGB Variations
Color information
#25312D (or 0x25312D) is known color: Racing Green. HEX triplet: 25, 31 and 2D. RGB value is (37,49,45). Sum of RGB (Red+Green+Blue) = 37+49+45=131 (17% of max value = 765). Red value is 37 (14.84% from 255 or 28.24% from 131); Green value is 49 (19.53% from 255 or 37.40% from 131); Blue value is 45 (17.97% from 255 or 34.35% from 131); Max value from RGB is 49 - color contains mainly: green. Hex color #25312D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25312D is #DACED2. Grayscale: #2C2C2C. Windows color (decimal): -14339795 or 2961701. OLE color: 2961701.
HSL color Cylindrical-coordinate representation of color #25312D: hue angle of 160º degrees, saturation: 0.14, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #25312D is Cyan = 0.24, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 37 | 49 | 45 | - |
| CMYK | 0.24 | 0 | 0.08 | 0.81 |
| HSL | 160º | 0.14% | 0.17% | - |
| HSV(B) | 160º | 0.24% | 0.19% | - |
| XYZ | 2.33 | 2.78 | 2.9 | - |
| YUV | 44.96 | 128.02 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 49 | 45 | 0.24 | 0 | 0.08 | 0.81 | 160 | 0.14 | 0.17 |
| Hex | 25 | 31 | 2D | 18 | 0 | 8 | 51 | A0 | E | 11 |
| Octal | 45 | 61 | 55 | 30 | 0 | 10 | 121 | 240 | 16 | 21 |
| Binary | 100101 | 110001 | 101101 | 11000 | 0 | 1000 | 1010001 | 10100000 | 1110 | 10001 |
Color Harmonies of #25312D
Complementary color
Monochromatic Colors of #25312D
Black with #25312D
Text Example
Text Example
White with #25312D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25312D; }
p { color: rgb(37,49,45); }
H1.HeaderClassName
{
color: #25312D;
}
.AnyTagClassName
{
color: #25312D;
}
</style>
background-color css
<style>
a { background-color: #25312D; }
a { background-color: rgb(37,49,45); }
div.DivClassName
{
background-color: #25312D;
}
.BgClassName
{
background-color: #25312D;
}
</style>
border-color css
<style>
span { border-color: #25312D; }
span { border-color: rgb(37,49,45); }
td.TdClassName
{
border-color: #25312D;
}
.TagClassName
{
border-color: #25312D;
}
</style>