Shades of British Racing Green #00422E
Tints of British Racing Green #00422E
RGB
CMYK
RGB Variations
Color information
#00422E (or 0x00422E) is known color: British Racing Green. HEX triplet: 00, 42 and 2E. RGB value is (0,66,46). Sum of RGB (Red+Green+Blue) = 0+66+46=112 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 112); Green value is 66 (26.17% from 255 or 58.93% from 112); Blue value is 46 (18.36% from 255 or 41.07% from 112); Max value from RGB is 66 - color contains mainly: green. Hex color #00422E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00422E is #FFBDD1. Grayscale: #2C2C2C. Windows color (decimal): -16760274 or 3031552. OLE color: 3031552.
HSL color Cylindrical-coordinate representation of color #00422E: hue angle of 161.82º 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 #00422E is Cyan = 1, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 0 | 66 | 46 | - |
| CMYK | 1 | 0 | 0.30 | 0.74 |
| HSL | 161.82º | 1% | 0.13% | - |
| HSV(B) | 161.82º | 1% | 0.26% | - |
| XYZ | 2.44 | 4.09 | 3.25 | - |
| YUV | 43.99 | 129.13 | 96.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 66 | 46 | 1 | 0 | 0.30 | 0.74 | 161.82 | 1 | 0.13 |
| Hex | 0 | 42 | 2E | 64 | 0 | 1E | 4A | A2 | 64 | D |
| Octal | 0 | 102 | 56 | 144 | 0 | 36 | 112 | 242 | 144 | 15 |
| Binary | 0 | 1000010 | 101110 | 1100100 | 0 | 11110 | 1001010 | 10100010 | 1100100 | 1101 |
Color Harmonies of #00422E
Complementary color
Monochromatic Colors of #00422E
Black with #00422E
Text Example
Text Example
White with #00422E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00422E; }
p { color: rgb(0,66,46); }
H1.HeaderClassName
{
color: #00422E;
}
.AnyTagClassName
{
color: #00422E;
}
</style>
background-color css
<style>
a { background-color: #00422E; }
a { background-color: rgb(0,66,46); }
div.DivClassName
{
background-color: #00422E;
}
.BgClassName
{
background-color: #00422E;
}
</style>
border-color css
<style>
span { border-color: #00422E; }
span { border-color: rgb(0,66,46); }
td.TdClassName
{
border-color: #00422E;
}
.TagClassName
{
border-color: #00422E;
}
</style>