Shades of British Racing Green #004525
Tints of British Racing Green #004525
RGB
CMYK
RGB Variations
Color information
#004525 (or 0x004525) is known color: British Racing Green. HEX triplet: 00, 45 and 25. RGB value is (0,69,37). Sum of RGB (Red+Green+Blue) = 0+69+37=106 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 106); Green value is 69 (27.34% from 255 or 65.09% from 106); Blue value is 37 (14.84% from 255 or 34.91% from 106); Max value from RGB is 69 - color contains mainly: green. Hex color #004525 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004525 is #FFBADA. Grayscale: #2C2C2C. Windows color (decimal): -16759515 or 2442496. OLE color: 2442496.
HSL color Cylindrical-coordinate representation of color #004525: hue angle of 152.17º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004525 is Cyan = 1, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 0 | 69 | 37 | - |
| CMYK | 1 | 0 | 0.46 | 0.73 |
| HSL | 152.17º | 1% | 0.14% | - |
| HSV(B) | 152.17º | 1% | 0.27% | - |
| XYZ | 2.46 | 4.39 | 2.47 | - |
| YUV | 44.72 | 123.64 | 96.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 69 | 37 | 1 | 0 | 0.46 | 0.73 | 152.17 | 1 | 0.14 |
| Hex | 0 | 45 | 25 | 64 | 0 | 2E | 49 | 98 | 64 | E |
| Octal | 0 | 105 | 45 | 144 | 0 | 56 | 111 | 230 | 144 | 16 |
| Binary | 0 | 1000101 | 100101 | 1100100 | 0 | 101110 | 1001001 | 10011000 | 1100100 | 1110 |
Color Harmonies of #004525
Complementary color
Monochromatic Colors of #004525
Black with #004525
Text Example
Text Example
White with #004525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004525; }
p { color: rgb(0,69,37); }
H1.HeaderClassName
{
color: #004525;
}
.AnyTagClassName
{
color: #004525;
}
</style>
background-color css
<style>
a { background-color: #004525; }
a { background-color: rgb(0,69,37); }
div.DivClassName
{
background-color: #004525;
}
.BgClassName
{
background-color: #004525;
}
</style>
border-color css
<style>
span { border-color: #004525; }
span { border-color: rgb(0,69,37); }
td.TdClassName
{
border-color: #004525;
}
.TagClassName
{
border-color: #004525;
}
</style>