Shades of British Racing Green #023B19
Tints of British Racing Green #023B19
RGB
CMYK
RGB Variations
Color information
#023B19 (or 0x023B19) is known color: British Racing Green. HEX triplet: 02, 3B and 19. RGB value is (2,59,25). Sum of RGB (Red+Green+Blue) = 2+59+25=86 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.33% from 86); Green value is 59 (23.44% from 255 or 68.60% from 86); Blue value is 25 (10.16% from 255 or 29.07% from 86); Max value from RGB is 59 - color contains mainly: green. Hex color #023B19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023B19 is #FDC4E6. Grayscale: #262626. Windows color (decimal): -16631015 or 1653506. OLE color: 1653506.
HSL color Cylindrical-coordinate representation of color #023B19: hue angle of 144.21º 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 #023B19 is Cyan = 0.97, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 2 | 59 | 25 | - |
| CMYK | 0.97 | 0 | 0.58 | 0.77 |
| HSL | 144.21º | 0.93% | 0.12% | - |
| HSV(B) | 144.21º | 0.97% | 0.23% | - |
| XYZ | 1.76 | 3.21 | 1.45 | - |
| YUV | 38.08 | 120.62 | 102.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 59 | 25 | 0.97 | 0 | 0.58 | 0.77 | 144.21 | 0.93 | 0.12 |
| Hex | 2 | 3B | 19 | 61 | 0 | 3A | 4D | 90 | 5D | C |
| Octal | 2 | 73 | 31 | 141 | 0 | 72 | 115 | 220 | 135 | 14 |
| Binary | 10 | 111011 | 11001 | 1100001 | 0 | 111010 | 1001101 | 10010000 | 1011101 | 1100 |
Color Harmonies of #023B19
Complementary color
Monochromatic Colors of #023B19
Black with #023B19
Text Example
Text Example
White with #023B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023B19; }
p { color: rgb(2,59,25); }
H1.HeaderClassName
{
color: #023B19;
}
.AnyTagClassName
{
color: #023B19;
}
</style>
background-color css
<style>
a { background-color: #023B19; }
a { background-color: rgb(2,59,25); }
div.DivClassName
{
background-color: #023B19;
}
.BgClassName
{
background-color: #023B19;
}
</style>
border-color css
<style>
span { border-color: #023B19; }
span { border-color: rgb(2,59,25); }
td.TdClassName
{
border-color: #023B19;
}
.TagClassName
{
border-color: #023B19;
}
</style>