Shades of British Racing Green #02482C
Tints of British Racing Green #02482C
RGB
CMYK
RGB Variations
Color information
#02482C (or 0x02482C) is known color: British Racing Green. HEX triplet: 02, 48 and 2C. RGB value is (2,72,44). Sum of RGB (Red+Green+Blue) = 2+72+44=118 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.69% from 118); Green value is 72 (28.52% from 255 or 61.02% from 118); Blue value is 44 (17.58% from 255 or 37.29% from 118); Max value from RGB is 72 - color contains mainly: green. Hex color #02482C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02482C is #FDB7D3. Grayscale: #2F2F2F. Windows color (decimal): -16627668 or 2902018. OLE color: 2902018.
HSL color Cylindrical-coordinate representation of color #02482C: hue angle of 156º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02482C is Cyan = 0.97, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 2 | 72 | 44 | - |
| CMYK | 0.97 | 0 | 0.39 | 0.72 |
| HSL | 156º | 0.95% | 0.15% | - |
| HSV(B) | 156º | 0.97% | 0.28% | - |
| XYZ | 2.8 | 4.83 | 3.17 | - |
| YUV | 47.88 | 125.81 | 95.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 72 | 44 | 0.97 | 0 | 0.39 | 0.72 | 156 | 0.95 | 0.15 |
| Hex | 2 | 48 | 2C | 61 | 0 | 27 | 48 | 9C | 5F | F |
| Octal | 2 | 110 | 54 | 141 | 0 | 47 | 110 | 234 | 137 | 17 |
| Binary | 10 | 1001000 | 101100 | 1100001 | 0 | 100111 | 1001000 | 10011100 | 1011111 | 1111 |
Color Harmonies of #02482C
Complementary color
Monochromatic Colors of #02482C
Black with #02482C
Text Example
Text Example
White with #02482C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02482C; }
p { color: rgb(2,72,44); }
H1.HeaderClassName
{
color: #02482C;
}
.AnyTagClassName
{
color: #02482C;
}
</style>
background-color css
<style>
a { background-color: #02482C; }
a { background-color: rgb(2,72,44); }
div.DivClassName
{
background-color: #02482C;
}
.BgClassName
{
background-color: #02482C;
}
</style>
border-color css
<style>
span { border-color: #02482C; }
span { border-color: rgb(2,72,44); }
td.TdClassName
{
border-color: #02482C;
}
.TagClassName
{
border-color: #02482C;
}
</style>