Shades of British Racing Green #02422F
Tints of British Racing Green #02422F
RGB
CMYK
RGB Variations
Color information
#02422F (or 0x02422F) is known color: British Racing Green. HEX triplet: 02, 42 and 2F. RGB value is (2,66,47). Sum of RGB (Red+Green+Blue) = 2+66+47=115 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.74% from 115); Green value is 66 (26.17% from 255 or 57.39% from 115); Blue value is 47 (18.75% from 255 or 40.87% from 115); Max value from RGB is 66 - color contains mainly: green. Hex color #02422F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02422F is #FDBDD0. Grayscale: #2C2C2C. Windows color (decimal): -16629201 or 3097090. OLE color: 3097090.
HSL color Cylindrical-coordinate representation of color #02422F: hue angle of 162.19º 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 #02422F is Cyan = 0.97, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 2 | 66 | 47 | - |
| CMYK | 0.97 | 0 | 0.29 | 0.74 |
| HSL | 162.19º | 0.94% | 0.13% | - |
| HSV(B) | 162.19º | 0.97% | 0.26% | - |
| XYZ | 2.49 | 4.11 | 3.35 | - |
| YUV | 44.7 | 129.3 | 97.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 66 | 47 | 0.97 | 0 | 0.29 | 0.74 | 162.19 | 0.94 | 0.13 |
| Hex | 2 | 42 | 2F | 61 | 0 | 1D | 4A | A2 | 5E | D |
| Octal | 2 | 102 | 57 | 141 | 0 | 35 | 112 | 242 | 136 | 15 |
| Binary | 10 | 1000010 | 101111 | 1100001 | 0 | 11101 | 1001010 | 10100010 | 1011110 | 1101 |
Color Harmonies of #02422F
Complementary color
Monochromatic Colors of #02422F
Black with #02422F
Text Example
Text Example
White with #02422F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02422F; }
p { color: rgb(2,66,47); }
H1.HeaderClassName
{
color: #02422F;
}
.AnyTagClassName
{
color: #02422F;
}
</style>
background-color css
<style>
a { background-color: #02422F; }
a { background-color: rgb(2,66,47); }
div.DivClassName
{
background-color: #02422F;
}
.BgClassName
{
background-color: #02422F;
}
</style>
border-color css
<style>
span { border-color: #02422F; }
span { border-color: rgb(2,66,47); }
td.TdClassName
{
border-color: #02422F;
}
.TagClassName
{
border-color: #02422F;
}
</style>