Shades of British Racing Green #03401B
Tints of British Racing Green #03401B
RGB
CMYK
RGB Variations
Color information
#03401B (or 0x03401B) is known color: British Racing Green. HEX triplet: 03, 40 and 1B. RGB value is (3,64,27). Sum of RGB (Red+Green+Blue) = 3+64+27=94 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.19% from 94); Green value is 64 (25.39% from 255 or 68.09% from 94); Blue value is 27 (10.94% from 255 or 28.72% from 94); Max value from RGB is 64 - color contains mainly: green. Hex color #03401B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03401B is #FCBFE4. Grayscale: #292929. Windows color (decimal): -16564197 or 1785859. OLE color: 1785859.
HSL color Cylindrical-coordinate representation of color #03401B: hue angle of 143.61º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #03401B is Cyan = 0.95, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 3 | 64 | 27 | - |
| CMYK | 0.95 | 0 | 0.58 | 0.75 |
| HSL | 143.61º | 0.91% | 0.13% | - |
| HSV(B) | 143.61º | 0.95% | 0.25% | - |
| XYZ | 2.07 | 3.77 | 1.65 | - |
| YUV | 41.54 | 119.79 | 100.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 64 | 27 | 0.95 | 0 | 0.58 | 0.75 | 143.61 | 0.91 | 0.13 |
| Hex | 3 | 40 | 1B | 5F | 0 | 3A | 4B | 90 | 5B | D |
| Octal | 3 | 100 | 33 | 137 | 0 | 72 | 113 | 220 | 133 | 15 |
| Binary | 11 | 1000000 | 11011 | 1011111 | 0 | 111010 | 1001011 | 10010000 | 1011011 | 1101 |
Color Harmonies of #03401B
Complementary color
Monochromatic Colors of #03401B
Black with #03401B
Text Example
Text Example
White with #03401B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03401B; }
p { color: rgb(3,64,27); }
H1.HeaderClassName
{
color: #03401B;
}
.AnyTagClassName
{
color: #03401B;
}
</style>
background-color css
<style>
a { background-color: #03401B; }
a { background-color: rgb(3,64,27); }
div.DivClassName
{
background-color: #03401B;
}
.BgClassName
{
background-color: #03401B;
}
</style>
border-color css
<style>
span { border-color: #03401B; }
span { border-color: rgb(3,64,27); }
td.TdClassName
{
border-color: #03401B;
}
.TagClassName
{
border-color: #03401B;
}
</style>