Shades of British Racing Green #02461D
Tints of British Racing Green #02461D
RGB
CMYK
RGB Variations
Color information
#02461D (or 0x02461D) is known color: British Racing Green. HEX triplet: 02, 46 and 1D. RGB value is (2,70,29). Sum of RGB (Red+Green+Blue) = 2+70+29=101 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.98% from 101); Green value is 70 (27.73% from 255 or 69.31% from 101); Blue value is 29 (11.72% from 255 or 28.71% from 101); Max value from RGB is 70 - color contains mainly: green. Hex color #02461D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02461D is #FDB9E2. Grayscale: #2D2D2D. Windows color (decimal): -16628195 or 1918466. OLE color: 1918466.
HSL color Cylindrical-coordinate representation of color #02461D: hue angle of 143.82º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02461D is Cyan = 0.97, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 2 | 70 | 29 | - |
| CMYK | 0.97 | 0 | 0.59 | 0.73 |
| HSL | 143.82º | 0.94% | 0.14% | - |
| HSV(B) | 143.82º | 0.97% | 0.27% | - |
| XYZ | 2.44 | 4.48 | 1.9 | - |
| YUV | 44.99 | 118.97 | 97.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 70 | 29 | 0.97 | 0 | 0.59 | 0.73 | 143.82 | 0.94 | 0.14 |
| Hex | 2 | 46 | 1D | 61 | 0 | 3B | 49 | 90 | 5E | E |
| Octal | 2 | 106 | 35 | 141 | 0 | 73 | 111 | 220 | 136 | 16 |
| Binary | 10 | 1000110 | 11101 | 1100001 | 0 | 111011 | 1001001 | 10010000 | 1011110 | 1110 |
Color Harmonies of #02461D
Complementary color
Monochromatic Colors of #02461D
Black with #02461D
Text Example
Text Example
White with #02461D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02461D; }
p { color: rgb(2,70,29); }
H1.HeaderClassName
{
color: #02461D;
}
.AnyTagClassName
{
color: #02461D;
}
</style>
background-color css
<style>
a { background-color: #02461D; }
a { background-color: rgb(2,70,29); }
div.DivClassName
{
background-color: #02461D;
}
.BgClassName
{
background-color: #02461D;
}
</style>
border-color css
<style>
span { border-color: #02461D; }
span { border-color: rgb(2,70,29); }
td.TdClassName
{
border-color: #02461D;
}
.TagClassName
{
border-color: #02461D;
}
</style>