Shades of British Racing Green #03481B
Tints of British Racing Green #03481B
RGB
CMYK
RGB Variations
Color information
#03481B (or 0x03481B) is known color: British Racing Green. HEX triplet: 03, 48 and 1B. RGB value is (3,72,27). Sum of RGB (Red+Green+Blue) = 3+72+27=102 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.94% from 102); Green value is 72 (28.52% from 255 or 70.59% from 102); Blue value is 27 (10.94% from 255 or 26.47% from 102); Max value from RGB is 72 - color contains mainly: green. Hex color #03481B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03481B is #FCB7E4. Grayscale: #2E2E2E. Windows color (decimal): -16562149 or 1787907. OLE color: 1787907.
HSL color Cylindrical-coordinate representation of color #03481B: hue angle of 140.87º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03481B is Cyan = 0.96, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 3 | 72 | 27 | - |
| CMYK | 0.96 | 0 | 0.62 | 0.72 |
| HSL | 140.87º | 0.92% | 0.15% | - |
| HSV(B) | 140.87º | 0.96% | 0.28% | - |
| XYZ | 2.55 | 4.73 | 1.82 | - |
| YUV | 46.24 | 117.14 | 97.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 72 | 27 | 0.96 | 0 | 0.62 | 0.72 | 140.87 | 0.92 | 0.15 |
| Hex | 3 | 48 | 1B | 60 | 0 | 3E | 48 | 8D | 5C | F |
| Octal | 3 | 110 | 33 | 140 | 0 | 76 | 110 | 215 | 134 | 17 |
| Binary | 11 | 1001000 | 11011 | 1100000 | 0 | 111110 | 1001000 | 10001101 | 1011100 | 1111 |
Color Harmonies of #03481B
Complementary color
Monochromatic Colors of #03481B
Black with #03481B
Text Example
Text Example
White with #03481B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03481B; }
p { color: rgb(3,72,27); }
H1.HeaderClassName
{
color: #03481B;
}
.AnyTagClassName
{
color: #03481B;
}
</style>
background-color css
<style>
a { background-color: #03481B; }
a { background-color: rgb(3,72,27); }
div.DivClassName
{
background-color: #03481B;
}
.BgClassName
{
background-color: #03481B;
}
</style>
border-color css
<style>
span { border-color: #03481B; }
span { border-color: rgb(3,72,27); }
td.TdClassName
{
border-color: #03481B;
}
.TagClassName
{
border-color: #03481B;
}
</style>