Shades of British Racing Green #06431C
Tints of British Racing Green #06431C
RGB
CMYK
RGB Variations
Color information
#06431C (or 0x06431C) is known color: British Racing Green. HEX triplet: 06, 43 and 1C. RGB value is (6,67,28). Sum of RGB (Red+Green+Blue) = 6+67+28=101 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.94% from 101); Green value is 67 (26.56% from 255 or 66.34% from 101); Blue value is 28 (11.33% from 255 or 27.72% from 101); Max value from RGB is 67 - color contains mainly: green. Hex color #06431C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06431C is #F9BCE3. Grayscale: #2C2C2C. Windows color (decimal): -16366820 or 1852166. OLE color: 1852166.
HSL color Cylindrical-coordinate representation of color #06431C: hue angle of 141.64º degrees, saturation: 0.84, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #06431C is Cyan = 0.91, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 6 | 67 | 28 | - |
| CMYK | 0.91 | 0 | 0.58 | 0.74 |
| HSL | 141.64º | 0.84% | 0.14% | - |
| HSV(B) | 141.64º | 0.91% | 0.26% | - |
| XYZ | 2.29 | 4.14 | 1.78 | - |
| YUV | 44.32 | 118.79 | 100.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 67 | 28 | 0.91 | 0 | 0.58 | 0.74 | 141.64 | 0.84 | 0.14 |
| Hex | 6 | 43 | 1C | 5B | 0 | 3A | 4A | 8E | 54 | E |
| Octal | 6 | 103 | 34 | 133 | 0 | 72 | 112 | 216 | 124 | 16 |
| Binary | 110 | 1000011 | 11100 | 1011011 | 0 | 111010 | 1001010 | 10001110 | 1010100 | 1110 |
Color Harmonies of #06431C
Complementary color
Monochromatic Colors of #06431C
Black with #06431C
Text Example
Text Example
White with #06431C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06431C; }
p { color: rgb(6,67,28); }
H1.HeaderClassName
{
color: #06431C;
}
.AnyTagClassName
{
color: #06431C;
}
</style>
background-color css
<style>
a { background-color: #06431C; }
a { background-color: rgb(6,67,28); }
div.DivClassName
{
background-color: #06431C;
}
.BgClassName
{
background-color: #06431C;
}
</style>
border-color css
<style>
span { border-color: #06431C; }
span { border-color: rgb(6,67,28); }
td.TdClassName
{
border-color: #06431C;
}
.TagClassName
{
border-color: #06431C;
}
</style>