Shades of British Racing Green #03431F
Tints of British Racing Green #03431F
RGB
CMYK
RGB Variations
Color information
#03431F (or 0x03431F) is known color: British Racing Green. HEX triplet: 03, 43 and 1F. RGB value is (3,67,31). Sum of RGB (Red+Green+Blue) = 3+67+31=101 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.97% from 101); Green value is 67 (26.56% from 255 or 66.34% from 101); Blue value is 31 (12.5% from 255 or 30.69% from 101); Max value from RGB is 67 - color contains mainly: green. Hex color #03431F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03431F is #FCBCE0. Grayscale: #2B2B2B. Windows color (decimal): -16563425 or 2048771. OLE color: 2048771.
HSL color Cylindrical-coordinate representation of color #03431F: hue angle of 146.25º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03431F is Cyan = 0.96, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 3 | 67 | 31 | - |
| CMYK | 0.96 | 0 | 0.54 | 0.74 |
| HSL | 146.25º | 0.91% | 0.14% | - |
| HSV(B) | 146.25º | 0.96% | 0.26% | - |
| XYZ | 2.29 | 4.13 | 1.97 | - |
| YUV | 43.76 | 120.8 | 98.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 67 | 31 | 0.96 | 0 | 0.54 | 0.74 | 146.25 | 0.91 | 0.14 |
| Hex | 3 | 43 | 1F | 60 | 0 | 36 | 4A | 92 | 5B | E |
| Octal | 3 | 103 | 37 | 140 | 0 | 66 | 112 | 222 | 133 | 16 |
| Binary | 11 | 1000011 | 11111 | 1100000 | 0 | 110110 | 1001010 | 10010010 | 1011011 | 1110 |
Color Harmonies of #03431F
Complementary color
Monochromatic Colors of #03431F
Black with #03431F
Text Example
Text Example
White with #03431F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03431F; }
p { color: rgb(3,67,31); }
H1.HeaderClassName
{
color: #03431F;
}
.AnyTagClassName
{
color: #03431F;
}
</style>
background-color css
<style>
a { background-color: #03431F; }
a { background-color: rgb(3,67,31); }
div.DivClassName
{
background-color: #03431F;
}
.BgClassName
{
background-color: #03431F;
}
</style>
border-color css
<style>
span { border-color: #03431F; }
span { border-color: rgb(3,67,31); }
td.TdClassName
{
border-color: #03431F;
}
.TagClassName
{
border-color: #03431F;
}
</style>