Shades of British Racing Green #02412A
Tints of British Racing Green #02412A
RGB
CMYK
RGB Variations
Color information
#02412A (or 0x02412A) is known color: British Racing Green. HEX triplet: 02, 41 and 2A. RGB value is (2,65,42). Sum of RGB (Red+Green+Blue) = 2+65+42=109 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.83% from 109); Green value is 65 (25.78% from 255 or 59.63% from 109); Blue value is 42 (16.80% from 255 or 38.53% from 109); Max value from RGB is 65 - color contains mainly: green. Hex color #02412A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02412A is #FDBED5. Grayscale: #2B2B2B. Windows color (decimal): -16629462 or 2769154. OLE color: 2769154.
HSL color Cylindrical-coordinate representation of color #02412A: hue angle of 158.1º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02412A is Cyan = 0.97, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 2 | 65 | 42 | - |
| CMYK | 0.97 | 0 | 0.35 | 0.75 |
| HSL | 158.1º | 0.94% | 0.13% | - |
| HSV(B) | 158.1º | 0.97% | 0.25% | - |
| XYZ | 2.33 | 3.96 | 2.83 | - |
| YUV | 43.54 | 127.13 | 98.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 65 | 42 | 0.97 | 0 | 0.35 | 0.75 | 158.1 | 0.94 | 0.13 |
| Hex | 2 | 41 | 2A | 61 | 0 | 23 | 4B | 9E | 5E | D |
| Octal | 2 | 101 | 52 | 141 | 0 | 43 | 113 | 236 | 136 | 15 |
| Binary | 10 | 1000001 | 101010 | 1100001 | 0 | 100011 | 1001011 | 10011110 | 1011110 | 1101 |
Color Harmonies of #02412A
Complementary color
Monochromatic Colors of #02412A
Black with #02412A
Text Example
Text Example
White with #02412A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02412A; }
p { color: rgb(2,65,42); }
H1.HeaderClassName
{
color: #02412A;
}
.AnyTagClassName
{
color: #02412A;
}
</style>
background-color css
<style>
a { background-color: #02412A; }
a { background-color: rgb(2,65,42); }
div.DivClassName
{
background-color: #02412A;
}
.BgClassName
{
background-color: #02412A;
}
</style>
border-color css
<style>
span { border-color: #02412A; }
span { border-color: rgb(2,65,42); }
td.TdClassName
{
border-color: #02412A;
}
.TagClassName
{
border-color: #02412A;
}
</style>