Shades of British Racing Green #02442F
Tints of British Racing Green #02442F
RGB
CMYK
RGB Variations
Color information
#02442F (or 0x02442F) is known color: British Racing Green. HEX triplet: 02, 44 and 2F. RGB value is (2,68,47). Sum of RGB (Red+Green+Blue) = 2+68+47=117 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.71% from 117); Green value is 68 (26.95% from 255 or 58.12% from 117); Blue value is 47 (18.75% from 255 or 40.17% from 117); Max value from RGB is 68 - color contains mainly: green. Hex color #02442F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02442F is #FDBBD0. Grayscale: #2D2D2D. Windows color (decimal): -16628689 or 3097602. OLE color: 3097602.
HSL color Cylindrical-coordinate representation of color #02442F: hue angle of 160.91º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02442F is Cyan = 0.97, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 2 | 68 | 47 | - |
| CMYK | 0.97 | 0 | 0.31 | 0.73 |
| HSL | 160.91º | 0.94% | 0.14% | - |
| HSV(B) | 160.91º | 0.97% | 0.27% | - |
| XYZ | 2.61 | 4.35 | 3.39 | - |
| YUV | 45.87 | 128.63 | 96.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 68 | 47 | 0.97 | 0 | 0.31 | 0.73 | 160.91 | 0.94 | 0.14 |
| Hex | 2 | 44 | 2F | 61 | 0 | 1F | 49 | A1 | 5E | E |
| Octal | 2 | 104 | 57 | 141 | 0 | 37 | 111 | 241 | 136 | 16 |
| Binary | 10 | 1000100 | 101111 | 1100001 | 0 | 11111 | 1001001 | 10100001 | 1011110 | 1110 |
Color Harmonies of #02442F
Complementary color
Monochromatic Colors of #02442F
Black with #02442F
Text Example
Text Example
White with #02442F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02442F; }
p { color: rgb(2,68,47); }
H1.HeaderClassName
{
color: #02442F;
}
.AnyTagClassName
{
color: #02442F;
}
</style>
background-color css
<style>
a { background-color: #02442F; }
a { background-color: rgb(2,68,47); }
div.DivClassName
{
background-color: #02442F;
}
.BgClassName
{
background-color: #02442F;
}
</style>
border-color css
<style>
span { border-color: #02442F; }
span { border-color: rgb(2,68,47); }
td.TdClassName
{
border-color: #02442F;
}
.TagClassName
{
border-color: #02442F;
}
</style>