Shades of British Racing Green #04482C
Tints of British Racing Green #04482C
RGB
CMYK
RGB Variations
Color information
#04482C (or 0x04482C) is known color: British Racing Green. HEX triplet: 04, 48 and 2C. RGB value is (4,72,44). Sum of RGB (Red+Green+Blue) = 4+72+44=120 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.33% from 120); Green value is 72 (28.52% from 255 or 60% from 120); Blue value is 44 (17.58% from 255 or 36.67% from 120); Max value from RGB is 72 - color contains mainly: green. Hex color #04482C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04482C is #FBB7D3. Grayscale: #303030. Windows color (decimal): -16496596 or 2902020. OLE color: 2902020.
HSL color Cylindrical-coordinate representation of color #04482C: hue angle of 155.29º 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 #04482C is Cyan = 0.94, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 4 | 72 | 44 | - |
| CMYK | 0.94 | 0 | 0.39 | 0.72 |
| HSL | 155.29º | 0.89% | 0.15% | - |
| HSV(B) | 155.29º | 0.94% | 0.28% | - |
| XYZ | 2.82 | 4.84 | 3.17 | - |
| YUV | 48.48 | 125.47 | 96.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 72 | 44 | 0.94 | 0 | 0.39 | 0.72 | 155.29 | 0.89 | 0.15 |
| Hex | 4 | 48 | 2C | 5E | 0 | 27 | 48 | 9B | 59 | F |
| Octal | 4 | 110 | 54 | 136 | 0 | 47 | 110 | 233 | 131 | 17 |
| Binary | 100 | 1001000 | 101100 | 1011110 | 0 | 100111 | 1001000 | 10011011 | 1011001 | 1111 |
Color Harmonies of #04482C
Complementary color
Monochromatic Colors of #04482C
Black with #04482C
Text Example
Text Example
White with #04482C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04482C; }
p { color: rgb(4,72,44); }
H1.HeaderClassName
{
color: #04482C;
}
.AnyTagClassName
{
color: #04482C;
}
</style>
background-color css
<style>
a { background-color: #04482C; }
a { background-color: rgb(4,72,44); }
div.DivClassName
{
background-color: #04482C;
}
.BgClassName
{
background-color: #04482C;
}
</style>
border-color css
<style>
span { border-color: #04482C; }
span { border-color: rgb(4,72,44); }
td.TdClassName
{
border-color: #04482C;
}
.TagClassName
{
border-color: #04482C;
}
</style>