Shades of British Racing Green #023E31
Tints of British Racing Green #023E31
RGB
CMYK
RGB Variations
Color information
#023E31 (or 0x023E31) is known color: British Racing Green. HEX triplet: 02, 3E and 31. RGB value is (2,62,49). Sum of RGB (Red+Green+Blue) = 2+62+49=113 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.77% from 113); Green value is 62 (24.61% from 255 or 54.87% from 113); Blue value is 49 (19.53% from 255 or 43.36% from 113); Max value from RGB is 62 - color contains mainly: green. Hex color #023E31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023E31 is #FDC1CE. Grayscale: #2A2A2A. Windows color (decimal): -16630223 or 3227138. OLE color: 3227138.
HSL color Cylindrical-coordinate representation of color #023E31: hue angle of 167º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #023E31 is Cyan = 0.97, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 2 | 62 | 49 | - |
| CMYK | 0.97 | 0 | 0.21 | 0.76 |
| HSL | 167º | 0.94% | 0.13% | - |
| HSV(B) | 167º | 0.97% | 0.24% | - |
| XYZ | 2.3 | 3.68 | 3.49 | - |
| YUV | 42.58 | 131.62 | 99.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 62 | 49 | 0.97 | 0 | 0.21 | 0.76 | 167 | 0.94 | 0.13 |
| Hex | 2 | 3E | 31 | 61 | 0 | 15 | 4C | A7 | 5E | D |
| Octal | 2 | 76 | 61 | 141 | 0 | 25 | 114 | 247 | 136 | 15 |
| Binary | 10 | 111110 | 110001 | 1100001 | 0 | 10101 | 1001100 | 10100111 | 1011110 | 1101 |
Color Harmonies of #023E31
Complementary color
Monochromatic Colors of #023E31
Black with #023E31
Text Example
Text Example
White with #023E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023E31; }
p { color: rgb(2,62,49); }
H1.HeaderClassName
{
color: #023E31;
}
.AnyTagClassName
{
color: #023E31;
}
</style>
background-color css
<style>
a { background-color: #023E31; }
a { background-color: rgb(2,62,49); }
div.DivClassName
{
background-color: #023E31;
}
.BgClassName
{
background-color: #023E31;
}
</style>
border-color css
<style>
span { border-color: #023E31; }
span { border-color: rgb(2,62,49); }
td.TdClassName
{
border-color: #023E31;
}
.TagClassName
{
border-color: #023E31;
}
</style>