Shades of British Racing Green #00491B
Tints of British Racing Green #00491B
RGB
CMYK
RGB Variations
Color information
#00491B (or 0x00491B) is known color: British Racing Green. HEX triplet: 00, 49 and 1B. RGB value is (0,73,27). Sum of RGB (Red+Green+Blue) = 0+73+27=100 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 100); Green value is 73 (28.91% from 255 or 73% from 100); Blue value is 27 (10.94% from 255 or 27% from 100); Max value from RGB is 73 - color contains mainly: green. Hex color #00491B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00491B is #FFB6E4. Grayscale: #2E2E2E. Windows color (decimal): -16758501 or 1788160. OLE color: 1788160.
HSL color Cylindrical-coordinate representation of color #00491B: hue angle of 142.19º 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 #00491B is Cyan = 1, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 0 | 73 | 27 | - |
| CMYK | 1 | 0 | 0.63 | 0.71 |
| HSL | 142.19º | 1% | 0.14% | - |
| HSV(B) | 142.19º | 1% | 0.29% | - |
| XYZ | 2.58 | 4.84 | 1.84 | - |
| YUV | 45.93 | 117.32 | 95.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 73 | 27 | 1 | 0 | 0.63 | 0.71 | 142.19 | 1 | 0.14 |
| Hex | 0 | 49 | 1B | 64 | 0 | 3F | 47 | 8E | 64 | E |
| Octal | 0 | 111 | 33 | 144 | 0 | 77 | 107 | 216 | 144 | 16 |
| Binary | 0 | 1001001 | 11011 | 1100100 | 0 | 111111 | 1000111 | 10001110 | 1100100 | 1110 |
Color Harmonies of #00491B
Complementary color
Monochromatic Colors of #00491B
Black with #00491B
Text Example
Text Example
White with #00491B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00491B; }
p { color: rgb(0,73,27); }
H1.HeaderClassName
{
color: #00491B;
}
.AnyTagClassName
{
color: #00491B;
}
</style>
background-color css
<style>
a { background-color: #00491B; }
a { background-color: rgb(0,73,27); }
div.DivClassName
{
background-color: #00491B;
}
.BgClassName
{
background-color: #00491B;
}
</style>
border-color css
<style>
span { border-color: #00491B; }
span { border-color: rgb(0,73,27); }
td.TdClassName
{
border-color: #00491B;
}
.TagClassName
{
border-color: #00491B;
}
</style>