Shades of British Racing Green #00480E
Tints of British Racing Green #00480E
RGB
CMYK
RGB Variations
Color information
#00480E (or 0x00480E) is known color: British Racing Green. HEX triplet: 00, 48 and 0E. RGB value is (0,72,14). Sum of RGB (Red+Green+Blue) = 0+72+14=86 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 86); Green value is 72 (28.52% from 255 or 83.72% from 86); Blue value is 14 (5.86% from 255 or 16.28% from 86); Max value from RGB is 72 - color contains mainly: green. Hex color #00480E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #00480E is #FFB7F1. Grayscale: #2C2C2C. Windows color (decimal): -16758770 or 935936. OLE color: 935936.
HSL color Cylindrical-coordinate representation of color #00480E: hue angle of 131.67º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00480E is Cyan = 1, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 0 | 72 | 14 | - |
| CMYK | 1 | 0 | 0.81 | 0.72 |
| HSL | 131.67º | 1% | 0.14% | - |
| HSV(B) | 131.67º | 1% | 0.28% | - |
| XYZ | 2.4 | 4.67 | 1.19 | - |
| YUV | 43.86 | 111.15 | 96.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 72 | 14 | 1 | 0 | 0.81 | 0.72 | 131.67 | 1 | 0.14 |
| Hex | 0 | 48 | E | 64 | 0 | 51 | 48 | 84 | 64 | E |
| Octal | 0 | 110 | 16 | 144 | 0 | 121 | 110 | 204 | 144 | 16 |
| Binary | 0 | 1001000 | 1110 | 1100100 | 0 | 1010001 | 1001000 | 10000100 | 1100100 | 1110 |
Color Harmonies of #00480E
Complementary color
Monochromatic Colors of #00480E
Black with #00480E
Text Example
Text Example
White with #00480E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00480E; }
p { color: rgb(0,72,14); }
H1.HeaderClassName
{
color: #00480E;
}
.AnyTagClassName
{
color: #00480E;
}
</style>
background-color css
<style>
a { background-color: #00480E; }
a { background-color: rgb(0,72,14); }
div.DivClassName
{
background-color: #00480E;
}
.BgClassName
{
background-color: #00480E;
}
</style>
border-color css
<style>
span { border-color: #00480E; }
span { border-color: rgb(0,72,14); }
td.TdClassName
{
border-color: #00480E;
}
.TagClassName
{
border-color: #00480E;
}
</style>