Shades of British Racing Green #03401F
Tints of British Racing Green #03401F
RGB
CMYK
RGB Variations
Color information
#03401F (or 0x03401F) is known color: British Racing Green. HEX triplet: 03, 40 and 1F. RGB value is (3,64,31). Sum of RGB (Red+Green+Blue) = 3+64+31=98 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.06% from 98); Green value is 64 (25.39% from 255 or 65.31% from 98); Blue value is 31 (12.5% from 255 or 31.63% from 98); Max value from RGB is 64 - color contains mainly: green. Hex color #03401F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03401F is #FCBFE0. Grayscale: #2A2A2A. Windows color (decimal): -16564193 or 2048003. OLE color: 2048003.
HSL color Cylindrical-coordinate representation of color #03401F: hue angle of 147.54º 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 #03401F is Cyan = 0.95, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 3 | 64 | 31 | - |
| CMYK | 0.95 | 0 | 0.52 | 0.75 |
| HSL | 147.54º | 0.91% | 0.13% | - |
| HSV(B) | 147.54º | 0.95% | 0.25% | - |
| XYZ | 2.12 | 3.79 | 1.92 | - |
| YUV | 42 | 121.79 | 100.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 64 | 31 | 0.95 | 0 | 0.52 | 0.75 | 147.54 | 0.91 | 0.13 |
| Hex | 3 | 40 | 1F | 5F | 0 | 34 | 4B | 94 | 5B | D |
| Octal | 3 | 100 | 37 | 137 | 0 | 64 | 113 | 224 | 133 | 15 |
| Binary | 11 | 1000000 | 11111 | 1011111 | 0 | 110100 | 1001011 | 10010100 | 1011011 | 1101 |
Color Harmonies of #03401F
Complementary color
Monochromatic Colors of #03401F
Black with #03401F
Text Example
Text Example
White with #03401F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03401F; }
p { color: rgb(3,64,31); }
H1.HeaderClassName
{
color: #03401F;
}
.AnyTagClassName
{
color: #03401F;
}
</style>
background-color css
<style>
a { background-color: #03401F; }
a { background-color: rgb(3,64,31); }
div.DivClassName
{
background-color: #03401F;
}
.BgClassName
{
background-color: #03401F;
}
</style>
border-color css
<style>
span { border-color: #03401F; }
span { border-color: rgb(3,64,31); }
td.TdClassName
{
border-color: #03401F;
}
.TagClassName
{
border-color: #03401F;
}
</style>