Shades of British Racing Green #023E20
Tints of British Racing Green #023E20
RGB
CMYK
RGB Variations
Color information
#023E20 (or 0x023E20) is known color: British Racing Green. HEX triplet: 02, 3E and 20. RGB value is (2,62,32). Sum of RGB (Red+Green+Blue) = 2+62+32=96 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.08% from 96); Green value is 62 (24.61% from 255 or 64.58% from 96); Blue value is 32 (12.89% from 255 or 33.33% from 96); Max value from RGB is 62 - color contains mainly: green. Hex color #023E20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023E20 is #FDC1DF. Grayscale: #282828. Windows color (decimal): -16630240 or 2113026. OLE color: 2113026.
HSL color Cylindrical-coordinate representation of color #023E20: hue angle of 150º 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 #023E20 is Cyan = 0.97, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 2 | 62 | 32 | - |
| CMYK | 0.97 | 0 | 0.48 | 0.76 |
| HSL | 150º | 0.94% | 0.13% | - |
| HSV(B) | 150º | 0.97% | 0.24% | - |
| XYZ | 2.01 | 3.56 | 1.95 | - |
| YUV | 40.64 | 123.12 | 100.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 62 | 32 | 0.97 | 0 | 0.48 | 0.76 | 150 | 0.94 | 0.13 |
| Hex | 2 | 3E | 20 | 61 | 0 | 30 | 4C | 96 | 5E | D |
| Octal | 2 | 76 | 40 | 141 | 0 | 60 | 114 | 226 | 136 | 15 |
| Binary | 10 | 111110 | 100000 | 1100001 | 0 | 110000 | 1001100 | 10010110 | 1011110 | 1101 |
Color Harmonies of #023E20
Complementary color
Monochromatic Colors of #023E20
Black with #023E20
Text Example
Text Example
White with #023E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023E20; }
p { color: rgb(2,62,32); }
H1.HeaderClassName
{
color: #023E20;
}
.AnyTagClassName
{
color: #023E20;
}
</style>
background-color css
<style>
a { background-color: #023E20; }
a { background-color: rgb(2,62,32); }
div.DivClassName
{
background-color: #023E20;
}
.BgClassName
{
background-color: #023E20;
}
</style>
border-color css
<style>
span { border-color: #023E20; }
span { border-color: rgb(2,62,32); }
td.TdClassName
{
border-color: #023E20;
}
.TagClassName
{
border-color: #023E20;
}
</style>