Shades of British Racing Green #015423
Tints of British Racing Green #015423
RGB
CMYK
RGB Variations
Color information
#015423 (or 0x015423) is known color: British Racing Green. HEX triplet: 01, 54 and 23. RGB value is (1,84,35). Sum of RGB (Red+Green+Blue) = 1+84+35=120 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 120); Green value is 84 (33.20% from 255 or 70% from 120); Blue value is 35 (14.06% from 255 or 29.17% from 120); Max value from RGB is 84 - color contains mainly: green. Hex color #015423 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015423 is #FEABDC. Grayscale: #353535. Windows color (decimal): -16690141 or 2315265. OLE color: 2315265.
HSL color Cylindrical-coordinate representation of color #015423: hue angle of 144.58º 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 #015423 is Cyan = 0.99, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 1 | 84 | 35 | - |
| CMYK | 0.99 | 0 | 0.58 | 0.67 |
| HSL | 144.58º | 0.98% | 0.17% | - |
| HSV(B) | 144.58º | 0.99% | 0.33% | - |
| XYZ | 3.49 | 6.47 | 2.65 | - |
| YUV | 53.6 | 117.5 | 90.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 84 | 35 | 0.99 | 0 | 0.58 | 0.67 | 144.58 | 0.98 | 0.17 |
| Hex | 1 | 54 | 23 | 63 | 0 | 3A | 43 | 91 | 62 | 11 |
| Octal | 1 | 124 | 43 | 143 | 0 | 72 | 103 | 221 | 142 | 21 |
| Binary | 1 | 1010100 | 100011 | 1100011 | 0 | 111010 | 1000011 | 10010001 | 1100010 | 10001 |
Color Harmonies of #015423
Complementary color
Monochromatic Colors of #015423
Black with #015423
Text Example
Text Example
White with #015423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015423; }
p { color: rgb(1,84,35); }
H1.HeaderClassName
{
color: #015423;
}
.AnyTagClassName
{
color: #015423;
}
</style>
background-color css
<style>
a { background-color: #015423; }
a { background-color: rgb(1,84,35); }
div.DivClassName
{
background-color: #015423;
}
.BgClassName
{
background-color: #015423;
}
</style>
border-color css
<style>
span { border-color: #015423; }
span { border-color: rgb(1,84,35); }
td.TdClassName
{
border-color: #015423;
}
.TagClassName
{
border-color: #015423;
}
</style>