Shades of British Racing Green #024825
Tints of British Racing Green #024825
RGB
CMYK
RGB Variations
Color information
#024825 (or 0x024825) is known color: British Racing Green. HEX triplet: 02, 48 and 25. RGB value is (2,72,37). Sum of RGB (Red+Green+Blue) = 2+72+37=111 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.80% from 111); Green value is 72 (28.52% from 255 or 64.86% from 111); Blue value is 37 (14.84% from 255 or 33.33% from 111); Max value from RGB is 72 - color contains mainly: green. Hex color #024825 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024825 is #FDB7DA. Grayscale: #2F2F2F. Windows color (decimal): -16627675 or 2443266. OLE color: 2443266.
HSL color Cylindrical-coordinate representation of color #024825: hue angle of 150º 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 #024825 is Cyan = 0.97, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 2 | 72 | 37 | - |
| CMYK | 0.97 | 0 | 0.49 | 0.72 |
| HSL | 150º | 0.95% | 0.15% | - |
| HSV(B) | 150º | 0.97% | 0.28% | - |
| XYZ | 2.68 | 4.78 | 2.53 | - |
| YUV | 47.08 | 122.31 | 95.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 72 | 37 | 0.97 | 0 | 0.49 | 0.72 | 150 | 0.95 | 0.15 |
| Hex | 2 | 48 | 25 | 61 | 0 | 31 | 48 | 96 | 5F | F |
| Octal | 2 | 110 | 45 | 141 | 0 | 61 | 110 | 226 | 137 | 17 |
| Binary | 10 | 1001000 | 100101 | 1100001 | 0 | 110001 | 1001000 | 10010110 | 1011111 | 1111 |
Color Harmonies of #024825
Complementary color
Monochromatic Colors of #024825
Black with #024825
Text Example
Text Example
White with #024825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024825; }
p { color: rgb(2,72,37); }
H1.HeaderClassName
{
color: #024825;
}
.AnyTagClassName
{
color: #024825;
}
</style>
background-color css
<style>
a { background-color: #024825; }
a { background-color: rgb(2,72,37); }
div.DivClassName
{
background-color: #024825;
}
.BgClassName
{
background-color: #024825;
}
</style>
border-color css
<style>
span { border-color: #024825; }
span { border-color: rgb(2,72,37); }
td.TdClassName
{
border-color: #024825;
}
.TagClassName
{
border-color: #024825;
}
</style>