Shades of British Racing Green #04391C
Tints of British Racing Green #04391C
RGB
CMYK
RGB Variations
Color information
#04391C (or 0x04391C) is known color: British Racing Green. HEX triplet: 04, 39 and 1C. RGB value is (4,57,28). Sum of RGB (Red+Green+Blue) = 4+57+28=89 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.49% from 89); Green value is 57 (22.66% from 255 or 64.04% from 89); Blue value is 28 (11.33% from 255 or 31.46% from 89); Max value from RGB is 57 - color contains mainly: green. Hex color #04391C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04391C is #FBC6E3. Grayscale: #252525. Windows color (decimal): -16500452 or 1849604. OLE color: 1849604.
HSL color Cylindrical-coordinate representation of color #04391C: hue angle of 147.17º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #04391C is Cyan = 0.93, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 4 | 57 | 28 | - |
| CMYK | 0.93 | 0 | 0.51 | 0.78 |
| HSL | 147.17º | 0.87% | 0.12% | - |
| HSV(B) | 147.17º | 0.93% | 0.22% | - |
| XYZ | 1.72 | 3.04 | 1.59 | - |
| YUV | 37.85 | 122.44 | 103.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 57 | 28 | 0.93 | 0 | 0.51 | 0.78 | 147.17 | 0.87 | 0.12 |
| Hex | 4 | 39 | 1C | 5D | 0 | 33 | 4E | 93 | 57 | C |
| Octal | 4 | 71 | 34 | 135 | 0 | 63 | 116 | 223 | 127 | 14 |
| Binary | 100 | 111001 | 11100 | 1011101 | 0 | 110011 | 1001110 | 10010011 | 1010111 | 1100 |
Color Harmonies of #04391C
Complementary color
Monochromatic Colors of #04391C
Black with #04391C
Text Example
Text Example
White with #04391C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04391C; }
p { color: rgb(4,57,28); }
H1.HeaderClassName
{
color: #04391C;
}
.AnyTagClassName
{
color: #04391C;
}
</style>
background-color css
<style>
a { background-color: #04391C; }
a { background-color: rgb(4,57,28); }
div.DivClassName
{
background-color: #04391C;
}
.BgClassName
{
background-color: #04391C;
}
</style>
border-color css
<style>
span { border-color: #04391C; }
span { border-color: rgb(4,57,28); }
td.TdClassName
{
border-color: #04391C;
}
.TagClassName
{
border-color: #04391C;
}
</style>