Shades of British Racing Green #03422D
Tints of British Racing Green #03422D
RGB
CMYK
RGB Variations
Color information
#03422D (or 0x03422D) is known color: British Racing Green. HEX triplet: 03, 42 and 2D. RGB value is (3,66,45). Sum of RGB (Red+Green+Blue) = 3+66+45=114 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.63% from 114); Green value is 66 (26.17% from 255 or 57.89% from 114); Blue value is 45 (17.97% from 255 or 39.47% from 114); Max value from RGB is 66 - color contains mainly: green. Hex color #03422D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03422D is #FCBDD2. Grayscale: #2C2C2C. Windows color (decimal): -16563667 or 2966019. OLE color: 2966019.
HSL color Cylindrical-coordinate representation of color #03422D: hue angle of 160º 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 #03422D is Cyan = 0.95, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 3 | 66 | 45 | - |
| CMYK | 0.95 | 0 | 0.32 | 0.74 |
| HSL | 160º | 0.91% | 0.14% | - |
| HSV(B) | 160º | 0.95% | 0.26% | - |
| XYZ | 2.46 | 4.11 | 3.15 | - |
| YUV | 44.77 | 128.13 | 98.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 66 | 45 | 0.95 | 0 | 0.32 | 0.74 | 160 | 0.91 | 0.14 |
| Hex | 3 | 42 | 2D | 5F | 0 | 20 | 4A | A0 | 5B | E |
| Octal | 3 | 102 | 55 | 137 | 0 | 40 | 112 | 240 | 133 | 16 |
| Binary | 11 | 1000010 | 101101 | 1011111 | 0 | 100000 | 1001010 | 10100000 | 1011011 | 1110 |
Color Harmonies of #03422D
Complementary color
Monochromatic Colors of #03422D
Black with #03422D
Text Example
Text Example
White with #03422D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03422D; }
p { color: rgb(3,66,45); }
H1.HeaderClassName
{
color: #03422D;
}
.AnyTagClassName
{
color: #03422D;
}
</style>
background-color css
<style>
a { background-color: #03422D; }
a { background-color: rgb(3,66,45); }
div.DivClassName
{
background-color: #03422D;
}
.BgClassName
{
background-color: #03422D;
}
</style>
border-color css
<style>
span { border-color: #03422D; }
span { border-color: rgb(3,66,45); }
td.TdClassName
{
border-color: #03422D;
}
.TagClassName
{
border-color: #03422D;
}
</style>