Shades of British Racing Green #015428
Tints of British Racing Green #015428
RGB
CMYK
RGB Variations
Color information
#015428 (or 0x015428) is known color: British Racing Green. HEX triplet: 01, 54 and 28. RGB value is (1,84,40). Sum of RGB (Red+Green+Blue) = 1+84+40=125 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.8% from 125); Green value is 84 (33.20% from 255 or 67.2% from 125); Blue value is 40 (16.02% from 255 or 32% from 125); Max value from RGB is 84 - color contains mainly: green. Hex color #015428 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015428 is #FEABD7. Grayscale: #363636. Windows color (decimal): -16690136 or 2642945. OLE color: 2642945.
HSL color Cylindrical-coordinate representation of color #015428: hue angle of 148.19º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015428 is Cyan = 0.99, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 1 | 84 | 40 | - |
| CMYK | 0.99 | 0 | 0.52 | 0.67 |
| HSL | 148.19º | 0.98% | 0.17% | - |
| HSV(B) | 148.19º | 0.99% | 0.33% | - |
| XYZ | 3.57 | 6.5 | 3.07 | - |
| YUV | 54.17 | 120 | 90.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 84 | 40 | 0.99 | 0 | 0.52 | 0.67 | 148.19 | 0.98 | 0.17 |
| Hex | 1 | 54 | 28 | 63 | 0 | 34 | 43 | 94 | 62 | 11 |
| Octal | 1 | 124 | 50 | 143 | 0 | 64 | 103 | 224 | 142 | 21 |
| Binary | 1 | 1010100 | 101000 | 1100011 | 0 | 110100 | 1000011 | 10010100 | 1100010 | 10001 |
Color Harmonies of #015428
Complementary color
Monochromatic Colors of #015428
Black with #015428
Text Example
Text Example
White with #015428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015428; }
p { color: rgb(1,84,40); }
H1.HeaderClassName
{
color: #015428;
}
.AnyTagClassName
{
color: #015428;
}
</style>
background-color css
<style>
a { background-color: #015428; }
a { background-color: rgb(1,84,40); }
div.DivClassName
{
background-color: #015428;
}
.BgClassName
{
background-color: #015428;
}
</style>
border-color css
<style>
span { border-color: #015428; }
span { border-color: rgb(1,84,40); }
td.TdClassName
{
border-color: #015428;
}
.TagClassName
{
border-color: #015428;
}
</style>