Shades of British Racing Green #00461D
Tints of British Racing Green #00461D
RGB
CMYK
RGB Variations
Color information
#00461D (or 0x00461D) is known color: British Racing Green. HEX triplet: 00, 46 and 1D. RGB value is (0,70,29). Sum of RGB (Red+Green+Blue) = 0+70+29=99 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 99); Green value is 70 (27.73% from 255 or 70.71% from 99); Blue value is 29 (11.72% from 255 or 29.29% from 99); Max value from RGB is 70 - color contains mainly: green. Hex color #00461D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00461D is #FFB9E2. Grayscale: #2C2C2C. Windows color (decimal): -16759267 or 1918464. OLE color: 1918464.
HSL color Cylindrical-coordinate representation of color #00461D: hue angle of 144.86º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00461D is Cyan = 1, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 0 | 70 | 29 | - |
| CMYK | 1 | 0 | 0.59 | 0.73 |
| HSL | 144.86º | 1% | 0.14% | - |
| HSV(B) | 144.86º | 1% | 0.27% | - |
| XYZ | 2.41 | 4.47 | 1.9 | - |
| YUV | 44.4 | 119.31 | 96.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 70 | 29 | 1 | 0 | 0.59 | 0.73 | 144.86 | 1 | 0.14 |
| Hex | 0 | 46 | 1D | 64 | 0 | 3B | 49 | 91 | 64 | E |
| Octal | 0 | 106 | 35 | 144 | 0 | 73 | 111 | 221 | 144 | 16 |
| Binary | 0 | 1000110 | 11101 | 1100100 | 0 | 111011 | 1001001 | 10010001 | 1100100 | 1110 |
Color Harmonies of #00461D
Complementary color
Monochromatic Colors of #00461D
Black with #00461D
Text Example
Text Example
White with #00461D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00461D; }
p { color: rgb(0,70,29); }
H1.HeaderClassName
{
color: #00461D;
}
.AnyTagClassName
{
color: #00461D;
}
</style>
background-color css
<style>
a { background-color: #00461D; }
a { background-color: rgb(0,70,29); }
div.DivClassName
{
background-color: #00461D;
}
.BgClassName
{
background-color: #00461D;
}
</style>
border-color css
<style>
span { border-color: #00461D; }
span { border-color: rgb(0,70,29); }
td.TdClassName
{
border-color: #00461D;
}
.TagClassName
{
border-color: #00461D;
}
</style>