Shades of British Racing Green #04481A
Tints of British Racing Green #04481A
RGB
CMYK
RGB Variations
Color information
#04481A (or 0x04481A) is known color: British Racing Green. HEX triplet: 04, 48 and 1A. RGB value is (4,72,26). Sum of RGB (Red+Green+Blue) = 4+72+26=102 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.92% from 102); Green value is 72 (28.52% from 255 or 70.59% from 102); Blue value is 26 (10.55% from 255 or 25.49% from 102); Max value from RGB is 72 - color contains mainly: green. Hex color #04481A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04481A is #FBB7E5. Grayscale: #2E2E2E. Windows color (decimal): -16496614 or 1722372. OLE color: 1722372.
HSL color Cylindrical-coordinate representation of color #04481A: hue angle of 139.41º 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 #04481A is Cyan = 0.94, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 4 | 72 | 26 | - |
| CMYK | 0.94 | 0 | 0.64 | 0.72 |
| HSL | 139.41º | 0.89% | 0.15% | - |
| HSV(B) | 139.41º | 0.94% | 0.28% | - |
| XYZ | 2.55 | 4.74 | 1.76 | - |
| YUV | 46.42 | 116.47 | 97.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 72 | 26 | 0.94 | 0 | 0.64 | 0.72 | 139.41 | 0.89 | 0.15 |
| Hex | 4 | 48 | 1A | 5E | 0 | 40 | 48 | 8B | 59 | F |
| Octal | 4 | 110 | 32 | 136 | 0 | 100 | 110 | 213 | 131 | 17 |
| Binary | 100 | 1001000 | 11010 | 1011110 | 0 | 1000000 | 1001000 | 10001011 | 1011001 | 1111 |
Color Harmonies of #04481A
Complementary color
Monochromatic Colors of #04481A
Black with #04481A
Text Example
Text Example
White with #04481A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04481A; }
p { color: rgb(4,72,26); }
H1.HeaderClassName
{
color: #04481A;
}
.AnyTagClassName
{
color: #04481A;
}
</style>
background-color css
<style>
a { background-color: #04481A; }
a { background-color: rgb(4,72,26); }
div.DivClassName
{
background-color: #04481A;
}
.BgClassName
{
background-color: #04481A;
}
</style>
border-color css
<style>
span { border-color: #04481A; }
span { border-color: rgb(4,72,26); }
td.TdClassName
{
border-color: #04481A;
}
.TagClassName
{
border-color: #04481A;
}
</style>