Shades of British Racing Green #06441F
Tints of British Racing Green #06441F
RGB
CMYK
RGB Variations
Color information
#06441F (or 0x06441F) is known color: British Racing Green. HEX triplet: 06, 44 and 1F. RGB value is (6,68,31). Sum of RGB (Red+Green+Blue) = 6+68+31=105 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.71% from 105); Green value is 68 (26.95% from 255 or 64.76% from 105); Blue value is 31 (12.5% from 255 or 29.52% from 105); Max value from RGB is 68 - color contains mainly: green. Hex color #06441F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06441F is #F9BBE0. Grayscale: #2D2D2D. Windows color (decimal): -16366561 or 2049030. OLE color: 2049030.
HSL color Cylindrical-coordinate representation of color #06441F: hue angle of 144.19º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #06441F is Cyan = 0.91, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 6 | 68 | 31 | - |
| CMYK | 0.91 | 0 | 0.54 | 0.73 |
| HSL | 144.19º | 0.84% | 0.15% | - |
| HSV(B) | 144.19º | 0.91% | 0.27% | - |
| XYZ | 2.39 | 4.27 | 1.99 | - |
| YUV | 45.24 | 119.96 | 100.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 68 | 31 | 0.91 | 0 | 0.54 | 0.73 | 144.19 | 0.84 | 0.15 |
| Hex | 6 | 44 | 1F | 5B | 0 | 36 | 49 | 90 | 54 | F |
| Octal | 6 | 104 | 37 | 133 | 0 | 66 | 111 | 220 | 124 | 17 |
| Binary | 110 | 1000100 | 11111 | 1011011 | 0 | 110110 | 1001001 | 10010000 | 1010100 | 1111 |
Color Harmonies of #06441F
Complementary color
Monochromatic Colors of #06441F
Black with #06441F
Text Example
Text Example
White with #06441F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06441F; }
p { color: rgb(6,68,31); }
H1.HeaderClassName
{
color: #06441F;
}
.AnyTagClassName
{
color: #06441F;
}
</style>
background-color css
<style>
a { background-color: #06441F; }
a { background-color: rgb(6,68,31); }
div.DivClassName
{
background-color: #06441F;
}
.BgClassName
{
background-color: #06441F;
}
</style>
border-color css
<style>
span { border-color: #06441F; }
span { border-color: rgb(6,68,31); }
td.TdClassName
{
border-color: #06441F;
}
.TagClassName
{
border-color: #06441F;
}
</style>