Shades of British Racing Green #00492F
Tints of British Racing Green #00492F
RGB
CMYK
RGB Variations
Color information
#00492F (or 0x00492F) is known color: British Racing Green. HEX triplet: 00, 49 and 2F. RGB value is (0,73,47). Sum of RGB (Red+Green+Blue) = 0+73+47=120 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 120); Green value is 73 (28.91% from 255 or 60.83% from 120); Blue value is 47 (18.75% from 255 or 39.17% from 120); Max value from RGB is 73 - color contains mainly: green. Hex color #00492F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00492F is #FFB6D0. Grayscale: #303030. Windows color (decimal): -16758481 or 3098880. OLE color: 3098880.
HSL color Cylindrical-coordinate representation of color #00492F: hue angle of 158.63º 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 #00492F is Cyan = 1, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 0 | 73 | 47 | - |
| CMYK | 1 | 0 | 0.36 | 0.71 |
| HSL | 158.63º | 1% | 0.14% | - |
| HSV(B) | 158.63º | 1% | 0.29% | - |
| XYZ | 2.9 | 4.97 | 3.5 | - |
| YUV | 48.21 | 127.32 | 93.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 73 | 47 | 1 | 0 | 0.36 | 0.71 | 158.63 | 1 | 0.14 |
| Hex | 0 | 49 | 2F | 64 | 0 | 24 | 47 | 9F | 64 | E |
| Octal | 0 | 111 | 57 | 144 | 0 | 44 | 107 | 237 | 144 | 16 |
| Binary | 0 | 1001001 | 101111 | 1100100 | 0 | 100100 | 1000111 | 10011111 | 1100100 | 1110 |
Color Harmonies of #00492F
Complementary color
Monochromatic Colors of #00492F
Black with #00492F
Text Example
Text Example
White with #00492F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00492F; }
p { color: rgb(0,73,47); }
H1.HeaderClassName
{
color: #00492F;
}
.AnyTagClassName
{
color: #00492F;
}
</style>
background-color css
<style>
a { background-color: #00492F; }
a { background-color: rgb(0,73,47); }
div.DivClassName
{
background-color: #00492F;
}
.BgClassName
{
background-color: #00492F;
}
</style>
border-color css
<style>
span { border-color: #00492F; }
span { border-color: rgb(0,73,47); }
td.TdClassName
{
border-color: #00492F;
}
.TagClassName
{
border-color: #00492F;
}
</style>