Shades of British Racing Green #02471B
Tints of British Racing Green #02471B
RGB
CMYK
RGB Variations
Color information
#02471B (or 0x02471B) is known color: British Racing Green. HEX triplet: 02, 47 and 1B. RGB value is (2,71,27). Sum of RGB (Red+Green+Blue) = 2+71+27=100 (13% of max value = 765). Red value is 2 (1.17% from 255 or 2% from 100); Green value is 71 (28.12% from 255 or 71% from 100); Blue value is 27 (10.94% from 255 or 27% from 100); Max value from RGB is 71 - color contains mainly: green. Hex color #02471B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02471B is #FDB8E4. Grayscale: #2D2D2D. Windows color (decimal): -16627941 or 1787650. OLE color: 1787650.
HSL color Cylindrical-coordinate representation of color #02471B: hue angle of 141.74º 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 #02471B is Cyan = 0.97, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 2 | 71 | 27 | - |
| CMYK | 0.97 | 0 | 0.62 | 0.72 |
| HSL | 141.74º | 0.95% | 0.14% | - |
| HSV(B) | 141.74º | 0.97% | 0.28% | - |
| XYZ | 2.48 | 4.6 | 1.79 | - |
| YUV | 45.35 | 117.64 | 97.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 71 | 27 | 0.97 | 0 | 0.62 | 0.72 | 141.74 | 0.95 | 0.14 |
| Hex | 2 | 47 | 1B | 61 | 0 | 3E | 48 | 8E | 5F | E |
| Octal | 2 | 107 | 33 | 141 | 0 | 76 | 110 | 216 | 137 | 16 |
| Binary | 10 | 1000111 | 11011 | 1100001 | 0 | 111110 | 1001000 | 10001110 | 1011111 | 1110 |
Color Harmonies of #02471B
Complementary color
Monochromatic Colors of #02471B
Black with #02471B
Text Example
Text Example
White with #02471B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02471B; }
p { color: rgb(2,71,27); }
H1.HeaderClassName
{
color: #02471B;
}
.AnyTagClassName
{
color: #02471B;
}
</style>
background-color css
<style>
a { background-color: #02471B; }
a { background-color: rgb(2,71,27); }
div.DivClassName
{
background-color: #02471B;
}
.BgClassName
{
background-color: #02471B;
}
</style>
border-color css
<style>
span { border-color: #02471B; }
span { border-color: rgb(2,71,27); }
td.TdClassName
{
border-color: #02471B;
}
.TagClassName
{
border-color: #02471B;
}
</style>