Shades of British Racing Green #083C28
Tints of British Racing Green #083C28
RGB
CMYK
RGB Variations
Color information
#083C28 (or 0x083C28) is known color: British Racing Green. HEX triplet: 08, 3C and 28. RGB value is (8,60,40). Sum of RGB (Red+Green+Blue) = 8+60+40=108 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.41% from 108); Green value is 60 (23.83% from 255 or 55.56% from 108); Blue value is 40 (16.02% from 255 or 37.04% from 108); Max value from RGB is 60 - color contains mainly: green. Hex color #083C28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083C28 is #F7C3D7. Grayscale: #2A2A2A. Windows color (decimal): -16237528 or 2636808. OLE color: 2636808.
HSL color Cylindrical-coordinate representation of color #083C28: hue angle of 156.92º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #083C28 is Cyan = 0.87, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 8 | 60 | 40 | - |
| CMYK | 0.87 | 0 | 0.33 | 0.76 |
| HSL | 156.92º | 0.76% | 0.13% | - |
| HSV(B) | 156.92º | 0.87% | 0.24% | - |
| XYZ | 2.1 | 3.44 | 2.56 | - |
| YUV | 42.17 | 126.77 | 103.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 60 | 40 | 0.87 | 0 | 0.33 | 0.76 | 156.92 | 0.76 | 0.13 |
| Hex | 8 | 3C | 28 | 57 | 0 | 21 | 4C | 9D | 4C | D |
| Octal | 10 | 74 | 50 | 127 | 0 | 41 | 114 | 235 | 114 | 15 |
| Binary | 1000 | 111100 | 101000 | 1010111 | 0 | 100001 | 1001100 | 10011101 | 1001100 | 1101 |
Color Harmonies of #083C28
Complementary color
Monochromatic Colors of #083C28
Black with #083C28
Text Example
Text Example
White with #083C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083C28; }
p { color: rgb(8,60,40); }
H1.HeaderClassName
{
color: #083C28;
}
.AnyTagClassName
{
color: #083C28;
}
</style>
background-color css
<style>
a { background-color: #083C28; }
a { background-color: rgb(8,60,40); }
div.DivClassName
{
background-color: #083C28;
}
.BgClassName
{
background-color: #083C28;
}
</style>
border-color css
<style>
span { border-color: #083C28; }
span { border-color: rgb(8,60,40); }
td.TdClassName
{
border-color: #083C28;
}
.TagClassName
{
border-color: #083C28;
}
</style>