Shades of British Racing Green #023E2C
Tints of British Racing Green #023E2C
RGB
CMYK
RGB Variations
Color information
#023E2C (or 0x023E2C) is known color: British Racing Green. HEX triplet: 02, 3E and 2C. RGB value is (2,62,44). Sum of RGB (Red+Green+Blue) = 2+62+44=108 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.85% from 108); Green value is 62 (24.61% from 255 or 57.41% from 108); Blue value is 44 (17.58% from 255 or 40.74% from 108); Max value from RGB is 62 - color contains mainly: green. Hex color #023E2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023E2C is #FDC1D3. Grayscale: #2A2A2A. Windows color (decimal): -16630228 or 2899458. OLE color: 2899458.
HSL color Cylindrical-coordinate representation of color #023E2C: hue angle of 162º 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 #023E2C is Cyan = 0.97, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 2 | 62 | 44 | - |
| CMYK | 0.97 | 0 | 0.29 | 0.76 |
| HSL | 162º | 0.94% | 0.13% | - |
| HSV(B) | 162º | 0.97% | 0.24% | - |
| XYZ | 2.2 | 3.64 | 2.97 | - |
| YUV | 42.01 | 129.12 | 99.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 62 | 44 | 0.97 | 0 | 0.29 | 0.76 | 162 | 0.94 | 0.13 |
| Hex | 2 | 3E | 2C | 61 | 0 | 1D | 4C | A2 | 5E | D |
| Octal | 2 | 76 | 54 | 141 | 0 | 35 | 114 | 242 | 136 | 15 |
| Binary | 10 | 111110 | 101100 | 1100001 | 0 | 11101 | 1001100 | 10100010 | 1011110 | 1101 |
Color Harmonies of #023E2C
Complementary color
Monochromatic Colors of #023E2C
Black with #023E2C
Text Example
Text Example
White with #023E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023E2C; }
p { color: rgb(2,62,44); }
H1.HeaderClassName
{
color: #023E2C;
}
.AnyTagClassName
{
color: #023E2C;
}
</style>
background-color css
<style>
a { background-color: #023E2C; }
a { background-color: rgb(2,62,44); }
div.DivClassName
{
background-color: #023E2C;
}
.BgClassName
{
background-color: #023E2C;
}
</style>
border-color css
<style>
span { border-color: #023E2C; }
span { border-color: rgb(2,62,44); }
td.TdClassName
{
border-color: #023E2C;
}
.TagClassName
{
border-color: #023E2C;
}
</style>