Shades of British Racing Green #02422E
Tints of British Racing Green #02422E
RGB
CMYK
RGB Variations
Color information
#02422E (or 0x02422E) is known color: British Racing Green. HEX triplet: 02, 42 and 2E. RGB value is (2,66,46). Sum of RGB (Red+Green+Blue) = 2+66+46=114 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.75% from 114); Green value is 66 (26.17% from 255 or 57.89% from 114); Blue value is 46 (18.36% from 255 or 40.35% from 114); Max value from RGB is 66 - color contains mainly: green. Hex color #02422E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02422E is #FDBDD1. Grayscale: #2C2C2C. Windows color (decimal): -16629202 or 3031554. OLE color: 3031554.
HSL color Cylindrical-coordinate representation of color #02422E: hue angle of 161.25º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02422E is Cyan = 0.97, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 2 | 66 | 46 | - |
| CMYK | 0.97 | 0 | 0.30 | 0.74 |
| HSL | 161.25º | 0.94% | 0.13% | - |
| HSV(B) | 161.25º | 0.97% | 0.26% | - |
| XYZ | 2.47 | 4.11 | 3.25 | - |
| YUV | 44.58 | 128.8 | 97.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 66 | 46 | 0.97 | 0 | 0.30 | 0.74 | 161.25 | 0.94 | 0.13 |
| Hex | 2 | 42 | 2E | 61 | 0 | 1E | 4A | A1 | 5E | D |
| Octal | 2 | 102 | 56 | 141 | 0 | 36 | 112 | 241 | 136 | 15 |
| Binary | 10 | 1000010 | 101110 | 1100001 | 0 | 11110 | 1001010 | 10100001 | 1011110 | 1101 |
Color Harmonies of #02422E
Complementary color
Monochromatic Colors of #02422E
Black with #02422E
Text Example
Text Example
White with #02422E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02422E; }
p { color: rgb(2,66,46); }
H1.HeaderClassName
{
color: #02422E;
}
.AnyTagClassName
{
color: #02422E;
}
</style>
background-color css
<style>
a { background-color: #02422E; }
a { background-color: rgb(2,66,46); }
div.DivClassName
{
background-color: #02422E;
}
.BgClassName
{
background-color: #02422E;
}
</style>
border-color css
<style>
span { border-color: #02422E; }
span { border-color: rgb(2,66,46); }
td.TdClassName
{
border-color: #02422E;
}
.TagClassName
{
border-color: #02422E;
}
</style>