Shades of British Racing Green #00402E
Tints of British Racing Green #00402E
RGB
CMYK
RGB Variations
Color information
#00402E (or 0x00402E) is known color: British Racing Green. HEX triplet: 00, 40 and 2E. RGB value is (0,64,46). Sum of RGB (Red+Green+Blue) = 0+64+46=110 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 110); Green value is 64 (25.39% from 255 or 58.18% from 110); Blue value is 46 (18.36% from 255 or 41.82% from 110); Max value from RGB is 64 - color contains mainly: green. Hex color #00402E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00402E is #FFBFD1. Grayscale: #2A2A2A. Windows color (decimal): -16760786 or 3031040. OLE color: 3031040.
HSL color Cylindrical-coordinate representation of color #00402E: hue angle of 163.12º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00402E is Cyan = 1, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 0 | 64 | 46 | - |
| CMYK | 1 | 0 | 0.28 | 0.75 |
| HSL | 163.13º | 1% | 0.13% | - |
| HSV(B) | 163.13º | 1% | 0.25% | - |
| XYZ | 2.33 | 3.86 | 3.21 | - |
| YUV | 42.81 | 129.8 | 97.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 64 | 46 | 1 | 0 | 0.28 | 0.75 | 163.13 | 1 | 0.13 |
| Hex | 0 | 40 | 2E | 64 | 0 | 1C | 4B | A3 | 64 | D |
| Octal | 0 | 100 | 56 | 144 | 0 | 34 | 113 | 243 | 144 | 15 |
| Binary | 0 | 1000000 | 101110 | 1100100 | 0 | 11100 | 1001011 | 10100011 | 1100100 | 1101 |
Color Harmonies of #00402E
Complementary color
Monochromatic Colors of #00402E
Black with #00402E
Text Example
Text Example
White with #00402E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00402E; }
p { color: rgb(0,64,46); }
H1.HeaderClassName
{
color: #00402E;
}
.AnyTagClassName
{
color: #00402E;
}
</style>
background-color css
<style>
a { background-color: #00402E; }
a { background-color: rgb(0,64,46); }
div.DivClassName
{
background-color: #00402E;
}
.BgClassName
{
background-color: #00402E;
}
</style>
border-color css
<style>
span { border-color: #00402E; }
span { border-color: rgb(0,64,46); }
td.TdClassName
{
border-color: #00402E;
}
.TagClassName
{
border-color: #00402E;
}
</style>