Shades of British Racing Green #083B2B
Tints of British Racing Green #083B2B
RGB
CMYK
RGB Variations
Color information
#083B2B (or 0x083B2B) is known color: British Racing Green. HEX triplet: 08, 3B and 2B. RGB value is (8,59,43). Sum of RGB (Red+Green+Blue) = 8+59+43=110 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.27% from 110); Green value is 59 (23.44% from 255 or 53.64% from 110); Blue value is 43 (17.19% from 255 or 39.09% from 110); Max value from RGB is 59 - color contains mainly: green. Hex color #083B2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083B2B is #F7C4D4. Grayscale: #292929. Windows color (decimal): -16237781 or 2833160. OLE color: 2833160.
HSL color Cylindrical-coordinate representation of color #083B2B: hue angle of 161.18º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #083B2B is Cyan = 0.86, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 8 | 59 | 43 | - |
| CMYK | 0.86 | 0 | 0.27 | 0.77 |
| HSL | 161.18º | 0.76% | 0.13% | - |
| HSV(B) | 161.18º | 0.86% | 0.23% | - |
| XYZ | 2.1 | 3.35 | 2.82 | - |
| YUV | 41.93 | 128.6 | 103.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 59 | 43 | 0.86 | 0 | 0.27 | 0.77 | 161.18 | 0.76 | 0.13 |
| Hex | 8 | 3B | 2B | 56 | 0 | 1B | 4D | A1 | 4C | D |
| Octal | 10 | 73 | 53 | 126 | 0 | 33 | 115 | 241 | 114 | 15 |
| Binary | 1000 | 111011 | 101011 | 1010110 | 0 | 11011 | 1001101 | 10100001 | 1001100 | 1101 |
Color Harmonies of #083B2B
Complementary color
Monochromatic Colors of #083B2B
Black with #083B2B
Text Example
Text Example
White with #083B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083B2B; }
p { color: rgb(8,59,43); }
H1.HeaderClassName
{
color: #083B2B;
}
.AnyTagClassName
{
color: #083B2B;
}
</style>
background-color css
<style>
a { background-color: #083B2B; }
a { background-color: rgb(8,59,43); }
div.DivClassName
{
background-color: #083B2B;
}
.BgClassName
{
background-color: #083B2B;
}
</style>
border-color css
<style>
span { border-color: #083B2B; }
span { border-color: rgb(8,59,43); }
td.TdClassName
{
border-color: #083B2B;
}
.TagClassName
{
border-color: #083B2B;
}
</style>