Shades of British Racing Green #02431C
Tints of British Racing Green #02431C
RGB
CMYK
RGB Variations
Color information
#02431C (or 0x02431C) is known color: British Racing Green. HEX triplet: 02, 43 and 1C. RGB value is (2,67,28). Sum of RGB (Red+Green+Blue) = 2+67+28=97 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.06% from 97); Green value is 67 (26.56% from 255 or 69.07% from 97); Blue value is 28 (11.33% from 255 or 28.87% from 97); Max value from RGB is 67 - color contains mainly: green. Hex color #02431C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02431C is #FDBCE3. Grayscale: #2B2B2B. Windows color (decimal): -16628964 or 1852162. OLE color: 1852162.
HSL color Cylindrical-coordinate representation of color #02431C: hue angle of 144º 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 #02431C is Cyan = 0.97, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 2 | 67 | 28 | - |
| CMYK | 0.97 | 0 | 0.58 | 0.74 |
| HSL | 144º | 0.94% | 0.14% | - |
| HSV(B) | 144º | 0.97% | 0.26% | - |
| XYZ | 2.24 | 4.11 | 1.77 | - |
| YUV | 43.12 | 119.47 | 98.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 67 | 28 | 0.97 | 0 | 0.58 | 0.74 | 144 | 0.94 | 0.14 |
| Hex | 2 | 43 | 1C | 61 | 0 | 3A | 4A | 90 | 5E | E |
| Octal | 2 | 103 | 34 | 141 | 0 | 72 | 112 | 220 | 136 | 16 |
| Binary | 10 | 1000011 | 11100 | 1100001 | 0 | 111010 | 1001010 | 10010000 | 1011110 | 1110 |
Color Harmonies of #02431C
Complementary color
Monochromatic Colors of #02431C
Black with #02431C
Text Example
Text Example
White with #02431C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02431C; }
p { color: rgb(2,67,28); }
H1.HeaderClassName
{
color: #02431C;
}
.AnyTagClassName
{
color: #02431C;
}
</style>
background-color css
<style>
a { background-color: #02431C; }
a { background-color: rgb(2,67,28); }
div.DivClassName
{
background-color: #02431C;
}
.BgClassName
{
background-color: #02431C;
}
</style>
border-color css
<style>
span { border-color: #02431C; }
span { border-color: rgb(2,67,28); }
td.TdClassName
{
border-color: #02431C;
}
.TagClassName
{
border-color: #02431C;
}
</style>