Shades of British Racing Green #004933
Tints of British Racing Green #004933
RGB
CMYK
RGB Variations
Color information
#004933 (or 0x004933) is known color: British Racing Green. HEX triplet: 00, 49 and 33. RGB value is (0,73,51). Sum of RGB (Red+Green+Blue) = 0+73+51=124 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 124); Green value is 73 (28.91% from 255 or 58.87% from 124); Blue value is 51 (20.31% from 255 or 41.13% from 124); Max value from RGB is 73 - color contains mainly: green. Hex color #004933 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004933 is #FFB6CC. Grayscale: #303030. Windows color (decimal): -16758477 or 3361024. OLE color: 3361024.
HSL color Cylindrical-coordinate representation of color #004933: hue angle of 161.92º 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 #004933 is Cyan = 1, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 0 | 73 | 51 | - |
| CMYK | 1 | 0 | 0.30 | 0.71 |
| HSL | 161.92º | 1% | 0.14% | - |
| HSV(B) | 161.92º | 1% | 0.29% | - |
| XYZ | 2.98 | 5 | 3.94 | - |
| YUV | 48.67 | 129.32 | 93.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 73 | 51 | 1 | 0 | 0.30 | 0.71 | 161.92 | 1 | 0.14 |
| Hex | 0 | 49 | 33 | 64 | 0 | 1E | 47 | A2 | 64 | E |
| Octal | 0 | 111 | 63 | 144 | 0 | 36 | 107 | 242 | 144 | 16 |
| Binary | 0 | 1001001 | 110011 | 1100100 | 0 | 11110 | 1000111 | 10100010 | 1100100 | 1110 |
Color Harmonies of #004933
Complementary color
Monochromatic Colors of #004933
Black with #004933
Text Example
Text Example
White with #004933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004933; }
p { color: rgb(0,73,51); }
H1.HeaderClassName
{
color: #004933;
}
.AnyTagClassName
{
color: #004933;
}
</style>
background-color css
<style>
a { background-color: #004933; }
a { background-color: rgb(0,73,51); }
div.DivClassName
{
background-color: #004933;
}
.BgClassName
{
background-color: #004933;
}
</style>
border-color css
<style>
span { border-color: #004933; }
span { border-color: rgb(0,73,51); }
td.TdClassName
{
border-color: #004933;
}
.TagClassName
{
border-color: #004933;
}
</style>