Shades of British Racing Green #02491A
Tints of British Racing Green #02491A
RGB
CMYK
RGB Variations
Color information
#02491A (or 0x02491A) is known color: British Racing Green. HEX triplet: 02, 49 and 1A. RGB value is (2,73,26). Sum of RGB (Red+Green+Blue) = 2+73+26=101 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.98% from 101); Green value is 73 (28.91% from 255 or 72.28% from 101); Blue value is 26 (10.55% from 255 or 25.74% from 101); Max value from RGB is 73 - color contains mainly: green. Hex color #02491A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02491A is #FDB6E5. Grayscale: #2E2E2E. Windows color (decimal): -16627430 or 1722626. OLE color: 1722626.
HSL color Cylindrical-coordinate representation of color #02491A: hue angle of 140.28º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02491A is Cyan = 0.97, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 2 | 73 | 26 | - |
| CMYK | 0.97 | 0 | 0.64 | 0.71 |
| HSL | 140.28º | 0.95% | 0.15% | - |
| HSV(B) | 140.28º | 0.97% | 0.29% | - |
| XYZ | 2.59 | 4.85 | 1.78 | - |
| YUV | 46.41 | 116.48 | 96.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 73 | 26 | 0.97 | 0 | 0.64 | 0.71 | 140.28 | 0.95 | 0.15 |
| Hex | 2 | 49 | 1A | 61 | 0 | 40 | 47 | 8C | 5F | F |
| Octal | 2 | 111 | 32 | 141 | 0 | 100 | 107 | 214 | 137 | 17 |
| Binary | 10 | 1001001 | 11010 | 1100001 | 0 | 1000000 | 1000111 | 10001100 | 1011111 | 1111 |
Color Harmonies of #02491A
Complementary color
Monochromatic Colors of #02491A
Black with #02491A
Text Example
Text Example
White with #02491A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02491A; }
p { color: rgb(2,73,26); }
H1.HeaderClassName
{
color: #02491A;
}
.AnyTagClassName
{
color: #02491A;
}
</style>
background-color css
<style>
a { background-color: #02491A; }
a { background-color: rgb(2,73,26); }
div.DivClassName
{
background-color: #02491A;
}
.BgClassName
{
background-color: #02491A;
}
</style>
border-color css
<style>
span { border-color: #02491A; }
span { border-color: rgb(2,73,26); }
td.TdClassName
{
border-color: #02491A;
}
.TagClassName
{
border-color: #02491A;
}
</style>