Shades of British Racing Green #023F2D
Tints of British Racing Green #023F2D
RGB
CMYK
RGB Variations
Color information
#023F2D (or 0x023F2D) is known color: British Racing Green. HEX triplet: 02, 3F and 2D. RGB value is (2,63,45). Sum of RGB (Red+Green+Blue) = 2+63+45=110 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.82% from 110); Green value is 63 (25% from 255 or 57.27% from 110); Blue value is 45 (17.97% from 255 or 40.91% from 110); Max value from RGB is 63 - color contains mainly: green. Hex color #023F2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023F2D is #FDC0D2. Grayscale: #2A2A2A. Windows color (decimal): -16629971 or 2965250. OLE color: 2965250.
HSL color Cylindrical-coordinate representation of color #023F2D: hue angle of 162.3º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #023F2D is Cyan = 0.97, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 2 | 63 | 45 | - |
| CMYK | 0.97 | 0 | 0.29 | 0.75 |
| HSL | 162.3º | 0.94% | 0.13% | - |
| HSV(B) | 162.3º | 0.97% | 0.25% | - |
| XYZ | 2.28 | 3.76 | 3.09 | - |
| YUV | 42.71 | 129.29 | 98.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 63 | 45 | 0.97 | 0 | 0.29 | 0.75 | 162.3 | 0.94 | 0.13 |
| Hex | 2 | 3F | 2D | 61 | 0 | 1D | 4B | A2 | 5E | D |
| Octal | 2 | 77 | 55 | 141 | 0 | 35 | 113 | 242 | 136 | 15 |
| Binary | 10 | 111111 | 101101 | 1100001 | 0 | 11101 | 1001011 | 10100010 | 1011110 | 1101 |
Color Harmonies of #023F2D
Complementary color
Monochromatic Colors of #023F2D
Black with #023F2D
Text Example
Text Example
White with #023F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023F2D; }
p { color: rgb(2,63,45); }
H1.HeaderClassName
{
color: #023F2D;
}
.AnyTagClassName
{
color: #023F2D;
}
</style>
background-color css
<style>
a { background-color: #023F2D; }
a { background-color: rgb(2,63,45); }
div.DivClassName
{
background-color: #023F2D;
}
.BgClassName
{
background-color: #023F2D;
}
</style>
border-color css
<style>
span { border-color: #023F2D; }
span { border-color: rgb(2,63,45); }
td.TdClassName
{
border-color: #023F2D;
}
.TagClassName
{
border-color: #023F2D;
}
</style>