Shades of British Racing Green #015330
Tints of British Racing Green #015330
RGB
CMYK
RGB Variations
Color information
#015330 (or 0x015330) is known color: British Racing Green. HEX triplet: 01, 53 and 30. RGB value is (1,83,48). Sum of RGB (Red+Green+Blue) = 1+83+48=132 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 132); Green value is 83 (32.81% from 255 or 62.88% from 132); Blue value is 48 (19.14% from 255 or 36.36% from 132); Max value from RGB is 83 - color contains mainly: green. Hex color #015330 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015330 is #FEACCF. Grayscale: #363636. Windows color (decimal): -16690384 or 3166977. OLE color: 3166977.
HSL color Cylindrical-coordinate representation of color #015330: hue angle of 154.39º 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 #015330 is Cyan = 0.99, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 1 | 83 | 48 | - |
| CMYK | 0.99 | 0 | 0.42 | 0.67 |
| HSL | 154.39º | 0.98% | 0.16% | - |
| HSV(B) | 154.39º | 0.99% | 0.33% | - |
| XYZ | 3.64 | 6.41 | 3.84 | - |
| YUV | 54.49 | 124.33 | 89.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 83 | 48 | 0.99 | 0 | 0.42 | 0.67 | 154.39 | 0.98 | 0.16 |
| Hex | 1 | 53 | 30 | 63 | 0 | 2A | 43 | 9A | 62 | 10 |
| Octal | 1 | 123 | 60 | 143 | 0 | 52 | 103 | 232 | 142 | 20 |
| Binary | 1 | 1010011 | 110000 | 1100011 | 0 | 101010 | 1000011 | 10011010 | 1100010 | 10000 |
Color Harmonies of #015330
Complementary color
Monochromatic Colors of #015330
Black with #015330
Text Example
Text Example
White with #015330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015330; }
p { color: rgb(1,83,48); }
H1.HeaderClassName
{
color: #015330;
}
.AnyTagClassName
{
color: #015330;
}
</style>
background-color css
<style>
a { background-color: #015330; }
a { background-color: rgb(1,83,48); }
div.DivClassName
{
background-color: #015330;
}
.BgClassName
{
background-color: #015330;
}
</style>
border-color css
<style>
span { border-color: #015330; }
span { border-color: rgb(1,83,48); }
td.TdClassName
{
border-color: #015330;
}
.TagClassName
{
border-color: #015330;
}
</style>