Shades of British Racing Green #04461E
Tints of British Racing Green #04461E
RGB
CMYK
RGB Variations
Color information
#04461E (or 0x04461E) is known color: British Racing Green. HEX triplet: 04, 46 and 1E. RGB value is (4,70,30). Sum of RGB (Red+Green+Blue) = 4+70+30=104 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.85% from 104); Green value is 70 (27.73% from 255 or 67.31% from 104); Blue value is 30 (12.11% from 255 or 28.85% from 104); Max value from RGB is 70 - color contains mainly: green. Hex color #04461E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04461E is #FBB9E1. Grayscale: #2D2D2D. Windows color (decimal): -16497122 or 1984004. OLE color: 1984004.
HSL color Cylindrical-coordinate representation of color #04461E: hue angle of 143.64º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #04461E is Cyan = 0.94, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 4 | 70 | 30 | - |
| CMYK | 0.94 | 0 | 0.57 | 0.73 |
| HSL | 143.64º | 0.89% | 0.15% | - |
| HSV(B) | 143.64º | 0.94% | 0.27% | - |
| XYZ | 2.47 | 4.5 | 1.97 | - |
| YUV | 45.71 | 119.13 | 98.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 70 | 30 | 0.94 | 0 | 0.57 | 0.73 | 143.64 | 0.89 | 0.15 |
| Hex | 4 | 46 | 1E | 5E | 0 | 39 | 49 | 90 | 59 | F |
| Octal | 4 | 106 | 36 | 136 | 0 | 71 | 111 | 220 | 131 | 17 |
| Binary | 100 | 1000110 | 11110 | 1011110 | 0 | 111001 | 1001001 | 10010000 | 1011001 | 1111 |
Color Harmonies of #04461E
Complementary color
Monochromatic Colors of #04461E
Black with #04461E
Text Example
Text Example
White with #04461E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04461E; }
p { color: rgb(4,70,30); }
H1.HeaderClassName
{
color: #04461E;
}
.AnyTagClassName
{
color: #04461E;
}
</style>
background-color css
<style>
a { background-color: #04461E; }
a { background-color: rgb(4,70,30); }
div.DivClassName
{
background-color: #04461E;
}
.BgClassName
{
background-color: #04461E;
}
</style>
border-color css
<style>
span { border-color: #04461E; }
span { border-color: rgb(4,70,30); }
td.TdClassName
{
border-color: #04461E;
}
.TagClassName
{
border-color: #04461E;
}
</style>