Shades of British Racing Green #03441A
Tints of British Racing Green #03441A
RGB
CMYK
RGB Variations
Color information
#03441A (or 0x03441A) is known color: British Racing Green. HEX triplet: 03, 44 and 1A. RGB value is (3,68,26). Sum of RGB (Red+Green+Blue) = 3+68+26=97 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.09% from 97); Green value is 68 (26.95% from 255 or 70.10% from 97); Blue value is 26 (10.55% from 255 or 26.80% from 97); Max value from RGB is 68 - color contains mainly: green. Hex color #03441A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03441A is #FCBBE5. Grayscale: #2B2B2B. Windows color (decimal): -16563174 or 1721347. OLE color: 1721347.
HSL color Cylindrical-coordinate representation of color #03441A: hue angle of 141.23º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03441A is Cyan = 0.96, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 3 | 68 | 26 | - |
| CMYK | 0.96 | 0 | 0.62 | 0.73 |
| HSL | 141.23º | 0.92% | 0.14% | - |
| HSV(B) | 141.23º | 0.96% | 0.27% | - |
| XYZ | 2.29 | 4.23 | 1.67 | - |
| YUV | 43.78 | 117.97 | 98.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 68 | 26 | 0.96 | 0 | 0.62 | 0.73 | 141.23 | 0.92 | 0.14 |
| Hex | 3 | 44 | 1A | 60 | 0 | 3E | 49 | 8D | 5C | E |
| Octal | 3 | 104 | 32 | 140 | 0 | 76 | 111 | 215 | 134 | 16 |
| Binary | 11 | 1000100 | 11010 | 1100000 | 0 | 111110 | 1001001 | 10001101 | 1011100 | 1110 |
Color Harmonies of #03441A
Complementary color
Monochromatic Colors of #03441A
Black with #03441A
Text Example
Text Example
White with #03441A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03441A; }
p { color: rgb(3,68,26); }
H1.HeaderClassName
{
color: #03441A;
}
.AnyTagClassName
{
color: #03441A;
}
</style>
background-color css
<style>
a { background-color: #03441A; }
a { background-color: rgb(3,68,26); }
div.DivClassName
{
background-color: #03441A;
}
.BgClassName
{
background-color: #03441A;
}
</style>
border-color css
<style>
span { border-color: #03441A; }
span { border-color: rgb(3,68,26); }
td.TdClassName
{
border-color: #03441A;
}
.TagClassName
{
border-color: #03441A;
}
</style>