Shades of British Racing Green #04491C
Tints of British Racing Green #04491C
RGB
CMYK
RGB Variations
Color information
#04491C (or 0x04491C) is known color: British Racing Green. HEX triplet: 04, 49 and 1C. RGB value is (4,73,28). Sum of RGB (Red+Green+Blue) = 4+73+28=105 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.81% from 105); Green value is 73 (28.91% from 255 or 69.52% from 105); Blue value is 28 (11.33% from 255 or 26.67% from 105); Max value from RGB is 73 - color contains mainly: green. Hex color #04491C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04491C is #FBB6E3. Grayscale: #2F2F2F. Windows color (decimal): -16496356 or 1853700. OLE color: 1853700.
HSL color Cylindrical-coordinate representation of color #04491C: hue angle of 140.87º 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 #04491C is Cyan = 0.95, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 4 | 73 | 28 | - |
| CMYK | 0.95 | 0 | 0.62 | 0.71 |
| HSL | 140.87º | 0.9% | 0.15% | - |
| HSV(B) | 140.87º | 0.95% | 0.29% | - |
| XYZ | 2.64 | 4.87 | 1.9 | - |
| YUV | 47.24 | 117.14 | 97.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 73 | 28 | 0.95 | 0 | 0.62 | 0.71 | 140.87 | 0.9 | 0.15 |
| Hex | 4 | 49 | 1C | 5F | 0 | 3E | 47 | 8D | 5A | F |
| Octal | 4 | 111 | 34 | 137 | 0 | 76 | 107 | 215 | 132 | 17 |
| Binary | 100 | 1001001 | 11100 | 1011111 | 0 | 111110 | 1000111 | 10001101 | 1011010 | 1111 |
Color Harmonies of #04491C
Complementary color
Monochromatic Colors of #04491C
Black with #04491C
Text Example
Text Example
White with #04491C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04491C; }
p { color: rgb(4,73,28); }
H1.HeaderClassName
{
color: #04491C;
}
.AnyTagClassName
{
color: #04491C;
}
</style>
background-color css
<style>
a { background-color: #04491C; }
a { background-color: rgb(4,73,28); }
div.DivClassName
{
background-color: #04491C;
}
.BgClassName
{
background-color: #04491C;
}
</style>
border-color css
<style>
span { border-color: #04491C; }
span { border-color: rgb(4,73,28); }
td.TdClassName
{
border-color: #04491C;
}
.TagClassName
{
border-color: #04491C;
}
</style>