Shades of British Racing Green #084330
Tints of British Racing Green #084330
RGB
CMYK
RGB Variations
Color information
#084330 (or 0x084330) is known color: British Racing Green. HEX triplet: 08, 43 and 30. RGB value is (8,67,48). Sum of RGB (Red+Green+Blue) = 8+67+48=123 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.50% from 123); Green value is 67 (26.56% from 255 or 54.47% from 123); Blue value is 48 (19.14% from 255 or 39.02% from 123); Max value from RGB is 67 - color contains mainly: green. Hex color #084330 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084330 is #F7BCCF. Grayscale: #2F2F2F. Windows color (decimal): -16235728 or 3162888. OLE color: 3162888.
HSL color Cylindrical-coordinate representation of color #084330: hue angle of 160.68º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #084330 is Cyan = 0.88, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 8 | 67 | 48 | - |
| CMYK | 0.88 | 0 | 0.28 | 0.74 |
| HSL | 160.68º | 0.79% | 0.15% | - |
| HSV(B) | 160.68º | 0.88% | 0.26% | - |
| XYZ | 2.64 | 4.28 | 3.48 | - |
| YUV | 47.19 | 128.45 | 100.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 67 | 48 | 0.88 | 0 | 0.28 | 0.74 | 160.68 | 0.79 | 0.15 |
| Hex | 8 | 43 | 30 | 58 | 0 | 1C | 4A | A1 | 4F | F |
| Octal | 10 | 103 | 60 | 130 | 0 | 34 | 112 | 241 | 117 | 17 |
| Binary | 1000 | 1000011 | 110000 | 1011000 | 0 | 11100 | 1001010 | 10100001 | 1001111 | 1111 |
Color Harmonies of #084330
Complementary color
Monochromatic Colors of #084330
Black with #084330
Text Example
Text Example
White with #084330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084330; }
p { color: rgb(8,67,48); }
H1.HeaderClassName
{
color: #084330;
}
.AnyTagClassName
{
color: #084330;
}
</style>
background-color css
<style>
a { background-color: #084330; }
a { background-color: rgb(8,67,48); }
div.DivClassName
{
background-color: #084330;
}
.BgClassName
{
background-color: #084330;
}
</style>
border-color css
<style>
span { border-color: #084330; }
span { border-color: rgb(8,67,48); }
td.TdClassName
{
border-color: #084330;
}
.TagClassName
{
border-color: #084330;
}
</style>