Shades of British Racing Green #023E1F
Tints of British Racing Green #023E1F
RGB
CMYK
RGB Variations
Color information
#023E1F (or 0x023E1F) is known color: British Racing Green. HEX triplet: 02, 3E and 1F. RGB value is (2,62,31). Sum of RGB (Red+Green+Blue) = 2+62+31=95 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.11% from 95); Green value is 62 (24.61% from 255 or 65.26% from 95); Blue value is 31 (12.5% from 255 or 32.63% from 95); Max value from RGB is 62 - color contains mainly: green. Hex color #023E1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023E1F is #FDC1E0. Grayscale: #282828. Windows color (decimal): -16630241 or 2047490. OLE color: 2047490.
HSL color Cylindrical-coordinate representation of color #023E1F: hue angle of 149º 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 #023E1F is Cyan = 0.97, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 2 | 62 | 31 | - |
| CMYK | 0.97 | 0 | 0.5 | 0.76 |
| HSL | 149º | 0.94% | 0.13% | - |
| HSV(B) | 149º | 0.97% | 0.24% | - |
| XYZ | 1.99 | 3.56 | 1.88 | - |
| YUV | 40.53 | 122.62 | 100.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 62 | 31 | 0.97 | 0 | 0.5 | 0.76 | 149 | 0.94 | 0.13 |
| Hex | 2 | 3E | 1F | 61 | 0 | 32 | 4C | 95 | 5E | D |
| Octal | 2 | 76 | 37 | 141 | 0 | 62 | 114 | 225 | 136 | 15 |
| Binary | 10 | 111110 | 11111 | 1100001 | 0 | 110010 | 1001100 | 10010101 | 1011110 | 1101 |
Color Harmonies of #023E1F
Complementary color
Monochromatic Colors of #023E1F
Black with #023E1F
Text Example
Text Example
White with #023E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023E1F; }
p { color: rgb(2,62,31); }
H1.HeaderClassName
{
color: #023E1F;
}
.AnyTagClassName
{
color: #023E1F;
}
</style>
background-color css
<style>
a { background-color: #023E1F; }
a { background-color: rgb(2,62,31); }
div.DivClassName
{
background-color: #023E1F;
}
.BgClassName
{
background-color: #023E1F;
}
</style>
border-color css
<style>
span { border-color: #023E1F; }
span { border-color: rgb(2,62,31); }
td.TdClassName
{
border-color: #023E1F;
}
.TagClassName
{
border-color: #023E1F;
}
</style>