Shades of Racing Green #252D2B
Tints of Racing Green #252D2B
RGB
CMYK
RGB Variations
Color information
#252D2B (or 0x252D2B) is known color: Racing Green. HEX triplet: 25, 2D and 2B. RGB value is (37,45,43). Sum of RGB (Red+Green+Blue) = 37+45+43=125 (16% of max value = 765). Red value is 37 (14.84% from 255 or 29.6% from 125); Green value is 45 (17.97% from 255 or 36% from 125); Blue value is 43 (17.19% from 255 or 34.4% from 125); Max value from RGB is 45 - color contains mainly: green. Hex color #252D2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252D2B is #DAD2D4. Grayscale: #2A2A2A. Windows color (decimal): -14340821 or 2829605. OLE color: 2829605.
HSL color Cylindrical-coordinate representation of color #252D2B: hue angle of 165º 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 #252D2B is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 37 | 45 | 43 | - |
| CMYK | 0.18 | 0 | 0.04 | 0.82 |
| HSL | 165º | 0.1% | 0.16% | - |
| HSV(B) | 165º | 0.18% | 0.18% | - |
| XYZ | 2.14 | 2.44 | 2.64 | - |
| YUV | 42.38 | 128.35 | 124.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 45 | 43 | 0.18 | 0 | 0.04 | 0.82 | 165 | 0.1 | 0.16 |
| Hex | 25 | 2D | 2B | 12 | 0 | 4 | 52 | A5 | A | 10 |
| Octal | 45 | 55 | 53 | 22 | 0 | 4 | 122 | 245 | 12 | 20 |
| Binary | 100101 | 101101 | 101011 | 10010 | 0 | 100 | 1010010 | 10100101 | 1010 | 10000 |
Color Harmonies of #252D2B
Complementary color
Monochromatic Colors of #252D2B
Black with #252D2B
Text Example
Text Example
White with #252D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252D2B; }
p { color: rgb(37,45,43); }
H1.HeaderClassName
{
color: #252D2B;
}
.AnyTagClassName
{
color: #252D2B;
}
</style>
background-color css
<style>
a { background-color: #252D2B; }
a { background-color: rgb(37,45,43); }
div.DivClassName
{
background-color: #252D2B;
}
.BgClassName
{
background-color: #252D2B;
}
</style>
border-color css
<style>
span { border-color: #252D2B; }
span { border-color: rgb(37,45,43); }
td.TdClassName
{
border-color: #252D2B;
}
.TagClassName
{
border-color: #252D2B;
}
</style>