Shades of Racing Green #252D2A
Tints of Racing Green #252D2A
RGB
CMYK
RGB Variations
Color information
#252D2A (or 0x252D2A) is known color: Racing Green. HEX triplet: 25, 2D and 2A. RGB value is (37,45,42). Sum of RGB (Red+Green+Blue) = 37+45+42=124 (16% of max value = 765). Red value is 37 (14.84% from 255 or 29.84% from 124); Green value is 45 (17.97% from 255 or 36.29% from 124); Blue value is 42 (16.80% from 255 or 33.87% from 124); Max value from RGB is 45 - color contains mainly: green. Hex color #252D2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252D2A is #DAD2D5. Grayscale: #2A2A2A. Windows color (decimal): -14340822 or 2764069. OLE color: 2764069.
HSL color Cylindrical-coordinate representation of color #252D2A: hue angle of 157.5º 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 #252D2A is Cyan = 0.18, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 37 | 45 | 42 | - |
| CMYK | 0.18 | 0 | 0.07 | 0.82 |
| HSL | 157.5º | 0.1% | 0.16% | - |
| HSV(B) | 157.5º | 0.18% | 0.18% | - |
| XYZ | 2.12 | 2.44 | 2.55 | - |
| YUV | 42.27 | 127.85 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 45 | 42 | 0.18 | 0 | 0.07 | 0.82 | 157.5 | 0.1 | 0.16 |
| Hex | 25 | 2D | 2A | 12 | 0 | 7 | 52 | 9E | A | 10 |
| Octal | 45 | 55 | 52 | 22 | 0 | 7 | 122 | 236 | 12 | 20 |
| Binary | 100101 | 101101 | 101010 | 10010 | 0 | 111 | 1010010 | 10011110 | 1010 | 10000 |
Color Harmonies of #252D2A
Complementary color
Monochromatic Colors of #252D2A
Black with #252D2A
Text Example
Text Example
White with #252D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252D2A; }
p { color: rgb(37,45,42); }
H1.HeaderClassName
{
color: #252D2A;
}
.AnyTagClassName
{
color: #252D2A;
}
</style>
background-color css
<style>
a { background-color: #252D2A; }
a { background-color: rgb(37,45,42); }
div.DivClassName
{
background-color: #252D2A;
}
.BgClassName
{
background-color: #252D2A;
}
</style>
border-color css
<style>
span { border-color: #252D2A; }
span { border-color: rgb(37,45,42); }
td.TdClassName
{
border-color: #252D2A;
}
.TagClassName
{
border-color: #252D2A;
}
</style>