Shades of British Racing Green #02502C
Tints of British Racing Green #02502C
RGB
CMYK
RGB Variations
Color information
#02502C (or 0x02502C) is known color: British Racing Green. HEX triplet: 02, 50 and 2C. RGB value is (2,80,44). Sum of RGB (Red+Green+Blue) = 2+80+44=126 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.59% from 126); Green value is 80 (31.64% from 255 or 63.49% from 126); Blue value is 44 (17.58% from 255 or 34.92% from 126); Max value from RGB is 80 - color contains mainly: green. Hex color #02502C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02502C is #FDAFD3. Grayscale: #343434. Windows color (decimal): -16625620 or 2904066. OLE color: 2904066.
HSL color Cylindrical-coordinate representation of color #02502C: hue angle of 152.31º 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 #02502C is Cyan = 0.98, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 2 | 80 | 44 | - |
| CMYK | 0.98 | 0 | 0.45 | 0.69 |
| HSL | 152.31º | 0.95% | 0.16% | - |
| HSV(B) | 152.31º | 0.98% | 0.31% | - |
| XYZ | 3.35 | 5.93 | 3.35 | - |
| YUV | 52.57 | 123.16 | 91.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 80 | 44 | 0.98 | 0 | 0.45 | 0.69 | 152.31 | 0.95 | 0.16 |
| Hex | 2 | 50 | 2C | 62 | 0 | 2D | 45 | 98 | 5F | 10 |
| Octal | 2 | 120 | 54 | 142 | 0 | 55 | 105 | 230 | 137 | 20 |
| Binary | 10 | 1010000 | 101100 | 1100010 | 0 | 101101 | 1000101 | 10011000 | 1011111 | 10000 |
Color Harmonies of #02502C
Complementary color
Monochromatic Colors of #02502C
Black with #02502C
Text Example
Text Example
White with #02502C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02502C; }
p { color: rgb(2,80,44); }
H1.HeaderClassName
{
color: #02502C;
}
.AnyTagClassName
{
color: #02502C;
}
</style>
background-color css
<style>
a { background-color: #02502C; }
a { background-color: rgb(2,80,44); }
div.DivClassName
{
background-color: #02502C;
}
.BgClassName
{
background-color: #02502C;
}
</style>
border-color css
<style>
span { border-color: #02502C; }
span { border-color: rgb(2,80,44); }
td.TdClassName
{
border-color: #02502C;
}
.TagClassName
{
border-color: #02502C;
}
</style>