Shades of British Racing Green #02502B
Tints of British Racing Green #02502B
RGB
CMYK
RGB Variations
Color information
#02502B (or 0x02502B) is known color: British Racing Green. HEX triplet: 02, 50 and 2B. RGB value is (2,80,43). Sum of RGB (Red+Green+Blue) = 2+80+43=125 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.6% from 125); Green value is 80 (31.64% from 255 or 64% from 125); Blue value is 43 (17.19% from 255 or 34.4% from 125); Max value from RGB is 80 - color contains mainly: green. Hex color #02502B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02502B is #FDAFD4. Grayscale: #343434. Windows color (decimal): -16625621 or 2838530. OLE color: 2838530.
HSL color Cylindrical-coordinate representation of color #02502B: hue angle of 151.54º 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 #02502B is Cyan = 0.98, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 2 | 80 | 43 | - |
| CMYK | 0.98 | 0 | 0.46 | 0.69 |
| HSL | 151.54º | 0.95% | 0.16% | - |
| HSV(B) | 151.54º | 0.98% | 0.31% | - |
| XYZ | 3.33 | 5.92 | 3.25 | - |
| YUV | 52.46 | 122.66 | 92.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 80 | 43 | 0.98 | 0 | 0.46 | 0.69 | 151.54 | 0.95 | 0.16 |
| Hex | 2 | 50 | 2B | 62 | 0 | 2E | 45 | 98 | 5F | 10 |
| Octal | 2 | 120 | 53 | 142 | 0 | 56 | 105 | 230 | 137 | 20 |
| Binary | 10 | 1010000 | 101011 | 1100010 | 0 | 101110 | 1000101 | 10011000 | 1011111 | 10000 |
Color Harmonies of #02502B
Complementary color
Monochromatic Colors of #02502B
Black with #02502B
Text Example
Text Example
White with #02502B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02502B; }
p { color: rgb(2,80,43); }
H1.HeaderClassName
{
color: #02502B;
}
.AnyTagClassName
{
color: #02502B;
}
</style>
background-color css
<style>
a { background-color: #02502B; }
a { background-color: rgb(2,80,43); }
div.DivClassName
{
background-color: #02502B;
}
.BgClassName
{
background-color: #02502B;
}
</style>
border-color css
<style>
span { border-color: #02502B; }
span { border-color: rgb(2,80,43); }
td.TdClassName
{
border-color: #02502B;
}
.TagClassName
{
border-color: #02502B;
}
</style>