Shades of British Racing Green #03421A
Tints of British Racing Green #03421A
RGB
CMYK
RGB Variations
Color information
#03421A (or 0x03421A) is known color: British Racing Green. HEX triplet: 03, 42 and 1A. RGB value is (3,66,26). Sum of RGB (Red+Green+Blue) = 3+66+26=95 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.16% from 95); Green value is 66 (26.17% from 255 or 69.47% from 95); Blue value is 26 (10.55% from 255 or 27.37% from 95); Max value from RGB is 66 - color contains mainly: green. Hex color #03421A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03421A is #FCBDE5. Grayscale: #2A2A2A. Windows color (decimal): -16563686 or 1720835. OLE color: 1720835.
HSL color Cylindrical-coordinate representation of color #03421A: hue angle of 141.9º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #03421A is Cyan = 0.95, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 3 | 66 | 26 | - |
| CMYK | 0.95 | 0 | 0.61 | 0.74 |
| HSL | 141.9º | 0.91% | 0.14% | - |
| HSV(B) | 141.9º | 0.95% | 0.26% | - |
| XYZ | 2.17 | 3.99 | 1.63 | - |
| YUV | 42.6 | 118.63 | 99.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 66 | 26 | 0.95 | 0 | 0.61 | 0.74 | 141.9 | 0.91 | 0.14 |
| Hex | 3 | 42 | 1A | 5F | 0 | 3D | 4A | 8E | 5B | E |
| Octal | 3 | 102 | 32 | 137 | 0 | 75 | 112 | 216 | 133 | 16 |
| Binary | 11 | 1000010 | 11010 | 1011111 | 0 | 111101 | 1001010 | 10001110 | 1011011 | 1110 |
Color Harmonies of #03421A
Complementary color
Monochromatic Colors of #03421A
Black with #03421A
Text Example
Text Example
White with #03421A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03421A; }
p { color: rgb(3,66,26); }
H1.HeaderClassName
{
color: #03421A;
}
.AnyTagClassName
{
color: #03421A;
}
</style>
background-color css
<style>
a { background-color: #03421A; }
a { background-color: rgb(3,66,26); }
div.DivClassName
{
background-color: #03421A;
}
.BgClassName
{
background-color: #03421A;
}
</style>
border-color css
<style>
span { border-color: #03421A; }
span { border-color: rgb(3,66,26); }
td.TdClassName
{
border-color: #03421A;
}
.TagClassName
{
border-color: #03421A;
}
</style>