Shades of British Racing Green #04501F
Tints of British Racing Green #04501F
RGB
CMYK
RGB Variations
Color information
#04501F (or 0x04501F) is known color: British Racing Green. HEX triplet: 04, 50 and 1F. RGB value is (4,80,31). Sum of RGB (Red+Green+Blue) = 4+80+31=115 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.48% from 115); Green value is 80 (31.64% from 255 or 69.57% from 115); Blue value is 31 (12.5% from 255 or 26.96% from 115); Max value from RGB is 80 - color contains mainly: green. Hex color #04501F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04501F is #FBAFE0. Grayscale: #333333. Windows color (decimal): -16494561 or 2052100. OLE color: 2052100.
HSL color Cylindrical-coordinate representation of color #04501F: hue angle of 141.32º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04501F is Cyan = 0.95, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 4 | 80 | 31 | - |
| CMYK | 0.95 | 0 | 0.61 | 0.69 |
| HSL | 141.32º | 0.9% | 0.16% | - |
| HSV(B) | 141.32º | 0.95% | 0.31% | - |
| XYZ | 3.17 | 5.86 | 2.26 | - |
| YUV | 51.69 | 116.32 | 93.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 80 | 31 | 0.95 | 0 | 0.61 | 0.69 | 141.32 | 0.9 | 0.16 |
| Hex | 4 | 50 | 1F | 5F | 0 | 3D | 45 | 8D | 5A | 10 |
| Octal | 4 | 120 | 37 | 137 | 0 | 75 | 105 | 215 | 132 | 20 |
| Binary | 100 | 1010000 | 11111 | 1011111 | 0 | 111101 | 1000101 | 10001101 | 1011010 | 10000 |
Color Harmonies of #04501F
Complementary color
Monochromatic Colors of #04501F
Black with #04501F
Text Example
Text Example
White with #04501F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04501F; }
p { color: rgb(4,80,31); }
H1.HeaderClassName
{
color: #04501F;
}
.AnyTagClassName
{
color: #04501F;
}
</style>
background-color css
<style>
a { background-color: #04501F; }
a { background-color: rgb(4,80,31); }
div.DivClassName
{
background-color: #04501F;
}
.BgClassName
{
background-color: #04501F;
}
</style>
border-color css
<style>
span { border-color: #04501F; }
span { border-color: rgb(4,80,31); }
td.TdClassName
{
border-color: #04501F;
}
.TagClassName
{
border-color: #04501F;
}
</style>