Shades of Racing Green #252C2A
Tints of Racing Green #252C2A
RGB
CMYK
RGB Variations
Color information
#252C2A (or 0x252C2A) is known color: Racing Green. HEX triplet: 25, 2C and 2A. RGB value is (37,44,42). Sum of RGB (Red+Green+Blue) = 37+44+42=123 (16% of max value = 765). Red value is 37 (14.84% from 255 or 30.08% from 123); Green value is 44 (17.58% from 255 or 35.77% from 123); Blue value is 42 (16.80% from 255 or 34.15% from 123); Max value from RGB is 44 - color contains mainly: green. Hex color #252C2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252C2A is #DAD3D5. Grayscale: #292929. Windows color (decimal): -14341078 or 2763813. OLE color: 2763813.
HSL color Cylindrical-coordinate representation of color #252C2A: hue angle of 162.86º degrees, saturation: 0.09, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #252C2A is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 37 | 44 | 42 | - |
| CMYK | 0.16 | 0 | 0.05 | 0.83 |
| HSL | 162.86º | 0.09% | 0.16% | - |
| HSV(B) | 162.86º | 0.16% | 0.17% | - |
| XYZ | 2.08 | 2.36 | 2.54 | - |
| YUV | 41.68 | 128.18 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 44 | 42 | 0.16 | 0 | 0.05 | 0.83 | 162.86 | 0.09 | 0.16 |
| Hex | 25 | 2C | 2A | 10 | 0 | 5 | 53 | A3 | 9 | 10 |
| Octal | 45 | 54 | 52 | 20 | 0 | 5 | 123 | 243 | 11 | 20 |
| Binary | 100101 | 101100 | 101010 | 10000 | 0 | 101 | 1010011 | 10100011 | 1001 | 10000 |
Color Harmonies of #252C2A
Complementary color
Monochromatic Colors of #252C2A
Black with #252C2A
Text Example
Text Example
White with #252C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252C2A; }
p { color: rgb(37,44,42); }
H1.HeaderClassName
{
color: #252C2A;
}
.AnyTagClassName
{
color: #252C2A;
}
</style>
background-color css
<style>
a { background-color: #252C2A; }
a { background-color: rgb(37,44,42); }
div.DivClassName
{
background-color: #252C2A;
}
.BgClassName
{
background-color: #252C2A;
}
</style>
border-color css
<style>
span { border-color: #252C2A; }
span { border-color: rgb(37,44,42); }
td.TdClassName
{
border-color: #252C2A;
}
.TagClassName
{
border-color: #252C2A;
}
</style>