Shades of British Racing Green #083A24
Tints of British Racing Green #083A24
RGB
CMYK
RGB Variations
Color information
#083A24 (or 0x083A24) is known color: British Racing Green. HEX triplet: 08, 3A and 24. RGB value is (8,58,36). Sum of RGB (Red+Green+Blue) = 8+58+36=102 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.84% from 102); Green value is 58 (23.05% from 255 or 56.86% from 102); Blue value is 36 (14.45% from 255 or 35.29% from 102); Max value from RGB is 58 - color contains mainly: green. Hex color #083A24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083A24 is #F7C5DB. Grayscale: #282828. Windows color (decimal): -16238044 or 2374152. OLE color: 2374152.
HSL color Cylindrical-coordinate representation of color #083A24: hue angle of 153.6º 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 #083A24 is Cyan = 0.86, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 8 | 58 | 36 | - |
| CMYK | 0.86 | 0 | 0.38 | 0.77 |
| HSL | 153.6º | 0.76% | 0.13% | - |
| HSV(B) | 153.6º | 0.86% | 0.23% | - |
| XYZ | 1.93 | 3.21 | 2.19 | - |
| YUV | 40.54 | 125.44 | 104.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 58 | 36 | 0.86 | 0 | 0.38 | 0.77 | 153.6 | 0.76 | 0.13 |
| Hex | 8 | 3A | 24 | 56 | 0 | 26 | 4D | 9A | 4C | D |
| Octal | 10 | 72 | 44 | 126 | 0 | 46 | 115 | 232 | 114 | 15 |
| Binary | 1000 | 111010 | 100100 | 1010110 | 0 | 100110 | 1001101 | 10011010 | 1001100 | 1101 |
Color Harmonies of #083A24
Complementary color
Monochromatic Colors of #083A24
Black with #083A24
Text Example
Text Example
White with #083A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083A24; }
p { color: rgb(8,58,36); }
H1.HeaderClassName
{
color: #083A24;
}
.AnyTagClassName
{
color: #083A24;
}
</style>
background-color css
<style>
a { background-color: #083A24; }
a { background-color: rgb(8,58,36); }
div.DivClassName
{
background-color: #083A24;
}
.BgClassName
{
background-color: #083A24;
}
</style>
border-color css
<style>
span { border-color: #083A24; }
span { border-color: rgb(8,58,36); }
td.TdClassName
{
border-color: #083A24;
}
.TagClassName
{
border-color: #083A24;
}
</style>