Shades of Racing Green #252F2D
Tints of Racing Green #252F2D
RGB
CMYK
RGB Variations
Color information
#252F2D (or 0x252F2D) is known color: Racing Green. HEX triplet: 25, 2F and 2D. RGB value is (37,47,45). Sum of RGB (Red+Green+Blue) = 37+47+45=129 (17% of max value = 765). Red value is 37 (14.84% from 255 or 28.68% from 129); Green value is 47 (18.75% from 255 or 36.43% from 129); Blue value is 45 (17.97% from 255 or 34.88% from 129); Max value from RGB is 47 - color contains mainly: green. Hex color #252F2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252F2D is #DAD0D2. Grayscale: #2B2B2B. Windows color (decimal): -14340307 or 2961189. OLE color: 2961189.
HSL color Cylindrical-coordinate representation of color #252F2D: hue angle of 168º degrees, saturation: 0.12, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #252F2D is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 37 | 47 | 45 | - |
| CMYK | 0.21 | 0 | 0.04 | 0.82 |
| HSL | 168º | 0.12% | 0.16% | - |
| HSV(B) | 168º | 0.21% | 0.18% | - |
| XYZ | 2.25 | 2.62 | 2.87 | - |
| YUV | 43.78 | 128.69 | 123.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 47 | 45 | 0.21 | 0 | 0.04 | 0.82 | 168 | 0.12 | 0.16 |
| Hex | 25 | 2F | 2D | 15 | 0 | 4 | 52 | A8 | C | 10 |
| Octal | 45 | 57 | 55 | 25 | 0 | 4 | 122 | 250 | 14 | 20 |
| Binary | 100101 | 101111 | 101101 | 10101 | 0 | 100 | 1010010 | 10101000 | 1100 | 10000 |
Color Harmonies of #252F2D
Complementary color
Monochromatic Colors of #252F2D
Black with #252F2D
Text Example
Text Example
White with #252F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252F2D; }
p { color: rgb(37,47,45); }
H1.HeaderClassName
{
color: #252F2D;
}
.AnyTagClassName
{
color: #252F2D;
}
</style>
background-color css
<style>
a { background-color: #252F2D; }
a { background-color: rgb(37,47,45); }
div.DivClassName
{
background-color: #252F2D;
}
.BgClassName
{
background-color: #252F2D;
}
</style>
border-color css
<style>
span { border-color: #252F2D; }
span { border-color: rgb(37,47,45); }
td.TdClassName
{
border-color: #252F2D;
}
.TagClassName
{
border-color: #252F2D;
}
</style>