Shades of British Racing Green #04512B
Tints of British Racing Green #04512B
RGB
CMYK
RGB Variations
Color information
#04512B (or 0x04512B) is known color: British Racing Green. HEX triplet: 04, 51 and 2B. RGB value is (4,81,43). Sum of RGB (Red+Green+Blue) = 4+81+43=128 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.12% from 128); Green value is 81 (32.03% from 255 or 63.28% from 128); Blue value is 43 (17.19% from 255 or 33.59% from 128); Max value from RGB is 81 - color contains mainly: green. Hex color #04512B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04512B is #FBAED4. Grayscale: #353535. Windows color (decimal): -16494293 or 2838788. OLE color: 2838788.
HSL color Cylindrical-coordinate representation of color #04512B: hue angle of 150.39º 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 #04512B is Cyan = 0.95, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 4 | 81 | 43 | - |
| CMYK | 0.95 | 0 | 0.47 | 0.68 |
| HSL | 150.39º | 0.91% | 0.17% | - |
| HSV(B) | 150.39º | 0.95% | 0.32% | - |
| XYZ | 3.43 | 6.09 | 3.28 | - |
| YUV | 53.65 | 121.99 | 92.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 81 | 43 | 0.95 | 0 | 0.47 | 0.68 | 150.39 | 0.91 | 0.17 |
| Hex | 4 | 51 | 2B | 5F | 0 | 2F | 44 | 96 | 5B | 11 |
| Octal | 4 | 121 | 53 | 137 | 0 | 57 | 104 | 226 | 133 | 21 |
| Binary | 100 | 1010001 | 101011 | 1011111 | 0 | 101111 | 1000100 | 10010110 | 1011011 | 10001 |
Color Harmonies of #04512B
Complementary color
Monochromatic Colors of #04512B
Black with #04512B
Text Example
Text Example
White with #04512B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04512B; }
p { color: rgb(4,81,43); }
H1.HeaderClassName
{
color: #04512B;
}
.AnyTagClassName
{
color: #04512B;
}
</style>
background-color css
<style>
a { background-color: #04512B; }
a { background-color: rgb(4,81,43); }
div.DivClassName
{
background-color: #04512B;
}
.BgClassName
{
background-color: #04512B;
}
</style>
border-color css
<style>
span { border-color: #04512B; }
span { border-color: rgb(4,81,43); }
td.TdClassName
{
border-color: #04512B;
}
.TagClassName
{
border-color: #04512B;
}
</style>