Shades of British Racing Green #00402D
Tints of British Racing Green #00402D
RGB
CMYK
RGB Variations
Color information
#00402D (or 0x00402D) is known color: British Racing Green. HEX triplet: 00, 40 and 2D. RGB value is (0,64,45). Sum of RGB (Red+Green+Blue) = 0+64+45=109 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 109); Green value is 64 (25.39% from 255 or 58.72% from 109); Blue value is 45 (17.97% from 255 or 41.28% from 109); Max value from RGB is 64 - color contains mainly: green. Hex color #00402D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00402D is #FFBFD2. Grayscale: #2A2A2A. Windows color (decimal): -16760787 or 2965504. OLE color: 2965504.
HSL color Cylindrical-coordinate representation of color #00402D: hue angle of 162.19º 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 #00402D is Cyan = 1, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 0 | 64 | 45 | - |
| CMYK | 1 | 0 | 0.30 | 0.75 |
| HSL | 162.19º | 1% | 0.13% | - |
| HSV(B) | 162.19º | 1% | 0.25% | - |
| XYZ | 2.31 | 3.86 | 3.11 | - |
| YUV | 42.7 | 129.3 | 97.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 64 | 45 | 1 | 0 | 0.30 | 0.75 | 162.19 | 1 | 0.13 |
| Hex | 0 | 40 | 2D | 64 | 0 | 1E | 4B | A2 | 64 | D |
| Octal | 0 | 100 | 55 | 144 | 0 | 36 | 113 | 242 | 144 | 15 |
| Binary | 0 | 1000000 | 101101 | 1100100 | 0 | 11110 | 1001011 | 10100010 | 1100100 | 1101 |
Color Harmonies of #00402D
Complementary color
Monochromatic Colors of #00402D
Black with #00402D
Text Example
Text Example
White with #00402D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00402D; }
p { color: rgb(0,64,45); }
H1.HeaderClassName
{
color: #00402D;
}
.AnyTagClassName
{
color: #00402D;
}
</style>
background-color css
<style>
a { background-color: #00402D; }
a { background-color: rgb(0,64,45); }
div.DivClassName
{
background-color: #00402D;
}
.BgClassName
{
background-color: #00402D;
}
</style>
border-color css
<style>
span { border-color: #00402D; }
span { border-color: rgb(0,64,45); }
td.TdClassName
{
border-color: #00402D;
}
.TagClassName
{
border-color: #00402D;
}
</style>