Shades of British Racing Green #04482A
Tints of British Racing Green #04482A
RGB
CMYK
RGB Variations
Color information
#04482A (or 0x04482A) is known color: British Racing Green. HEX triplet: 04, 48 and 2A. RGB value is (4,72,42). Sum of RGB (Red+Green+Blue) = 4+72+42=118 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.39% from 118); Green value is 72 (28.52% from 255 or 61.02% from 118); Blue value is 42 (16.80% from 255 or 35.59% from 118); Max value from RGB is 72 - color contains mainly: green. Hex color #04482A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04482A is #FBB7D5. Grayscale: #303030. Windows color (decimal): -16496598 or 2770948. OLE color: 2770948.
HSL color Cylindrical-coordinate representation of color #04482A: hue angle of 153.53º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #04482A is Cyan = 0.94, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 4 | 72 | 42 | - |
| CMYK | 0.94 | 0 | 0.42 | 0.72 |
| HSL | 153.53º | 0.89% | 0.15% | - |
| HSV(B) | 153.53º | 0.94% | 0.28% | - |
| XYZ | 2.79 | 4.83 | 2.98 | - |
| YUV | 48.25 | 124.47 | 96.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 72 | 42 | 0.94 | 0 | 0.42 | 0.72 | 153.53 | 0.89 | 0.15 |
| Hex | 4 | 48 | 2A | 5E | 0 | 2A | 48 | 9A | 59 | F |
| Octal | 4 | 110 | 52 | 136 | 0 | 52 | 110 | 232 | 131 | 17 |
| Binary | 100 | 1001000 | 101010 | 1011110 | 0 | 101010 | 1001000 | 10011010 | 1011001 | 1111 |
Color Harmonies of #04482A
Complementary color
Monochromatic Colors of #04482A
Black with #04482A
Text Example
Text Example
White with #04482A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04482A; }
p { color: rgb(4,72,42); }
H1.HeaderClassName
{
color: #04482A;
}
.AnyTagClassName
{
color: #04482A;
}
</style>
background-color css
<style>
a { background-color: #04482A; }
a { background-color: rgb(4,72,42); }
div.DivClassName
{
background-color: #04482A;
}
.BgClassName
{
background-color: #04482A;
}
</style>
border-color css
<style>
span { border-color: #04482A; }
span { border-color: rgb(4,72,42); }
td.TdClassName
{
border-color: #04482A;
}
.TagClassName
{
border-color: #04482A;
}
</style>