Shades of British Racing Green #00491C
Tints of British Racing Green #00491C
RGB
CMYK
RGB Variations
Color information
#00491C (or 0x00491C) is known color: British Racing Green. HEX triplet: 00, 49 and 1C. RGB value is (0,73,28). Sum of RGB (Red+Green+Blue) = 0+73+28=101 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 101); Green value is 73 (28.91% from 255 or 72.28% from 101); Blue value is 28 (11.33% from 255 or 27.72% from 101); Max value from RGB is 73 - color contains mainly: green. Hex color #00491C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00491C is #FFB6E3. Grayscale: #2E2E2E. Windows color (decimal): -16758500 or 1853696. OLE color: 1853696.
HSL color Cylindrical-coordinate representation of color #00491C: hue angle of 143.01º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00491C is Cyan = 1, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 0 | 73 | 28 | - |
| CMYK | 1 | 0 | 0.62 | 0.71 |
| HSL | 143.01º | 1% | 0.14% | - |
| HSV(B) | 143.01º | 1% | 0.29% | - |
| XYZ | 2.59 | 4.85 | 1.9 | - |
| YUV | 46.04 | 117.82 | 95.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 73 | 28 | 1 | 0 | 0.62 | 0.71 | 143.01 | 1 | 0.14 |
| Hex | 0 | 49 | 1C | 64 | 0 | 3E | 47 | 8F | 64 | E |
| Octal | 0 | 111 | 34 | 144 | 0 | 76 | 107 | 217 | 144 | 16 |
| Binary | 0 | 1001001 | 11100 | 1100100 | 0 | 111110 | 1000111 | 10001111 | 1100100 | 1110 |
Color Harmonies of #00491C
Complementary color
Monochromatic Colors of #00491C
Black with #00491C
Text Example
Text Example
White with #00491C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00491C; }
p { color: rgb(0,73,28); }
H1.HeaderClassName
{
color: #00491C;
}
.AnyTagClassName
{
color: #00491C;
}
</style>
background-color css
<style>
a { background-color: #00491C; }
a { background-color: rgb(0,73,28); }
div.DivClassName
{
background-color: #00491C;
}
.BgClassName
{
background-color: #00491C;
}
</style>
border-color css
<style>
span { border-color: #00491C; }
span { border-color: rgb(0,73,28); }
td.TdClassName
{
border-color: #00491C;
}
.TagClassName
{
border-color: #00491C;
}
</style>