Shades of British Racing Green #03431A
Tints of British Racing Green #03431A
RGB
CMYK
RGB Variations
Color information
#03431A (or 0x03431A) is known color: British Racing Green. HEX triplet: 03, 43 and 1A. RGB value is (3,67,26). Sum of RGB (Red+Green+Blue) = 3+67+26=96 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.12% from 96); Green value is 67 (26.56% from 255 or 69.79% from 96); Blue value is 26 (10.55% from 255 or 27.08% from 96); Max value from RGB is 67 - color contains mainly: green. Hex color #03431A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03431A is #FCBCE5. Grayscale: #2B2B2B. Windows color (decimal): -16563430 or 1721091. OLE color: 1721091.
HSL color Cylindrical-coordinate representation of color #03431A: hue angle of 141.56º 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 #03431A is Cyan = 0.96, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 3 | 67 | 26 | - |
| CMYK | 0.96 | 0 | 0.61 | 0.74 |
| HSL | 141.56º | 0.91% | 0.14% | - |
| HSV(B) | 141.56º | 0.96% | 0.26% | - |
| XYZ | 2.23 | 4.11 | 1.65 | - |
| YUV | 43.19 | 118.3 | 99.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 67 | 26 | 0.96 | 0 | 0.61 | 0.74 | 141.56 | 0.91 | 0.14 |
| Hex | 3 | 43 | 1A | 60 | 0 | 3D | 4A | 8E | 5B | E |
| Octal | 3 | 103 | 32 | 140 | 0 | 75 | 112 | 216 | 133 | 16 |
| Binary | 11 | 1000011 | 11010 | 1100000 | 0 | 111101 | 1001010 | 10001110 | 1011011 | 1110 |
Color Harmonies of #03431A
Complementary color
Monochromatic Colors of #03431A
Black with #03431A
Text Example
Text Example
White with #03431A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03431A; }
p { color: rgb(3,67,26); }
H1.HeaderClassName
{
color: #03431A;
}
.AnyTagClassName
{
color: #03431A;
}
</style>
background-color css
<style>
a { background-color: #03431A; }
a { background-color: rgb(3,67,26); }
div.DivClassName
{
background-color: #03431A;
}
.BgClassName
{
background-color: #03431A;
}
</style>
border-color css
<style>
span { border-color: #03431A; }
span { border-color: rgb(3,67,26); }
td.TdClassName
{
border-color: #03431A;
}
.TagClassName
{
border-color: #03431A;
}
</style>