Shades of British Racing Green #02502A
Tints of British Racing Green #02502A
RGB
CMYK
RGB Variations
Color information
#02502A (or 0x02502A) is known color: British Racing Green. HEX triplet: 02, 50 and 2A. RGB value is (2,80,42). Sum of RGB (Red+Green+Blue) = 2+80+42=124 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.61% from 124); Green value is 80 (31.64% from 255 or 64.52% from 124); Blue value is 42 (16.80% from 255 or 33.87% from 124); Max value from RGB is 80 - color contains mainly: green. Hex color #02502A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02502A is #FDAFD5. Grayscale: #343434. Windows color (decimal): -16625622 or 2772994. OLE color: 2772994.
HSL color Cylindrical-coordinate representation of color #02502A: hue angle of 150.77º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02502A is Cyan = 0.98, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 2 | 80 | 42 | - |
| CMYK | 0.98 | 0 | 0.48 | 0.69 |
| HSL | 150.77º | 0.95% | 0.16% | - |
| HSV(B) | 150.77º | 0.98% | 0.31% | - |
| XYZ | 3.31 | 5.92 | 3.16 | - |
| YUV | 52.35 | 122.16 | 92.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 80 | 42 | 0.98 | 0 | 0.48 | 0.69 | 150.77 | 0.95 | 0.16 |
| Hex | 2 | 50 | 2A | 62 | 0 | 30 | 45 | 97 | 5F | 10 |
| Octal | 2 | 120 | 52 | 142 | 0 | 60 | 105 | 227 | 137 | 20 |
| Binary | 10 | 1010000 | 101010 | 1100010 | 0 | 110000 | 1000101 | 10010111 | 1011111 | 10000 |
Color Harmonies of #02502A
Complementary color
Monochromatic Colors of #02502A
Black with #02502A
Text Example
Text Example
White with #02502A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02502A; }
p { color: rgb(2,80,42); }
H1.HeaderClassName
{
color: #02502A;
}
.AnyTagClassName
{
color: #02502A;
}
</style>
background-color css
<style>
a { background-color: #02502A; }
a { background-color: rgb(2,80,42); }
div.DivClassName
{
background-color: #02502A;
}
.BgClassName
{
background-color: #02502A;
}
</style>
border-color css
<style>
span { border-color: #02502A; }
span { border-color: rgb(2,80,42); }
td.TdClassName
{
border-color: #02502A;
}
.TagClassName
{
border-color: #02502A;
}
</style>