Shades of British Racing Green #03422F
Tints of British Racing Green #03422F
RGB
CMYK
RGB Variations
Color information
#03422F (or 0x03422F) is known color: British Racing Green. HEX triplet: 03, 42 and 2F. RGB value is (3,66,47). Sum of RGB (Red+Green+Blue) = 3+66+47=116 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.59% from 116); Green value is 66 (26.17% from 255 or 56.90% from 116); Blue value is 47 (18.75% from 255 or 40.52% from 116); Max value from RGB is 66 - color contains mainly: green. Hex color #03422F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03422F is #FCBDD0. Grayscale: #2D2D2D. Windows color (decimal): -16563665 or 3097091. OLE color: 3097091.
HSL color Cylindrical-coordinate representation of color #03422F: hue angle of 161.9º 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 #03422F is Cyan = 0.95, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 3 | 66 | 47 | - |
| CMYK | 0.95 | 0 | 0.29 | 0.74 |
| HSL | 161.9º | 0.91% | 0.14% | - |
| HSV(B) | 161.9º | 0.95% | 0.26% | - |
| XYZ | 2.5 | 4.12 | 3.35 | - |
| YUV | 45 | 129.13 | 98.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 66 | 47 | 0.95 | 0 | 0.29 | 0.74 | 161.9 | 0.91 | 0.14 |
| Hex | 3 | 42 | 2F | 5F | 0 | 1D | 4A | A2 | 5B | E |
| Octal | 3 | 102 | 57 | 137 | 0 | 35 | 112 | 242 | 133 | 16 |
| Binary | 11 | 1000010 | 101111 | 1011111 | 0 | 11101 | 1001010 | 10100010 | 1011011 | 1110 |
Color Harmonies of #03422F
Complementary color
Monochromatic Colors of #03422F
Black with #03422F
Text Example
Text Example
White with #03422F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03422F; }
p { color: rgb(3,66,47); }
H1.HeaderClassName
{
color: #03422F;
}
.AnyTagClassName
{
color: #03422F;
}
</style>
background-color css
<style>
a { background-color: #03422F; }
a { background-color: rgb(3,66,47); }
div.DivClassName
{
background-color: #03422F;
}
.BgClassName
{
background-color: #03422F;
}
</style>
border-color css
<style>
span { border-color: #03422F; }
span { border-color: rgb(3,66,47); }
td.TdClassName
{
border-color: #03422F;
}
.TagClassName
{
border-color: #03422F;
}
</style>