Shades of British Racing Green #04472B
Tints of British Racing Green #04472B
RGB
CMYK
RGB Variations
Color information
#04472B (or 0x04472B) is known color: British Racing Green. HEX triplet: 04, 47 and 2B. RGB value is (4,71,43). Sum of RGB (Red+Green+Blue) = 4+71+43=118 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.39% from 118); Green value is 71 (28.12% from 255 or 60.17% from 118); Blue value is 43 (17.19% from 255 or 36.44% from 118); Max value from RGB is 71 - color contains mainly: green. Hex color #04472B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04472B is #FBB8D4. Grayscale: #2F2F2F. Windows color (decimal): -16496853 or 2836228. OLE color: 2836228.
HSL color Cylindrical-coordinate representation of color #04472B: hue angle of 154.93º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #04472B is Cyan = 0.94, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 4 | 71 | 43 | - |
| CMYK | 0.94 | 0 | 0.39 | 0.72 |
| HSL | 154.93º | 0.89% | 0.15% | - |
| HSV(B) | 154.93º | 0.94% | 0.28% | - |
| XYZ | 2.74 | 4.71 | 3.05 | - |
| YUV | 47.78 | 125.3 | 96.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 71 | 43 | 0.94 | 0 | 0.39 | 0.72 | 154.93 | 0.89 | 0.15 |
| Hex | 4 | 47 | 2B | 5E | 0 | 27 | 48 | 9B | 59 | F |
| Octal | 4 | 107 | 53 | 136 | 0 | 47 | 110 | 233 | 131 | 17 |
| Binary | 100 | 1000111 | 101011 | 1011110 | 0 | 100111 | 1001000 | 10011011 | 1011001 | 1111 |
Color Harmonies of #04472B
Complementary color
Monochromatic Colors of #04472B
Black with #04472B
Text Example
Text Example
White with #04472B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04472B; }
p { color: rgb(4,71,43); }
H1.HeaderClassName
{
color: #04472B;
}
.AnyTagClassName
{
color: #04472B;
}
</style>
background-color css
<style>
a { background-color: #04472B; }
a { background-color: rgb(4,71,43); }
div.DivClassName
{
background-color: #04472B;
}
.BgClassName
{
background-color: #04472B;
}
</style>
border-color css
<style>
span { border-color: #04472B; }
span { border-color: rgb(4,71,43); }
td.TdClassName
{
border-color: #04472B;
}
.TagClassName
{
border-color: #04472B;
}
</style>