Shades of British Racing Green #03421C
Tints of British Racing Green #03421C
RGB
CMYK
RGB Variations
Color information
#03421C (or 0x03421C) is known color: British Racing Green. HEX triplet: 03, 42 and 1C. RGB value is (3,66,28). Sum of RGB (Red+Green+Blue) = 3+66+28=97 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.09% from 97); Green value is 66 (26.17% from 255 or 68.04% from 97); Blue value is 28 (11.33% from 255 or 28.87% from 97); Max value from RGB is 66 - color contains mainly: green. Hex color #03421C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03421C is #FCBDE3. Grayscale: #2A2A2A. Windows color (decimal): -16563684 or 1851907. OLE color: 1851907.
HSL color Cylindrical-coordinate representation of color #03421C: hue angle of 143.81º 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 #03421C is Cyan = 0.95, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 3 | 66 | 28 | - |
| CMYK | 0.95 | 0 | 0.58 | 0.74 |
| HSL | 143.81º | 0.91% | 0.14% | - |
| HSV(B) | 143.81º | 0.95% | 0.26% | - |
| XYZ | 2.2 | 4 | 1.75 | - |
| YUV | 42.83 | 119.63 | 99.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 66 | 28 | 0.95 | 0 | 0.58 | 0.74 | 143.81 | 0.91 | 0.14 |
| Hex | 3 | 42 | 1C | 5F | 0 | 3A | 4A | 90 | 5B | E |
| Octal | 3 | 102 | 34 | 137 | 0 | 72 | 112 | 220 | 133 | 16 |
| Binary | 11 | 1000010 | 11100 | 1011111 | 0 | 111010 | 1001010 | 10010000 | 1011011 | 1110 |
Color Harmonies of #03421C
Complementary color
Monochromatic Colors of #03421C
Black with #03421C
Text Example
Text Example
White with #03421C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03421C; }
p { color: rgb(3,66,28); }
H1.HeaderClassName
{
color: #03421C;
}
.AnyTagClassName
{
color: #03421C;
}
</style>
background-color css
<style>
a { background-color: #03421C; }
a { background-color: rgb(3,66,28); }
div.DivClassName
{
background-color: #03421C;
}
.BgClassName
{
background-color: #03421C;
}
</style>
border-color css
<style>
span { border-color: #03421C; }
span { border-color: rgb(3,66,28); }
td.TdClassName
{
border-color: #03421C;
}
.TagClassName
{
border-color: #03421C;
}
</style>