Shades of British Racing Green #083E21
Tints of British Racing Green #083E21
RGB
CMYK
RGB Variations
Color information
#083E21 (or 0x083E21) is known color: British Racing Green. HEX triplet: 08, 3E and 21. RGB value is (8,62,33). Sum of RGB (Red+Green+Blue) = 8+62+33=103 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.77% from 103); Green value is 62 (24.61% from 255 or 60.19% from 103); Blue value is 33 (13.28% from 255 or 32.04% from 103); Max value from RGB is 62 - color contains mainly: green. Hex color #083E21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083E21 is #F7C1DE. Grayscale: #2A2A2A. Windows color (decimal): -16237023 or 2178568. OLE color: 2178568.
HSL color Cylindrical-coordinate representation of color #083E21: hue angle of 147.78º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #083E21 is Cyan = 0.87, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 8 | 62 | 33 | - |
| CMYK | 0.87 | 0 | 0.47 | 0.76 |
| HSL | 147.78º | 0.77% | 0.14% | - |
| HSV(B) | 147.78º | 0.87% | 0.24% | - |
| XYZ | 2.1 | 3.61 | 2.02 | - |
| YUV | 42.55 | 122.61 | 103.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 62 | 33 | 0.87 | 0 | 0.47 | 0.76 | 147.78 | 0.77 | 0.14 |
| Hex | 8 | 3E | 21 | 57 | 0 | 2F | 4C | 94 | 4D | E |
| Octal | 10 | 76 | 41 | 127 | 0 | 57 | 114 | 224 | 115 | 16 |
| Binary | 1000 | 111110 | 100001 | 1010111 | 0 | 101111 | 1001100 | 10010100 | 1001101 | 1110 |
Color Harmonies of #083E21
Complementary color
Monochromatic Colors of #083E21
Black with #083E21
Text Example
Text Example
White with #083E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083E21; }
p { color: rgb(8,62,33); }
H1.HeaderClassName
{
color: #083E21;
}
.AnyTagClassName
{
color: #083E21;
}
</style>
background-color css
<style>
a { background-color: #083E21; }
a { background-color: rgb(8,62,33); }
div.DivClassName
{
background-color: #083E21;
}
.BgClassName
{
background-color: #083E21;
}
</style>
border-color css
<style>
span { border-color: #083E21; }
span { border-color: rgb(8,62,33); }
td.TdClassName
{
border-color: #083E21;
}
.TagClassName
{
border-color: #083E21;
}
</style>