Shades of British Racing Green #023C20
Tints of British Racing Green #023C20
RGB
CMYK
RGB Variations
Color information
#023C20 (or 0x023C20) is known color: British Racing Green. HEX triplet: 02, 3C and 20. RGB value is (2,60,32). Sum of RGB (Red+Green+Blue) = 2+60+32=94 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.13% from 94); Green value is 60 (23.83% from 255 or 63.83% from 94); Blue value is 32 (12.89% from 255 or 34.04% from 94); Max value from RGB is 60 - color contains mainly: green. Hex color #023C20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023C20 is #FDC3DF. Grayscale: #272727. Windows color (decimal): -16630752 or 2112514. OLE color: 2112514.
HSL color Cylindrical-coordinate representation of color #023C20: hue angle of 151.03º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #023C20 is Cyan = 0.97, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 2 | 60 | 32 | - |
| CMYK | 0.97 | 0 | 0.47 | 0.76 |
| HSL | 151.03º | 0.94% | 0.12% | - |
| HSV(B) | 151.03º | 0.97% | 0.24% | - |
| XYZ | 1.9 | 3.35 | 1.91 | - |
| YUV | 39.47 | 123.78 | 101.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 60 | 32 | 0.97 | 0 | 0.47 | 0.76 | 151.03 | 0.94 | 0.12 |
| Hex | 2 | 3C | 20 | 61 | 0 | 2F | 4C | 97 | 5E | C |
| Octal | 2 | 74 | 40 | 141 | 0 | 57 | 114 | 227 | 136 | 14 |
| Binary | 10 | 111100 | 100000 | 1100001 | 0 | 101111 | 1001100 | 10010111 | 1011110 | 1100 |
Color Harmonies of #023C20
Complementary color
Monochromatic Colors of #023C20
Black with #023C20
Text Example
Text Example
White with #023C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023C20; }
p { color: rgb(2,60,32); }
H1.HeaderClassName
{
color: #023C20;
}
.AnyTagClassName
{
color: #023C20;
}
</style>
background-color css
<style>
a { background-color: #023C20; }
a { background-color: rgb(2,60,32); }
div.DivClassName
{
background-color: #023C20;
}
.BgClassName
{
background-color: #023C20;
}
</style>
border-color css
<style>
span { border-color: #023C20; }
span { border-color: rgb(2,60,32); }
td.TdClassName
{
border-color: #023C20;
}
.TagClassName
{
border-color: #023C20;
}
</style>