Shades of British Racing Green #02421E
Tints of British Racing Green #02421E
RGB
CMYK
RGB Variations
Color information
#02421E (or 0x02421E) is known color: British Racing Green. HEX triplet: 02, 42 and 1E. RGB value is (2,66,30). Sum of RGB (Red+Green+Blue) = 2+66+30=98 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.04% from 98); Green value is 66 (26.17% from 255 or 67.35% from 98); Blue value is 30 (12.11% from 255 or 30.61% from 98); Max value from RGB is 66 - color contains mainly: green. Hex color #02421E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02421E is #FDBDE1. Grayscale: #2A2A2A. Windows color (decimal): -16629218 or 1982978. OLE color: 1982978.
HSL color Cylindrical-coordinate representation of color #02421E: hue angle of 146.25º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02421E is Cyan = 0.97, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 2 | 66 | 30 | - |
| CMYK | 0.97 | 0 | 0.55 | 0.74 |
| HSL | 146.25º | 0.94% | 0.13% | - |
| HSV(B) | 146.25º | 0.97% | 0.26% | - |
| XYZ | 2.21 | 4 | 1.88 | - |
| YUV | 42.76 | 120.8 | 98.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 66 | 30 | 0.97 | 0 | 0.55 | 0.74 | 146.25 | 0.94 | 0.13 |
| Hex | 2 | 42 | 1E | 61 | 0 | 37 | 4A | 92 | 5E | D |
| Octal | 2 | 102 | 36 | 141 | 0 | 67 | 112 | 222 | 136 | 15 |
| Binary | 10 | 1000010 | 11110 | 1100001 | 0 | 110111 | 1001010 | 10010010 | 1011110 | 1101 |
Color Harmonies of #02421E
Complementary color
Monochromatic Colors of #02421E
Black with #02421E
Text Example
Text Example
White with #02421E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02421E; }
p { color: rgb(2,66,30); }
H1.HeaderClassName
{
color: #02421E;
}
.AnyTagClassName
{
color: #02421E;
}
</style>
background-color css
<style>
a { background-color: #02421E; }
a { background-color: rgb(2,66,30); }
div.DivClassName
{
background-color: #02421E;
}
.BgClassName
{
background-color: #02421E;
}
</style>
border-color css
<style>
span { border-color: #02421E; }
span { border-color: rgb(2,66,30); }
td.TdClassName
{
border-color: #02421E;
}
.TagClassName
{
border-color: #02421E;
}
</style>