Shades of British Racing Green #004925
Tints of British Racing Green #004925
RGB
CMYK
RGB Variations
Color information
#004925 (or 0x004925) is known color: British Racing Green. HEX triplet: 00, 49 and 25. RGB value is (0,73,37). Sum of RGB (Red+Green+Blue) = 0+73+37=110 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 110); Green value is 73 (28.91% from 255 or 66.36% from 110); Blue value is 37 (14.84% from 255 or 33.64% from 110); Max value from RGB is 73 - color contains mainly: green. Hex color #004925 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004925 is #FFB6DA. Grayscale: #2F2F2F. Windows color (decimal): -16758491 or 2443520. OLE color: 2443520.
HSL color Cylindrical-coordinate representation of color #004925: hue angle of 150.41º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004925 is Cyan = 1, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 0 | 73 | 37 | - |
| CMYK | 1 | 0 | 0.49 | 0.71 |
| HSL | 150.41º | 1% | 0.14% | - |
| HSV(B) | 150.41º | 1% | 0.29% | - |
| XYZ | 2.72 | 4.9 | 2.55 | - |
| YUV | 47.07 | 122.32 | 94.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 73 | 37 | 1 | 0 | 0.49 | 0.71 | 150.41 | 1 | 0.14 |
| Hex | 0 | 49 | 25 | 64 | 0 | 31 | 47 | 96 | 64 | E |
| Octal | 0 | 111 | 45 | 144 | 0 | 61 | 107 | 226 | 144 | 16 |
| Binary | 0 | 1001001 | 100101 | 1100100 | 0 | 110001 | 1000111 | 10010110 | 1100100 | 1110 |
Color Harmonies of #004925
Complementary color
Monochromatic Colors of #004925
Black with #004925
Text Example
Text Example
White with #004925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004925; }
p { color: rgb(0,73,37); }
H1.HeaderClassName
{
color: #004925;
}
.AnyTagClassName
{
color: #004925;
}
</style>
background-color css
<style>
a { background-color: #004925; }
a { background-color: rgb(0,73,37); }
div.DivClassName
{
background-color: #004925;
}
.BgClassName
{
background-color: #004925;
}
</style>
border-color css
<style>
span { border-color: #004925; }
span { border-color: rgb(0,73,37); }
td.TdClassName
{
border-color: #004925;
}
.TagClassName
{
border-color: #004925;
}
</style>