Shades of British Racing Green #025420
Tints of British Racing Green #025420
RGB
CMYK
RGB Variations
Color information
#025420 (or 0x025420) is known color: British Racing Green. HEX triplet: 02, 54 and 20. RGB value is (2,84,32). Sum of RGB (Red+Green+Blue) = 2+84+32=118 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.69% from 118); Green value is 84 (33.20% from 255 or 71.19% from 118); Blue value is 32 (12.89% from 255 or 27.12% from 118); Max value from RGB is 84 - color contains mainly: green. Hex color #025420 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025420 is #FDABDF. Grayscale: #353535. Windows color (decimal): -16624608 or 2118658. OLE color: 2118658.
HSL color Cylindrical-coordinate representation of color #025420: hue angle of 141.95º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025420 is Cyan = 0.98, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 2 | 84 | 32 | - |
| CMYK | 0.98 | 0 | 0.62 | 0.67 |
| HSL | 141.95º | 0.95% | 0.17% | - |
| HSV(B) | 141.95º | 0.98% | 0.33% | - |
| XYZ | 3.46 | 6.46 | 2.43 | - |
| YUV | 53.55 | 115.83 | 91.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 84 | 32 | 0.98 | 0 | 0.62 | 0.67 | 141.95 | 0.95 | 0.17 |
| Hex | 2 | 54 | 20 | 62 | 0 | 3E | 43 | 8E | 5F | 11 |
| Octal | 2 | 124 | 40 | 142 | 0 | 76 | 103 | 216 | 137 | 21 |
| Binary | 10 | 1010100 | 100000 | 1100010 | 0 | 111110 | 1000011 | 10001110 | 1011111 | 10001 |
Color Harmonies of #025420
Complementary color
Monochromatic Colors of #025420
Black with #025420
Text Example
Text Example
White with #025420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #025420; }
p { color: rgb(2,84,32); }
H1.HeaderClassName
{
color: #025420;
}
.AnyTagClassName
{
color: #025420;
}
</style>
background-color css
<style>
a { background-color: #025420; }
a { background-color: rgb(2,84,32); }
div.DivClassName
{
background-color: #025420;
}
.BgClassName
{
background-color: #025420;
}
</style>
border-color css
<style>
span { border-color: #025420; }
span { border-color: rgb(2,84,32); }
td.TdClassName
{
border-color: #025420;
}
.TagClassName
{
border-color: #025420;
}
</style>