Shades of British Racing Green #004313
Tints of British Racing Green #004313
RGB
CMYK
RGB Variations
Color information
#004313 (or 0x004313) is known color: British Racing Green. HEX triplet: 00, 43 and 13. RGB value is (0,67,19). Sum of RGB (Red+Green+Blue) = 0+67+19=86 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 86); Green value is 67 (26.56% from 255 or 77.91% from 86); Blue value is 19 (7.81% from 255 or 22.09% from 86); Max value from RGB is 67 - color contains mainly: green. Hex color #004313 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #004313 is #FFBCEC. Grayscale: #292929. Windows color (decimal): -16760045 or 1262336. OLE color: 1262336.
HSL color Cylindrical-coordinate representation of color #004313: hue angle of 137.01º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004313 is Cyan = 1, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 0 | 67 | 19 | - |
| CMYK | 1 | 0 | 0.72 | 0.74 |
| HSL | 137.01º | 1% | 0.13% | - |
| HSV(B) | 137.01º | 1% | 0.26% | - |
| XYZ | 2.12 | 4.06 | 1.29 | - |
| YUV | 41.5 | 115.3 | 98.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 67 | 19 | 1 | 0 | 0.72 | 0.74 | 137.01 | 1 | 0.13 |
| Hex | 0 | 43 | 13 | 64 | 0 | 48 | 4A | 89 | 64 | D |
| Octal | 0 | 103 | 23 | 144 | 0 | 110 | 112 | 211 | 144 | 15 |
| Binary | 0 | 1000011 | 10011 | 1100100 | 0 | 1001000 | 1001010 | 10001001 | 1100100 | 1101 |
Color Harmonies of #004313
Complementary color
Monochromatic Colors of #004313
Black with #004313
Text Example
Text Example
White with #004313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004313; }
p { color: rgb(0,67,19); }
H1.HeaderClassName
{
color: #004313;
}
.AnyTagClassName
{
color: #004313;
}
</style>
background-color css
<style>
a { background-color: #004313; }
a { background-color: rgb(0,67,19); }
div.DivClassName
{
background-color: #004313;
}
.BgClassName
{
background-color: #004313;
}
</style>
border-color css
<style>
span { border-color: #004313; }
span { border-color: rgb(0,67,19); }
td.TdClassName
{
border-color: #004313;
}
.TagClassName
{
border-color: #004313;
}
</style>