Shades of British Racing Green #02472D
Tints of British Racing Green #02472D
RGB
CMYK
RGB Variations
Color information
#02472D (or 0x02472D) is known color: British Racing Green. HEX triplet: 02, 47 and 2D. RGB value is (2,71,45). Sum of RGB (Red+Green+Blue) = 2+71+45=118 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.69% from 118); Green value is 71 (28.12% from 255 or 60.17% from 118); Blue value is 45 (17.97% from 255 or 38.14% from 118); Max value from RGB is 71 - color contains mainly: green. Hex color #02472D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02472D is #FDB8D2. Grayscale: #2F2F2F. Windows color (decimal): -16627923 or 2967298. OLE color: 2967298.
HSL color Cylindrical-coordinate representation of color #02472D: hue angle of 157.39º degrees, saturation: 0.95, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02472D is Cyan = 0.97, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 2 | 71 | 45 | - |
| CMYK | 0.97 | 0 | 0.37 | 0.72 |
| HSL | 157.39º | 0.95% | 0.14% | - |
| HSV(B) | 157.39º | 0.97% | 0.28% | - |
| XYZ | 2.75 | 4.71 | 3.25 | - |
| YUV | 47.41 | 126.64 | 95.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 71 | 45 | 0.97 | 0 | 0.37 | 0.72 | 157.39 | 0.95 | 0.14 |
| Hex | 2 | 47 | 2D | 61 | 0 | 25 | 48 | 9D | 5F | E |
| Octal | 2 | 107 | 55 | 141 | 0 | 45 | 110 | 235 | 137 | 16 |
| Binary | 10 | 1000111 | 101101 | 1100001 | 0 | 100101 | 1001000 | 10011101 | 1011111 | 1110 |
Color Harmonies of #02472D
Complementary color
Monochromatic Colors of #02472D
Black with #02472D
Text Example
Text Example
White with #02472D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02472D; }
p { color: rgb(2,71,45); }
H1.HeaderClassName
{
color: #02472D;
}
.AnyTagClassName
{
color: #02472D;
}
</style>
background-color css
<style>
a { background-color: #02472D; }
a { background-color: rgb(2,71,45); }
div.DivClassName
{
background-color: #02472D;
}
.BgClassName
{
background-color: #02472D;
}
</style>
border-color css
<style>
span { border-color: #02472D; }
span { border-color: rgb(2,71,45); }
td.TdClassName
{
border-color: #02472D;
}
.TagClassName
{
border-color: #02472D;
}
</style>