Shades of British Racing Green #04502A
Tints of British Racing Green #04502A
RGB
CMYK
RGB Variations
Color information
#04502A (or 0x04502A) is known color: British Racing Green. HEX triplet: 04, 50 and 2A. RGB value is (4,80,42). Sum of RGB (Red+Green+Blue) = 4+80+42=126 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.17% from 126); Green value is 80 (31.64% from 255 or 63.49% from 126); Blue value is 42 (16.80% from 255 or 33.33% from 126); Max value from RGB is 80 - color contains mainly: green. Hex color #04502A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04502A is #FBAFD5. Grayscale: #353535. Windows color (decimal): -16494550 or 2772996. OLE color: 2772996.
HSL color Cylindrical-coordinate representation of color #04502A: hue angle of 150º 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 #04502A is Cyan = 0.95, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 4 | 80 | 42 | - |
| CMYK | 0.95 | 0 | 0.48 | 0.69 |
| HSL | 150º | 0.9% | 0.16% | - |
| HSV(B) | 150º | 0.95% | 0.31% | - |
| XYZ | 3.34 | 5.93 | 3.16 | - |
| YUV | 52.94 | 121.82 | 93.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 80 | 42 | 0.95 | 0 | 0.48 | 0.69 | 150 | 0.9 | 0.16 |
| Hex | 4 | 50 | 2A | 5F | 0 | 30 | 45 | 96 | 5A | 10 |
| Octal | 4 | 120 | 52 | 137 | 0 | 60 | 105 | 226 | 132 | 20 |
| Binary | 100 | 1010000 | 101010 | 1011111 | 0 | 110000 | 1000101 | 10010110 | 1011010 | 10000 |
Color Harmonies of #04502A
Complementary color
Monochromatic Colors of #04502A
Black with #04502A
Text Example
Text Example
White with #04502A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04502A; }
p { color: rgb(4,80,42); }
H1.HeaderClassName
{
color: #04502A;
}
.AnyTagClassName
{
color: #04502A;
}
</style>
background-color css
<style>
a { background-color: #04502A; }
a { background-color: rgb(4,80,42); }
div.DivClassName
{
background-color: #04502A;
}
.BgClassName
{
background-color: #04502A;
}
</style>
border-color css
<style>
span { border-color: #04502A; }
span { border-color: rgb(4,80,42); }
td.TdClassName
{
border-color: #04502A;
}
.TagClassName
{
border-color: #04502A;
}
</style>