Shades of British Racing Green #024113
Tints of British Racing Green #024113
RGB
CMYK
RGB Variations
Color information
#024113 (or 0x024113) is known color: British Racing Green. HEX triplet: 02, 41 and 13. RGB value is (2,65,19). Sum of RGB (Red+Green+Blue) = 2+65+19=86 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.33% from 86); Green value is 65 (25.78% from 255 or 75.58% from 86); Blue value is 19 (7.81% from 255 or 22.09% from 86); Max value from RGB is 65 - color contains mainly: green. Hex color #024113 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024113 is #FDBEEC. Grayscale: #292929. Windows color (decimal): -16629485 or 1261826. OLE color: 1261826.
HSL color Cylindrical-coordinate representation of color #024113: hue angle of 136.19º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024113 is Cyan = 0.97, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 2 | 65 | 19 | - |
| CMYK | 0.97 | 0 | 0.71 | 0.75 |
| HSL | 136.19º | 0.94% | 0.13% | - |
| HSV(B) | 136.19º | 0.97% | 0.25% | - |
| XYZ | 2.03 | 3.84 | 1.25 | - |
| YUV | 40.92 | 115.63 | 100.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 65 | 19 | 0.97 | 0 | 0.71 | 0.75 | 136.19 | 0.94 | 0.13 |
| Hex | 2 | 41 | 13 | 61 | 0 | 47 | 4B | 88 | 5E | D |
| Octal | 2 | 101 | 23 | 141 | 0 | 107 | 113 | 210 | 136 | 15 |
| Binary | 10 | 1000001 | 10011 | 1100001 | 0 | 1000111 | 1001011 | 10001000 | 1011110 | 1101 |
Color Harmonies of #024113
Complementary color
Monochromatic Colors of #024113
Black with #024113
Text Example
Text Example
White with #024113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024113; }
p { color: rgb(2,65,19); }
H1.HeaderClassName
{
color: #024113;
}
.AnyTagClassName
{
color: #024113;
}
</style>
background-color css
<style>
a { background-color: #024113; }
a { background-color: rgb(2,65,19); }
div.DivClassName
{
background-color: #024113;
}
.BgClassName
{
background-color: #024113;
}
</style>
border-color css
<style>
span { border-color: #024113; }
span { border-color: rgb(2,65,19); }
td.TdClassName
{
border-color: #024113;
}
.TagClassName
{
border-color: #024113;
}
</style>