Shades of British Racing Green #024133
Tints of British Racing Green #024133
RGB
CMYK
RGB Variations
Color information
#024133 (or 0x024133) is known color: British Racing Green. HEX triplet: 02, 41 and 33. RGB value is (2,65,51). Sum of RGB (Red+Green+Blue) = 2+65+51=118 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.69% from 118); Green value is 65 (25.78% from 255 or 55.08% from 118); Blue value is 51 (20.31% from 255 or 43.22% from 118); Max value from RGB is 65 - color contains mainly: green. Hex color #024133 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024133 is #FDBECC. Grayscale: #2C2C2C. Windows color (decimal): -16629453 or 3358978. OLE color: 3358978.
HSL color Cylindrical-coordinate representation of color #024133: hue angle of 166.67º 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 #024133 is Cyan = 0.97, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 2 | 65 | 51 | - |
| CMYK | 0.97 | 0 | 0.22 | 0.75 |
| HSL | 166.67º | 0.94% | 0.13% | - |
| HSV(B) | 166.67º | 0.97% | 0.25% | - |
| XYZ | 2.51 | 4.03 | 3.78 | - |
| YUV | 44.57 | 131.63 | 97.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 65 | 51 | 0.97 | 0 | 0.22 | 0.75 | 166.67 | 0.94 | 0.13 |
| Hex | 2 | 41 | 33 | 61 | 0 | 16 | 4B | A7 | 5E | D |
| Octal | 2 | 101 | 63 | 141 | 0 | 26 | 113 | 247 | 136 | 15 |
| Binary | 10 | 1000001 | 110011 | 1100001 | 0 | 10110 | 1001011 | 10100111 | 1011110 | 1101 |
Color Harmonies of #024133
Complementary color
Monochromatic Colors of #024133
Black with #024133
Text Example
Text Example
White with #024133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024133; }
p { color: rgb(2,65,51); }
H1.HeaderClassName
{
color: #024133;
}
.AnyTagClassName
{
color: #024133;
}
</style>
background-color css
<style>
a { background-color: #024133; }
a { background-color: rgb(2,65,51); }
div.DivClassName
{
background-color: #024133;
}
.BgClassName
{
background-color: #024133;
}
</style>
border-color css
<style>
span { border-color: #024133; }
span { border-color: rgb(2,65,51); }
td.TdClassName
{
border-color: #024133;
}
.TagClassName
{
border-color: #024133;
}
</style>