Shades of British Racing Green #023D2C
Tints of British Racing Green #023D2C
RGB
CMYK
RGB Variations
Color information
#023D2C (or 0x023D2C) is known color: British Racing Green. HEX triplet: 02, 3D and 2C. RGB value is (2,61,44). Sum of RGB (Red+Green+Blue) = 2+61+44=107 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.87% from 107); Green value is 61 (24.22% from 255 or 57.01% from 107); Blue value is 44 (17.58% from 255 or 41.12% from 107); Max value from RGB is 61 - color contains mainly: green. Hex color #023D2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023D2C is #FDC2D3. Grayscale: #292929. Windows color (decimal): -16630484 or 2899202. OLE color: 2899202.
HSL color Cylindrical-coordinate representation of color #023D2C: hue angle of 162.71º 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 #023D2C is Cyan = 0.97, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 2 | 61 | 44 | - |
| CMYK | 0.97 | 0 | 0.28 | 0.76 |
| HSL | 162.71º | 0.94% | 0.12% | - |
| HSV(B) | 162.71º | 0.97% | 0.24% | - |
| XYZ | 2.15 | 3.53 | 2.95 | - |
| YUV | 41.42 | 129.45 | 99.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 61 | 44 | 0.97 | 0 | 0.28 | 0.76 | 162.71 | 0.94 | 0.12 |
| Hex | 2 | 3D | 2C | 61 | 0 | 1C | 4C | A3 | 5E | C |
| Octal | 2 | 75 | 54 | 141 | 0 | 34 | 114 | 243 | 136 | 14 |
| Binary | 10 | 111101 | 101100 | 1100001 | 0 | 11100 | 1001100 | 10100011 | 1011110 | 1100 |
Color Harmonies of #023D2C
Complementary color
Monochromatic Colors of #023D2C
Black with #023D2C
Text Example
Text Example
White with #023D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023D2C; }
p { color: rgb(2,61,44); }
H1.HeaderClassName
{
color: #023D2C;
}
.AnyTagClassName
{
color: #023D2C;
}
</style>
background-color css
<style>
a { background-color: #023D2C; }
a { background-color: rgb(2,61,44); }
div.DivClassName
{
background-color: #023D2C;
}
.BgClassName
{
background-color: #023D2C;
}
</style>
border-color css
<style>
span { border-color: #023D2C; }
span { border-color: rgb(2,61,44); }
td.TdClassName
{
border-color: #023D2C;
}
.TagClassName
{
border-color: #023D2C;
}
</style>