Shades of British Racing Green #04502B
Tints of British Racing Green #04502B
RGB
CMYK
RGB Variations
Color information
#04502B (or 0x04502B) is known color: British Racing Green. HEX triplet: 04, 50 and 2B. RGB value is (4,80,43). Sum of RGB (Red+Green+Blue) = 4+80+43=127 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.15% from 127); Green value is 80 (31.64% from 255 or 62.99% from 127); Blue value is 43 (17.19% from 255 or 33.86% from 127); Max value from RGB is 80 - color contains mainly: green. Hex color #04502B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04502B is #FBAFD4. Grayscale: #353535. Windows color (decimal): -16494549 or 2838532. OLE color: 2838532.
HSL color Cylindrical-coordinate representation of color #04502B: hue angle of 150.79º 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 #04502B is Cyan = 0.95, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 4 | 80 | 43 | - |
| CMYK | 0.95 | 0 | 0.46 | 0.69 |
| HSL | 150.79º | 0.9% | 0.16% | - |
| HSV(B) | 150.79º | 0.95% | 0.31% | - |
| XYZ | 3.35 | 5.94 | 3.25 | - |
| YUV | 53.06 | 122.32 | 93.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 80 | 43 | 0.95 | 0 | 0.46 | 0.69 | 150.79 | 0.9 | 0.16 |
| Hex | 4 | 50 | 2B | 5F | 0 | 2E | 45 | 97 | 5A | 10 |
| Octal | 4 | 120 | 53 | 137 | 0 | 56 | 105 | 227 | 132 | 20 |
| Binary | 100 | 1010000 | 101011 | 1011111 | 0 | 101110 | 1000101 | 10010111 | 1011010 | 10000 |
Color Harmonies of #04502B
Complementary color
Monochromatic Colors of #04502B
Black with #04502B
Text Example
Text Example
White with #04502B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04502B; }
p { color: rgb(4,80,43); }
H1.HeaderClassName
{
color: #04502B;
}
.AnyTagClassName
{
color: #04502B;
}
</style>
background-color css
<style>
a { background-color: #04502B; }
a { background-color: rgb(4,80,43); }
div.DivClassName
{
background-color: #04502B;
}
.BgClassName
{
background-color: #04502B;
}
</style>
border-color css
<style>
span { border-color: #04502B; }
span { border-color: rgb(4,80,43); }
td.TdClassName
{
border-color: #04502B;
}
.TagClassName
{
border-color: #04502B;
}
</style>