Shades of British Racing Green #02431D
Tints of British Racing Green #02431D
RGB
CMYK
RGB Variations
Color information
#02431D (or 0x02431D) is known color: British Racing Green. HEX triplet: 02, 43 and 1D. RGB value is (2,67,29). Sum of RGB (Red+Green+Blue) = 2+67+29=98 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.04% from 98); Green value is 67 (26.56% from 255 or 68.37% from 98); Blue value is 29 (11.72% from 255 or 29.59% from 98); Max value from RGB is 67 - color contains mainly: green. Hex color #02431D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02431D is #FDBCE2. Grayscale: #2B2B2B. Windows color (decimal): -16628963 or 1917698. OLE color: 1917698.
HSL color Cylindrical-coordinate representation of color #02431D: hue angle of 144.92º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02431D is Cyan = 0.97, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 2 | 67 | 29 | - |
| CMYK | 0.97 | 0 | 0.57 | 0.74 |
| HSL | 144.92º | 0.94% | 0.14% | - |
| HSV(B) | 144.92º | 0.97% | 0.26% | - |
| XYZ | 2.25 | 4.12 | 1.84 | - |
| YUV | 43.23 | 119.97 | 98.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 67 | 29 | 0.97 | 0 | 0.57 | 0.74 | 144.92 | 0.94 | 0.14 |
| Hex | 2 | 43 | 1D | 61 | 0 | 39 | 4A | 91 | 5E | E |
| Octal | 2 | 103 | 35 | 141 | 0 | 71 | 112 | 221 | 136 | 16 |
| Binary | 10 | 1000011 | 11101 | 1100001 | 0 | 111001 | 1001010 | 10010001 | 1011110 | 1110 |
Color Harmonies of #02431D
Complementary color
Monochromatic Colors of #02431D
Black with #02431D
Text Example
Text Example
White with #02431D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02431D; }
p { color: rgb(2,67,29); }
H1.HeaderClassName
{
color: #02431D;
}
.AnyTagClassName
{
color: #02431D;
}
</style>
background-color css
<style>
a { background-color: #02431D; }
a { background-color: rgb(2,67,29); }
div.DivClassName
{
background-color: #02431D;
}
.BgClassName
{
background-color: #02431D;
}
</style>
border-color css
<style>
span { border-color: #02431D; }
span { border-color: rgb(2,67,29); }
td.TdClassName
{
border-color: #02431D;
}
.TagClassName
{
border-color: #02431D;
}
</style>