Shades of British Racing Green #00461A
Tints of British Racing Green #00461A
RGB
CMYK
RGB Variations
Color information
#00461A (or 0x00461A) is known color: British Racing Green. HEX triplet: 00, 46 and 1A. RGB value is (0,70,26). Sum of RGB (Red+Green+Blue) = 0+70+26=96 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 96); Green value is 70 (27.73% from 255 or 72.92% from 96); Blue value is 26 (10.55% from 255 or 27.08% from 96); Max value from RGB is 70 - color contains mainly: green. Hex color #00461A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00461A is #FFB9E5. Grayscale: #2C2C2C. Windows color (decimal): -16759270 or 1721856. OLE color: 1721856.
HSL color Cylindrical-coordinate representation of color #00461A: hue angle of 142.29º 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 #00461A is Cyan = 1, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 0 | 70 | 26 | - |
| CMYK | 1 | 0 | 0.63 | 0.73 |
| HSL | 142.29º | 1% | 0.14% | - |
| HSV(B) | 142.29º | 1% | 0.27% | - |
| XYZ | 2.38 | 4.45 | 1.71 | - |
| YUV | 44.05 | 117.81 | 96.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 70 | 26 | 1 | 0 | 0.63 | 0.73 | 142.29 | 1 | 0.14 |
| Hex | 0 | 46 | 1A | 64 | 0 | 3F | 49 | 8E | 64 | E |
| Octal | 0 | 106 | 32 | 144 | 0 | 77 | 111 | 216 | 144 | 16 |
| Binary | 0 | 1000110 | 11010 | 1100100 | 0 | 111111 | 1001001 | 10001110 | 1100100 | 1110 |
Color Harmonies of #00461A
Complementary color
Monochromatic Colors of #00461A
Black with #00461A
Text Example
Text Example
White with #00461A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00461A; }
p { color: rgb(0,70,26); }
H1.HeaderClassName
{
color: #00461A;
}
.AnyTagClassName
{
color: #00461A;
}
</style>
background-color css
<style>
a { background-color: #00461A; }
a { background-color: rgb(0,70,26); }
div.DivClassName
{
background-color: #00461A;
}
.BgClassName
{
background-color: #00461A;
}
</style>
border-color css
<style>
span { border-color: #00461A; }
span { border-color: rgb(0,70,26); }
td.TdClassName
{
border-color: #00461A;
}
.TagClassName
{
border-color: #00461A;
}
</style>