Shades of British Racing Green #015230
Tints of British Racing Green #015230
RGB
CMYK
RGB Variations
Color information
#015230 (or 0x015230) is known color: British Racing Green. HEX triplet: 01, 52 and 30. RGB value is (1,82,48). Sum of RGB (Red+Green+Blue) = 1+82+48=131 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 131); Green value is 82 (32.42% from 255 or 62.60% from 131); Blue value is 48 (19.14% from 255 or 36.64% from 131); Max value from RGB is 82 - color contains mainly: green. Hex color #015230 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015230 is #FEADCF. Grayscale: #353535. Windows color (decimal): -16690640 or 3166721. OLE color: 3166721.
HSL color Cylindrical-coordinate representation of color #015230: hue angle of 154.81º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015230 is Cyan = 0.99, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 1 | 82 | 48 | - |
| CMYK | 0.99 | 0 | 0.41 | 0.68 |
| HSL | 154.81º | 0.98% | 0.16% | - |
| HSV(B) | 154.81º | 0.99% | 0.32% | - |
| XYZ | 3.56 | 6.25 | 3.82 | - |
| YUV | 53.91 | 124.66 | 90.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 82 | 48 | 0.99 | 0 | 0.41 | 0.68 | 154.81 | 0.98 | 0.16 |
| Hex | 1 | 52 | 30 | 63 | 0 | 29 | 44 | 9B | 62 | 10 |
| Octal | 1 | 122 | 60 | 143 | 0 | 51 | 104 | 233 | 142 | 20 |
| Binary | 1 | 1010010 | 110000 | 1100011 | 0 | 101001 | 1000100 | 10011011 | 1100010 | 10000 |
Color Harmonies of #015230
Complementary color
Monochromatic Colors of #015230
Black with #015230
Text Example
Text Example
White with #015230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015230; }
p { color: rgb(1,82,48); }
H1.HeaderClassName
{
color: #015230;
}
.AnyTagClassName
{
color: #015230;
}
</style>
background-color css
<style>
a { background-color: #015230; }
a { background-color: rgb(1,82,48); }
div.DivClassName
{
background-color: #015230;
}
.BgClassName
{
background-color: #015230;
}
</style>
border-color css
<style>
span { border-color: #015230; }
span { border-color: rgb(1,82,48); }
td.TdClassName
{
border-color: #015230;
}
.TagClassName
{
border-color: #015230;
}
</style>