Shades of British Racing Green #025022
Tints of British Racing Green #025022
RGB
CMYK
RGB Variations
Color information
#025022 (or 0x025022) is known color: British Racing Green. HEX triplet: 02, 50 and 22. RGB value is (2,80,34). Sum of RGB (Red+Green+Blue) = 2+80+34=116 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.72% from 116); Green value is 80 (31.64% from 255 or 68.97% from 116); Blue value is 34 (13.67% from 255 or 29.31% from 116); Max value from RGB is 80 - color contains mainly: green. Hex color #025022 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025022 is #FDAFDD. Grayscale: #333333. Windows color (decimal): -16625630 or 2248706. OLE color: 2248706.
HSL color Cylindrical-coordinate representation of color #025022: hue angle of 144.62º 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 #025022 is Cyan = 0.98, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 2 | 80 | 34 | - |
| CMYK | 0.98 | 0 | 0.58 | 0.69 |
| HSL | 144.62º | 0.95% | 0.16% | - |
| HSV(B) | 144.62º | 0.98% | 0.31% | - |
| XYZ | 3.18 | 5.87 | 2.48 | - |
| YUV | 51.43 | 118.16 | 92.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 80 | 34 | 0.98 | 0 | 0.58 | 0.69 | 144.62 | 0.95 | 0.16 |
| Hex | 2 | 50 | 22 | 62 | 0 | 3A | 45 | 91 | 5F | 10 |
| Octal | 2 | 120 | 42 | 142 | 0 | 72 | 105 | 221 | 137 | 20 |
| Binary | 10 | 1010000 | 100010 | 1100010 | 0 | 111010 | 1000101 | 10010001 | 1011111 | 10000 |
Color Harmonies of #025022
Complementary color
Monochromatic Colors of #025022
Black with #025022
Text Example
Text Example
White with #025022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #025022; }
p { color: rgb(2,80,34); }
H1.HeaderClassName
{
color: #025022;
}
.AnyTagClassName
{
color: #025022;
}
</style>
background-color css
<style>
a { background-color: #025022; }
a { background-color: rgb(2,80,34); }
div.DivClassName
{
background-color: #025022;
}
.BgClassName
{
background-color: #025022;
}
</style>
border-color css
<style>
span { border-color: #025022; }
span { border-color: rgb(2,80,34); }
td.TdClassName
{
border-color: #025022;
}
.TagClassName
{
border-color: #025022;
}
</style>