Shades of British Racing Green #03421B
Tints of British Racing Green #03421B
RGB
CMYK
RGB Variations
Color information
#03421B (or 0x03421B) is known color: British Racing Green. HEX triplet: 03, 42 and 1B. RGB value is (3,66,27). Sum of RGB (Red+Green+Blue) = 3+66+27=96 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.12% from 96); Green value is 66 (26.17% from 255 or 68.75% from 96); Blue value is 27 (10.94% from 255 or 28.12% from 96); Max value from RGB is 66 - color contains mainly: green. Hex color #03421B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03421B is #FCBDE4. Grayscale: #2A2A2A. Windows color (decimal): -16563685 or 1786371. OLE color: 1786371.
HSL color Cylindrical-coordinate representation of color #03421B: hue angle of 142.86º 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 #03421B is Cyan = 0.95, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 3 | 66 | 27 | - |
| CMYK | 0.95 | 0 | 0.59 | 0.74 |
| HSL | 142.86º | 0.91% | 0.14% | - |
| HSV(B) | 142.86º | 0.95% | 0.26% | - |
| XYZ | 2.18 | 3.99 | 1.69 | - |
| YUV | 42.72 | 119.13 | 99.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 66 | 27 | 0.95 | 0 | 0.59 | 0.74 | 142.86 | 0.91 | 0.14 |
| Hex | 3 | 42 | 1B | 5F | 0 | 3B | 4A | 8F | 5B | E |
| Octal | 3 | 102 | 33 | 137 | 0 | 73 | 112 | 217 | 133 | 16 |
| Binary | 11 | 1000010 | 11011 | 1011111 | 0 | 111011 | 1001010 | 10001111 | 1011011 | 1110 |
Color Harmonies of #03421B
Complementary color
Monochromatic Colors of #03421B
Black with #03421B
Text Example
Text Example
White with #03421B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03421B; }
p { color: rgb(3,66,27); }
H1.HeaderClassName
{
color: #03421B;
}
.AnyTagClassName
{
color: #03421B;
}
</style>
background-color css
<style>
a { background-color: #03421B; }
a { background-color: rgb(3,66,27); }
div.DivClassName
{
background-color: #03421B;
}
.BgClassName
{
background-color: #03421B;
}
</style>
border-color css
<style>
span { border-color: #03421B; }
span { border-color: rgb(3,66,27); }
td.TdClassName
{
border-color: #03421B;
}
.TagClassName
{
border-color: #03421B;
}
</style>