Shades of British Racing Green #03412A
Tints of British Racing Green #03412A
RGB
CMYK
RGB Variations
Color information
#03412A (or 0x03412A) is known color: British Racing Green. HEX triplet: 03, 41 and 2A. RGB value is (3,65,42). Sum of RGB (Red+Green+Blue) = 3+65+42=110 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.73% from 110); Green value is 65 (25.78% from 255 or 59.09% from 110); Blue value is 42 (16.80% from 255 or 38.18% from 110); Max value from RGB is 65 - color contains mainly: green. Hex color #03412A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03412A is #FCBED5. Grayscale: #2B2B2B. Windows color (decimal): -16563926 or 2769155. OLE color: 2769155.
HSL color Cylindrical-coordinate representation of color #03412A: hue angle of 157.74º 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 #03412A is Cyan = 0.95, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 3 | 65 | 42 | - |
| CMYK | 0.95 | 0 | 0.35 | 0.75 |
| HSL | 157.74º | 0.91% | 0.13% | - |
| HSV(B) | 157.74º | 0.95% | 0.25% | - |
| XYZ | 2.35 | 3.97 | 2.83 | - |
| YUV | 43.84 | 126.96 | 98.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 65 | 42 | 0.95 | 0 | 0.35 | 0.75 | 157.74 | 0.91 | 0.13 |
| Hex | 3 | 41 | 2A | 5F | 0 | 23 | 4B | 9E | 5B | D |
| Octal | 3 | 101 | 52 | 137 | 0 | 43 | 113 | 236 | 133 | 15 |
| Binary | 11 | 1000001 | 101010 | 1011111 | 0 | 100011 | 1001011 | 10011110 | 1011011 | 1101 |
Color Harmonies of #03412A
Complementary color
Monochromatic Colors of #03412A
Black with #03412A
Text Example
Text Example
White with #03412A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03412A; }
p { color: rgb(3,65,42); }
H1.HeaderClassName
{
color: #03412A;
}
.AnyTagClassName
{
color: #03412A;
}
</style>
background-color css
<style>
a { background-color: #03412A; }
a { background-color: rgb(3,65,42); }
div.DivClassName
{
background-color: #03412A;
}
.BgClassName
{
background-color: #03412A;
}
</style>
border-color css
<style>
span { border-color: #03412A; }
span { border-color: rgb(3,65,42); }
td.TdClassName
{
border-color: #03412A;
}
.TagClassName
{
border-color: #03412A;
}
</style>