Shades of British Racing Green #04492C
Tints of British Racing Green #04492C
RGB
CMYK
RGB Variations
Color information
#04492C (or 0x04492C) is known color: British Racing Green. HEX triplet: 04, 49 and 2C. RGB value is (4,73,44). Sum of RGB (Red+Green+Blue) = 4+73+44=121 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.31% from 121); Green value is 73 (28.91% from 255 or 60.33% from 121); Blue value is 44 (17.58% from 255 or 36.36% from 121); Max value from RGB is 73 - color contains mainly: green. Hex color #04492C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04492C is #FBB6D3. Grayscale: #313131. Windows color (decimal): -16496340 or 2902276. OLE color: 2902276.
HSL color Cylindrical-coordinate representation of color #04492C: hue angle of 154.78º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04492C is Cyan = 0.95, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 4 | 73 | 44 | - |
| CMYK | 0.95 | 0 | 0.40 | 0.71 |
| HSL | 154.78º | 0.9% | 0.15% | - |
| HSV(B) | 154.78º | 0.95% | 0.29% | - |
| XYZ | 2.89 | 4.97 | 3.19 | - |
| YUV | 49.06 | 125.14 | 95.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 73 | 44 | 0.95 | 0 | 0.40 | 0.71 | 154.78 | 0.9 | 0.15 |
| Hex | 4 | 49 | 2C | 5F | 0 | 28 | 47 | 9B | 5A | F |
| Octal | 4 | 111 | 54 | 137 | 0 | 50 | 107 | 233 | 132 | 17 |
| Binary | 100 | 1001001 | 101100 | 1011111 | 0 | 101000 | 1000111 | 10011011 | 1011010 | 1111 |
Color Harmonies of #04492C
Complementary color
Monochromatic Colors of #04492C
Black with #04492C
Text Example
Text Example
White with #04492C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04492C; }
p { color: rgb(4,73,44); }
H1.HeaderClassName
{
color: #04492C;
}
.AnyTagClassName
{
color: #04492C;
}
</style>
background-color css
<style>
a { background-color: #04492C; }
a { background-color: rgb(4,73,44); }
div.DivClassName
{
background-color: #04492C;
}
.BgClassName
{
background-color: #04492C;
}
</style>
border-color css
<style>
span { border-color: #04492C; }
span { border-color: rgb(4,73,44); }
td.TdClassName
{
border-color: #04492C;
}
.TagClassName
{
border-color: #04492C;
}
</style>