Shades of British Racing Green #004923
Tints of British Racing Green #004923
RGB
CMYK
RGB Variations
Color information
#004923 (or 0x004923) is known color: British Racing Green. HEX triplet: 00, 49 and 23. RGB value is (0,73,35). Sum of RGB (Red+Green+Blue) = 0+73+35=108 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 108); Green value is 73 (28.91% from 255 or 67.59% from 108); Blue value is 35 (14.06% from 255 or 32.41% from 108); Max value from RGB is 73 - color contains mainly: green. Hex color #004923 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004923 is #FFB6DC. Grayscale: #2E2E2E. Windows color (decimal): -16758493 or 2312448. OLE color: 2312448.
HSL color Cylindrical-coordinate representation of color #004923: hue angle of 148.77º 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 #004923 is Cyan = 1, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 0 | 73 | 35 | - |
| CMYK | 1 | 0 | 0.52 | 0.71 |
| HSL | 148.77º | 1% | 0.14% | - |
| HSV(B) | 148.77º | 1% | 0.29% | - |
| XYZ | 2.69 | 4.89 | 2.39 | - |
| YUV | 46.84 | 121.32 | 94.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 73 | 35 | 1 | 0 | 0.52 | 0.71 | 148.77 | 1 | 0.14 |
| Hex | 0 | 49 | 23 | 64 | 0 | 34 | 47 | 95 | 64 | E |
| Octal | 0 | 111 | 43 | 144 | 0 | 64 | 107 | 225 | 144 | 16 |
| Binary | 0 | 1001001 | 100011 | 1100100 | 0 | 110100 | 1000111 | 10010101 | 1100100 | 1110 |
Color Harmonies of #004923
Complementary color
Monochromatic Colors of #004923
Black with #004923
Text Example
Text Example
White with #004923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004923; }
p { color: rgb(0,73,35); }
H1.HeaderClassName
{
color: #004923;
}
.AnyTagClassName
{
color: #004923;
}
</style>
background-color css
<style>
a { background-color: #004923; }
a { background-color: rgb(0,73,35); }
div.DivClassName
{
background-color: #004923;
}
.BgClassName
{
background-color: #004923;
}
</style>
border-color css
<style>
span { border-color: #004923; }
span { border-color: rgb(0,73,35); }
td.TdClassName
{
border-color: #004923;
}
.TagClassName
{
border-color: #004923;
}
</style>