Shades of British Racing Green #025020
Tints of British Racing Green #025020
RGB
CMYK
RGB Variations
Color information
#025020 (or 0x025020) is known color: British Racing Green. HEX triplet: 02, 50 and 20. RGB value is (2,80,32). Sum of RGB (Red+Green+Blue) = 2+80+32=114 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.75% from 114); Green value is 80 (31.64% from 255 or 70.18% from 114); Blue value is 32 (12.89% from 255 or 28.07% from 114); Max value from RGB is 80 - color contains mainly: green. Hex color #025020 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025020 is #FDAFDF. Grayscale: #333333. Windows color (decimal): -16625632 or 2117634. OLE color: 2117634.
HSL color Cylindrical-coordinate representation of color #025020: hue angle of 143.08º 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 #025020 is Cyan = 0.98, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 2 | 80 | 32 | - |
| CMYK | 0.98 | 0 | 0.60 | 0.69 |
| HSL | 143.08º | 0.95% | 0.16% | - |
| HSV(B) | 143.08º | 0.98% | 0.31% | - |
| XYZ | 3.15 | 5.85 | 2.33 | - |
| YUV | 51.21 | 117.16 | 92.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 80 | 32 | 0.98 | 0 | 0.60 | 0.69 | 143.08 | 0.95 | 0.16 |
| Hex | 2 | 50 | 20 | 62 | 0 | 3C | 45 | 8F | 5F | 10 |
| Octal | 2 | 120 | 40 | 142 | 0 | 74 | 105 | 217 | 137 | 20 |
| Binary | 10 | 1010000 | 100000 | 1100010 | 0 | 111100 | 1000101 | 10001111 | 1011111 | 10000 |
Color Harmonies of #025020
Complementary color
Monochromatic Colors of #025020
Black with #025020
Text Example
Text Example
White with #025020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #025020; }
p { color: rgb(2,80,32); }
H1.HeaderClassName
{
color: #025020;
}
.AnyTagClassName
{
color: #025020;
}
</style>
background-color css
<style>
a { background-color: #025020; }
a { background-color: rgb(2,80,32); }
div.DivClassName
{
background-color: #025020;
}
.BgClassName
{
background-color: #025020;
}
</style>
border-color css
<style>
span { border-color: #025020; }
span { border-color: rgb(2,80,32); }
td.TdClassName
{
border-color: #025020;
}
.TagClassName
{
border-color: #025020;
}
</style>