Shades of British Racing Green #083A22
Tints of British Racing Green #083A22
RGB
CMYK
RGB Variations
Color information
#083A22 (or 0x083A22) is known color: British Racing Green. HEX triplet: 08, 3A and 22. RGB value is (8,58,34). Sum of RGB (Red+Green+Blue) = 8+58+34=100 (13% of max value = 765). Red value is 8 (3.52% from 255 or 8% from 100); Green value is 58 (23.05% from 255 or 58% from 100); Blue value is 34 (13.67% from 255 or 34% from 100); Max value from RGB is 58 - color contains mainly: green. Hex color #083A22 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083A22 is #F7C5DD. Grayscale: #282828. Windows color (decimal): -16238046 or 2243080. OLE color: 2243080.
HSL color Cylindrical-coordinate representation of color #083A22: hue angle of 151.2º 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 #083A22 is Cyan = 0.86, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 8 | 58 | 34 | - |
| CMYK | 0.86 | 0 | 0.41 | 0.77 |
| HSL | 151.2º | 0.76% | 0.13% | - |
| HSV(B) | 151.2º | 0.86% | 0.23% | - |
| XYZ | 1.9 | 3.19 | 2.03 | - |
| YUV | 40.31 | 124.44 | 104.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 58 | 34 | 0.86 | 0 | 0.41 | 0.77 | 151.2 | 0.76 | 0.13 |
| Hex | 8 | 3A | 22 | 56 | 0 | 29 | 4D | 97 | 4C | D |
| Octal | 10 | 72 | 42 | 126 | 0 | 51 | 115 | 227 | 114 | 15 |
| Binary | 1000 | 111010 | 100010 | 1010110 | 0 | 101001 | 1001101 | 10010111 | 1001100 | 1101 |
Color Harmonies of #083A22
Complementary color
Monochromatic Colors of #083A22
Black with #083A22
Text Example
Text Example
White with #083A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083A22; }
p { color: rgb(8,58,34); }
H1.HeaderClassName
{
color: #083A22;
}
.AnyTagClassName
{
color: #083A22;
}
</style>
background-color css
<style>
a { background-color: #083A22; }
a { background-color: rgb(8,58,34); }
div.DivClassName
{
background-color: #083A22;
}
.BgClassName
{
background-color: #083A22;
}
</style>
border-color css
<style>
span { border-color: #083A22; }
span { border-color: rgb(8,58,34); }
td.TdClassName
{
border-color: #083A22;
}
.TagClassName
{
border-color: #083A22;
}
</style>