Shades of British Racing Green #02441E
Tints of British Racing Green #02441E
RGB
CMYK
RGB Variations
Color information
#02441E (or 0x02441E) is known color: British Racing Green. HEX triplet: 02, 44 and 1E. RGB value is (2,68,30). Sum of RGB (Red+Green+Blue) = 2+68+30=100 (13% of max value = 765). Red value is 2 (1.17% from 255 or 2% from 100); Green value is 68 (26.95% from 255 or 68% from 100); Blue value is 30 (12.11% from 255 or 30% from 100); Max value from RGB is 68 - color contains mainly: green. Hex color #02441E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02441E is #FDBBE1. Grayscale: #2C2C2C. Windows color (decimal): -16628706 or 1983490. OLE color: 1983490.
HSL color Cylindrical-coordinate representation of color #02441E: hue angle of 145.45º 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 #02441E is Cyan = 0.97, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 2 | 68 | 30 | - |
| CMYK | 0.97 | 0 | 0.56 | 0.73 |
| HSL | 145.45º | 0.94% | 0.14% | - |
| HSV(B) | 145.45º | 0.97% | 0.27% | - |
| XYZ | 2.33 | 4.24 | 1.92 | - |
| YUV | 43.93 | 120.13 | 98.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 68 | 30 | 0.97 | 0 | 0.56 | 0.73 | 145.45 | 0.94 | 0.14 |
| Hex | 2 | 44 | 1E | 61 | 0 | 38 | 49 | 91 | 5E | E |
| Octal | 2 | 104 | 36 | 141 | 0 | 70 | 111 | 221 | 136 | 16 |
| Binary | 10 | 1000100 | 11110 | 1100001 | 0 | 111000 | 1001001 | 10010001 | 1011110 | 1110 |
Color Harmonies of #02441E
Complementary color
Monochromatic Colors of #02441E
Black with #02441E
Text Example
Text Example
White with #02441E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02441E; }
p { color: rgb(2,68,30); }
H1.HeaderClassName
{
color: #02441E;
}
.AnyTagClassName
{
color: #02441E;
}
</style>
background-color css
<style>
a { background-color: #02441E; }
a { background-color: rgb(2,68,30); }
div.DivClassName
{
background-color: #02441E;
}
.BgClassName
{
background-color: #02441E;
}
</style>
border-color css
<style>
span { border-color: #02441E; }
span { border-color: rgb(2,68,30); }
td.TdClassName
{
border-color: #02441E;
}
.TagClassName
{
border-color: #02441E;
}
</style>