Shades of British Racing Green #04481B
Tints of British Racing Green #04481B
RGB
CMYK
RGB Variations
Color information
#04481B (or 0x04481B) is known color: British Racing Green. HEX triplet: 04, 48 and 1B. RGB value is (4,72,27). Sum of RGB (Red+Green+Blue) = 4+72+27=103 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.88% from 103); Green value is 72 (28.52% from 255 or 69.90% from 103); Blue value is 27 (10.94% from 255 or 26.21% from 103); Max value from RGB is 72 - color contains mainly: green. Hex color #04481B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04481B is #FBB7E4. Grayscale: #2E2E2E. Windows color (decimal): -16496613 or 1787908. OLE color: 1787908.
HSL color Cylindrical-coordinate representation of color #04481B: hue angle of 140.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 #04481B is Cyan = 0.94, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 4 | 72 | 27 | - |
| CMYK | 0.94 | 0 | 0.62 | 0.72 |
| HSL | 140.29º | 0.89% | 0.15% | - |
| HSV(B) | 140.29º | 0.94% | 0.28% | - |
| XYZ | 2.57 | 4.74 | 1.82 | - |
| YUV | 46.54 | 116.97 | 97.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 72 | 27 | 0.94 | 0 | 0.62 | 0.72 | 140.29 | 0.89 | 0.15 |
| Hex | 4 | 48 | 1B | 5E | 0 | 3E | 48 | 8C | 59 | F |
| Octal | 4 | 110 | 33 | 136 | 0 | 76 | 110 | 214 | 131 | 17 |
| Binary | 100 | 1001000 | 11011 | 1011110 | 0 | 111110 | 1001000 | 10001100 | 1011001 | 1111 |
Color Harmonies of #04481B
Complementary color
Monochromatic Colors of #04481B
Black with #04481B
Text Example
Text Example
White with #04481B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04481B; }
p { color: rgb(4,72,27); }
H1.HeaderClassName
{
color: #04481B;
}
.AnyTagClassName
{
color: #04481B;
}
</style>
background-color css
<style>
a { background-color: #04481B; }
a { background-color: rgb(4,72,27); }
div.DivClassName
{
background-color: #04481B;
}
.BgClassName
{
background-color: #04481B;
}
</style>
border-color css
<style>
span { border-color: #04481B; }
span { border-color: rgb(4,72,27); }
td.TdClassName
{
border-color: #04481B;
}
.TagClassName
{
border-color: #04481B;
}
</style>