Shades of British Racing Green #023A1F
Tints of British Racing Green #023A1F
RGB
CMYK
RGB Variations
Color information
#023A1F (or 0x023A1F) is known color: British Racing Green. HEX triplet: 02, 3A and 1F. RGB value is (2,58,31). Sum of RGB (Red+Green+Blue) = 2+58+31=91 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.20% from 91); Green value is 58 (23.05% from 255 or 63.74% from 91); Blue value is 31 (12.5% from 255 or 34.07% from 91); Max value from RGB is 58 - color contains mainly: green. Hex color #023A1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023A1F is #FDC5E0. Grayscale: #262626. Windows color (decimal): -16631265 or 2046466. OLE color: 2046466.
HSL color Cylindrical-coordinate representation of color #023A1F: hue angle of 151.07º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #023A1F is Cyan = 0.97, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 2 | 58 | 31 | - |
| CMYK | 0.97 | 0 | 0.47 | 0.77 |
| HSL | 151.07º | 0.93% | 0.12% | - |
| HSV(B) | 151.07º | 0.97% | 0.23% | - |
| XYZ | 1.79 | 3.14 | 1.81 | - |
| YUV | 38.18 | 123.95 | 102.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 58 | 31 | 0.97 | 0 | 0.47 | 0.77 | 151.07 | 0.93 | 0.12 |
| Hex | 2 | 3A | 1F | 61 | 0 | 2F | 4D | 97 | 5D | C |
| Octal | 2 | 72 | 37 | 141 | 0 | 57 | 115 | 227 | 135 | 14 |
| Binary | 10 | 111010 | 11111 | 1100001 | 0 | 101111 | 1001101 | 10010111 | 1011101 | 1100 |
Color Harmonies of #023A1F
Complementary color
Monochromatic Colors of #023A1F
Black with #023A1F
Text Example
Text Example
White with #023A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023A1F; }
p { color: rgb(2,58,31); }
H1.HeaderClassName
{
color: #023A1F;
}
.AnyTagClassName
{
color: #023A1F;
}
</style>
background-color css
<style>
a { background-color: #023A1F; }
a { background-color: rgb(2,58,31); }
div.DivClassName
{
background-color: #023A1F;
}
.BgClassName
{
background-color: #023A1F;
}
</style>
border-color css
<style>
span { border-color: #023A1F; }
span { border-color: rgb(2,58,31); }
td.TdClassName
{
border-color: #023A1F;
}
.TagClassName
{
border-color: #023A1F;
}
</style>