Shades of British Racing Green #015331
Tints of British Racing Green #015331
RGB
CMYK
RGB Variations
Color information
#015331 (or 0x015331) is known color: British Racing Green. HEX triplet: 01, 53 and 31. RGB value is (1,83,49). Sum of RGB (Red+Green+Blue) = 1+83+49=133 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 133); Green value is 83 (32.81% from 255 or 62.41% from 133); Blue value is 49 (19.53% from 255 or 36.84% from 133); Max value from RGB is 83 - color contains mainly: green. Hex color #015331 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015331 is #FEACCE. Grayscale: #363636. Windows color (decimal): -16690383 or 3232513. OLE color: 3232513.
HSL color Cylindrical-coordinate representation of color #015331: hue angle of 155.12º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015331 is Cyan = 0.99, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 1 | 83 | 49 | - |
| CMYK | 0.99 | 0 | 0.41 | 0.67 |
| HSL | 155.12º | 0.98% | 0.16% | - |
| HSV(B) | 155.12º | 0.99% | 0.33% | - |
| XYZ | 3.66 | 6.41 | 3.95 | - |
| YUV | 54.61 | 124.83 | 89.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 83 | 49 | 0.99 | 0 | 0.41 | 0.67 | 155.12 | 0.98 | 0.16 |
| Hex | 1 | 53 | 31 | 63 | 0 | 29 | 43 | 9B | 62 | 10 |
| Octal | 1 | 123 | 61 | 143 | 0 | 51 | 103 | 233 | 142 | 20 |
| Binary | 1 | 1010011 | 110001 | 1100011 | 0 | 101001 | 1000011 | 10011011 | 1100010 | 10000 |
Color Harmonies of #015331
Complementary color
Monochromatic Colors of #015331
Black with #015331
Text Example
Text Example
White with #015331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015331; }
p { color: rgb(1,83,49); }
H1.HeaderClassName
{
color: #015331;
}
.AnyTagClassName
{
color: #015331;
}
</style>
background-color css
<style>
a { background-color: #015331; }
a { background-color: rgb(1,83,49); }
div.DivClassName
{
background-color: #015331;
}
.BgClassName
{
background-color: #015331;
}
</style>
border-color css
<style>
span { border-color: #015331; }
span { border-color: rgb(1,83,49); }
td.TdClassName
{
border-color: #015331;
}
.TagClassName
{
border-color: #015331;
}
</style>