Shades of British Racing Green #00481E
Tints of British Racing Green #00481E
RGB
CMYK
RGB Variations
Color information
#00481E (or 0x00481E) is known color: British Racing Green. HEX triplet: 00, 48 and 1E. RGB value is (0,72,30). Sum of RGB (Red+Green+Blue) = 0+72+30=102 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 102); Green value is 72 (28.52% from 255 or 70.59% from 102); Blue value is 30 (12.11% from 255 or 29.41% from 102); Max value from RGB is 72 - color contains mainly: green. Hex color #00481E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00481E is #FFB7E1. Grayscale: #2D2D2D. Windows color (decimal): -16758754 or 1984512. OLE color: 1984512.
HSL color Cylindrical-coordinate representation of color #00481E: hue angle of 145º 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 #00481E is Cyan = 1, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 0 | 72 | 30 | - |
| CMYK | 1 | 0 | 0.58 | 0.72 |
| HSL | 145º | 1% | 0.14% | - |
| HSV(B) | 145º | 1% | 0.28% | - |
| XYZ | 2.55 | 4.73 | 2.01 | - |
| YUV | 45.68 | 119.15 | 95.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 72 | 30 | 1 | 0 | 0.58 | 0.72 | 145 | 1 | 0.14 |
| Hex | 0 | 48 | 1E | 64 | 0 | 3A | 48 | 91 | 64 | E |
| Octal | 0 | 110 | 36 | 144 | 0 | 72 | 110 | 221 | 144 | 16 |
| Binary | 0 | 1001000 | 11110 | 1100100 | 0 | 111010 | 1001000 | 10010001 | 1100100 | 1110 |
Color Harmonies of #00481E
Complementary color
Monochromatic Colors of #00481E
Black with #00481E
Text Example
Text Example
White with #00481E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00481E; }
p { color: rgb(0,72,30); }
H1.HeaderClassName
{
color: #00481E;
}
.AnyTagClassName
{
color: #00481E;
}
</style>
background-color css
<style>
a { background-color: #00481E; }
a { background-color: rgb(0,72,30); }
div.DivClassName
{
background-color: #00481E;
}
.BgClassName
{
background-color: #00481E;
}
</style>
border-color css
<style>
span { border-color: #00481E; }
span { border-color: rgb(0,72,30); }
td.TdClassName
{
border-color: #00481E;
}
.TagClassName
{
border-color: #00481E;
}
</style>