Shades of British Racing Green #00461C
Tints of British Racing Green #00461C
RGB
CMYK
RGB Variations
Color information
#00461C (or 0x00461C) is known color: British Racing Green. HEX triplet: 00, 46 and 1C. RGB value is (0,70,28). Sum of RGB (Red+Green+Blue) = 0+70+28=98 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 98); Green value is 70 (27.73% from 255 or 71.43% from 98); Blue value is 28 (11.33% from 255 or 28.57% from 98); Max value from RGB is 70 - color contains mainly: green. Hex color #00461C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00461C is #FFB9E3. Grayscale: #2C2C2C. Windows color (decimal): -16759268 or 1852928. OLE color: 1852928.
HSL color Cylindrical-coordinate representation of color #00461C: hue angle of 144º 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 #00461C is Cyan = 1, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 0 | 70 | 28 | - |
| CMYK | 1 | 0 | 0.60 | 0.73 |
| HSL | 144º | 1% | 0.14% | - |
| HSV(B) | 144º | 1% | 0.27% | - |
| XYZ | 2.4 | 4.46 | 1.83 | - |
| YUV | 44.28 | 118.81 | 96.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 70 | 28 | 1 | 0 | 0.60 | 0.73 | 144 | 1 | 0.14 |
| Hex | 0 | 46 | 1C | 64 | 0 | 3C | 49 | 90 | 64 | E |
| Octal | 0 | 106 | 34 | 144 | 0 | 74 | 111 | 220 | 144 | 16 |
| Binary | 0 | 1000110 | 11100 | 1100100 | 0 | 111100 | 1001001 | 10010000 | 1100100 | 1110 |
Color Harmonies of #00461C
Complementary color
Monochromatic Colors of #00461C
Black with #00461C
Text Example
Text Example
White with #00461C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00461C; }
p { color: rgb(0,70,28); }
H1.HeaderClassName
{
color: #00461C;
}
.AnyTagClassName
{
color: #00461C;
}
</style>
background-color css
<style>
a { background-color: #00461C; }
a { background-color: rgb(0,70,28); }
div.DivClassName
{
background-color: #00461C;
}
.BgClassName
{
background-color: #00461C;
}
</style>
border-color css
<style>
span { border-color: #00461C; }
span { border-color: rgb(0,70,28); }
td.TdClassName
{
border-color: #00461C;
}
.TagClassName
{
border-color: #00461C;
}
</style>