Shades of British Racing Green #015534
Tints of British Racing Green #015534
RGB
CMYK
RGB Variations
Color information
#015534 (or 0x015534) is known color: British Racing Green. HEX triplet: 01, 55 and 34. RGB value is (1,85,52). Sum of RGB (Red+Green+Blue) = 1+85+52=138 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 138); Green value is 85 (33.59% from 255 or 61.59% from 138); Blue value is 52 (20.70% from 255 or 37.68% from 138); Max value from RGB is 85 - color contains mainly: green. Hex color #015534 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015534 is #FEAACB. Grayscale: #383838. Windows color (decimal): -16689868 or 3429633. OLE color: 3429633.
HSL color Cylindrical-coordinate representation of color #015534: hue angle of 156.43º 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 #015534 is Cyan = 0.99, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 1 | 85 | 52 | - |
| CMYK | 0.99 | 0 | 0.39 | 0.67 |
| HSL | 156.43º | 0.98% | 0.17% | - |
| HSV(B) | 156.43º | 0.99% | 0.33% | - |
| XYZ | 3.88 | 6.75 | 4.35 | - |
| YUV | 56.12 | 125.67 | 88.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 85 | 52 | 0.99 | 0 | 0.39 | 0.67 | 156.43 | 0.98 | 0.17 |
| Hex | 1 | 55 | 34 | 63 | 0 | 27 | 43 | 9C | 62 | 11 |
| Octal | 1 | 125 | 64 | 143 | 0 | 47 | 103 | 234 | 142 | 21 |
| Binary | 1 | 1010101 | 110100 | 1100011 | 0 | 100111 | 1000011 | 10011100 | 1100010 | 10001 |
Color Harmonies of #015534
Complementary color
Monochromatic Colors of #015534
Black with #015534
Text Example
Text Example
White with #015534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015534; }
p { color: rgb(1,85,52); }
H1.HeaderClassName
{
color: #015534;
}
.AnyTagClassName
{
color: #015534;
}
</style>
background-color css
<style>
a { background-color: #015534; }
a { background-color: rgb(1,85,52); }
div.DivClassName
{
background-color: #015534;
}
.BgClassName
{
background-color: #015534;
}
</style>
border-color css
<style>
span { border-color: #015534; }
span { border-color: rgb(1,85,52); }
td.TdClassName
{
border-color: #015534;
}
.TagClassName
{
border-color: #015534;
}
</style>