Shades of British Racing Green #04512C
Tints of British Racing Green #04512C
RGB
CMYK
RGB Variations
Color information
#04512C (or 0x04512C) is known color: British Racing Green. HEX triplet: 04, 51 and 2C. RGB value is (4,81,44). Sum of RGB (Red+Green+Blue) = 4+81+44=129 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.10% from 129); Green value is 81 (32.03% from 255 or 62.79% from 129); Blue value is 44 (17.58% from 255 or 34.11% from 129); Max value from RGB is 81 - color contains mainly: green. Hex color #04512C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04512C is #FBAED3. Grayscale: #353535. Windows color (decimal): -16494292 or 2904324. OLE color: 2904324.
HSL color Cylindrical-coordinate representation of color #04512C: hue angle of 151.17º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04512C is Cyan = 0.95, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 4 | 81 | 44 | - |
| CMYK | 0.95 | 0 | 0.46 | 0.68 |
| HSL | 151.17º | 0.91% | 0.17% | - |
| HSV(B) | 151.17º | 0.95% | 0.32% | - |
| XYZ | 3.45 | 6.09 | 3.38 | - |
| YUV | 53.76 | 122.49 | 92.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 81 | 44 | 0.95 | 0 | 0.46 | 0.68 | 151.17 | 0.91 | 0.17 |
| Hex | 4 | 51 | 2C | 5F | 0 | 2E | 44 | 97 | 5B | 11 |
| Octal | 4 | 121 | 54 | 137 | 0 | 56 | 104 | 227 | 133 | 21 |
| Binary | 100 | 1010001 | 101100 | 1011111 | 0 | 101110 | 1000100 | 10010111 | 1011011 | 10001 |
Color Harmonies of #04512C
Complementary color
Monochromatic Colors of #04512C
Black with #04512C
Text Example
Text Example
White with #04512C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04512C; }
p { color: rgb(4,81,44); }
H1.HeaderClassName
{
color: #04512C;
}
.AnyTagClassName
{
color: #04512C;
}
</style>
background-color css
<style>
a { background-color: #04512C; }
a { background-color: rgb(4,81,44); }
div.DivClassName
{
background-color: #04512C;
}
.BgClassName
{
background-color: #04512C;
}
</style>
border-color css
<style>
span { border-color: #04512C; }
span { border-color: rgb(4,81,44); }
td.TdClassName
{
border-color: #04512C;
}
.TagClassName
{
border-color: #04512C;
}
</style>