Shades of British Racing Green #02402C
Tints of British Racing Green #02402C
RGB
CMYK
RGB Variations
Color information
#02402C (or 0x02402C) is known color: British Racing Green. HEX triplet: 02, 40 and 2C. RGB value is (2,64,44). Sum of RGB (Red+Green+Blue) = 2+64+44=110 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.82% from 110); Green value is 64 (25.39% from 255 or 58.18% from 110); Blue value is 44 (17.58% from 255 or 40% from 110); Max value from RGB is 64 - color contains mainly: green. Hex color #02402C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02402C is #FDBFD3. Grayscale: #2B2B2B. Windows color (decimal): -16629716 or 2899970. OLE color: 2899970.
HSL color Cylindrical-coordinate representation of color #02402C: hue angle of 160.65º 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 #02402C is Cyan = 0.97, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 2 | 64 | 44 | - |
| CMYK | 0.97 | 0 | 0.31 | 0.75 |
| HSL | 160.65º | 0.94% | 0.13% | - |
| HSV(B) | 160.65º | 0.97% | 0.25% | - |
| XYZ | 2.31 | 3.86 | 3.01 | - |
| YUV | 43.18 | 128.46 | 98.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 64 | 44 | 0.97 | 0 | 0.31 | 0.75 | 160.65 | 0.94 | 0.13 |
| Hex | 2 | 40 | 2C | 61 | 0 | 1F | 4B | A1 | 5E | D |
| Octal | 2 | 100 | 54 | 141 | 0 | 37 | 113 | 241 | 136 | 15 |
| Binary | 10 | 1000000 | 101100 | 1100001 | 0 | 11111 | 1001011 | 10100001 | 1011110 | 1101 |
Color Harmonies of #02402C
Complementary color
Monochromatic Colors of #02402C
Black with #02402C
Text Example
Text Example
White with #02402C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02402C; }
p { color: rgb(2,64,44); }
H1.HeaderClassName
{
color: #02402C;
}
.AnyTagClassName
{
color: #02402C;
}
</style>
background-color css
<style>
a { background-color: #02402C; }
a { background-color: rgb(2,64,44); }
div.DivClassName
{
background-color: #02402C;
}
.BgClassName
{
background-color: #02402C;
}
</style>
border-color css
<style>
span { border-color: #02402C; }
span { border-color: rgb(2,64,44); }
td.TdClassName
{
border-color: #02402C;
}
.TagClassName
{
border-color: #02402C;
}
</style>