Shades of British Racing Green #023B28
Tints of British Racing Green #023B28
RGB
CMYK
RGB Variations
Color information
#023B28 (or 0x023B28) is known color: British Racing Green. HEX triplet: 02, 3B and 28. RGB value is (2,59,40). Sum of RGB (Red+Green+Blue) = 2+59+40=101 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.98% from 101); Green value is 59 (23.44% from 255 or 58.42% from 101); Blue value is 40 (16.02% from 255 or 39.60% from 101); Max value from RGB is 59 - color contains mainly: green. Hex color #023B28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023B28 is #FDC4D7. Grayscale: #272727. Windows color (decimal): -16631000 or 2636546. OLE color: 2636546.
HSL color Cylindrical-coordinate representation of color #023B28: hue angle of 160º 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 #023B28 is Cyan = 0.97, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 2 | 59 | 40 | - |
| CMYK | 0.97 | 0 | 0.32 | 0.77 |
| HSL | 160º | 0.93% | 0.12% | - |
| HSV(B) | 160º | 0.97% | 0.23% | - |
| XYZ | 1.97 | 3.29 | 2.54 | - |
| YUV | 39.79 | 128.12 | 101.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 59 | 40 | 0.97 | 0 | 0.32 | 0.77 | 160 | 0.93 | 0.12 |
| Hex | 2 | 3B | 28 | 61 | 0 | 20 | 4D | A0 | 5D | C |
| Octal | 2 | 73 | 50 | 141 | 0 | 40 | 115 | 240 | 135 | 14 |
| Binary | 10 | 111011 | 101000 | 1100001 | 0 | 100000 | 1001101 | 10100000 | 1011101 | 1100 |
Color Harmonies of #023B28
Complementary color
Monochromatic Colors of #023B28
Black with #023B28
Text Example
Text Example
White with #023B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023B28; }
p { color: rgb(2,59,40); }
H1.HeaderClassName
{
color: #023B28;
}
.AnyTagClassName
{
color: #023B28;
}
</style>
background-color css
<style>
a { background-color: #023B28; }
a { background-color: rgb(2,59,40); }
div.DivClassName
{
background-color: #023B28;
}
.BgClassName
{
background-color: #023B28;
}
</style>
border-color css
<style>
span { border-color: #023B28; }
span { border-color: rgb(2,59,40); }
td.TdClassName
{
border-color: #023B28;
}
.TagClassName
{
border-color: #023B28;
}
</style>