Shades of British Racing Green #083C27
Tints of British Racing Green #083C27
RGB
CMYK
RGB Variations
Color information
#083C27 (or 0x083C27) is known color: British Racing Green. HEX triplet: 08, 3C and 27. RGB value is (8,60,39). Sum of RGB (Red+Green+Blue) = 8+60+39=107 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.48% from 107); Green value is 60 (23.83% from 255 or 56.07% from 107); Blue value is 39 (15.62% from 255 or 36.45% from 107); Max value from RGB is 60 - color contains mainly: green. Hex color #083C27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083C27 is #F7C3D8. Grayscale: #2A2A2A. Windows color (decimal): -16237529 or 2571272. OLE color: 2571272.
HSL color Cylindrical-coordinate representation of color #083C27: hue angle of 155.77º 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 #083C27 is Cyan = 0.87, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 8 | 60 | 39 | - |
| CMYK | 0.87 | 0 | 0.35 | 0.76 |
| HSL | 155.77º | 0.76% | 0.13% | - |
| HSV(B) | 155.77º | 0.87% | 0.24% | - |
| XYZ | 2.08 | 3.43 | 2.47 | - |
| YUV | 42.06 | 126.27 | 103.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 60 | 39 | 0.87 | 0 | 0.35 | 0.76 | 155.77 | 0.76 | 0.13 |
| Hex | 8 | 3C | 27 | 57 | 0 | 23 | 4C | 9C | 4C | D |
| Octal | 10 | 74 | 47 | 127 | 0 | 43 | 114 | 234 | 114 | 15 |
| Binary | 1000 | 111100 | 100111 | 1010111 | 0 | 100011 | 1001100 | 10011100 | 1001100 | 1101 |
Color Harmonies of #083C27
Complementary color
Monochromatic Colors of #083C27
Black with #083C27
Text Example
Text Example
White with #083C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083C27; }
p { color: rgb(8,60,39); }
H1.HeaderClassName
{
color: #083C27;
}
.AnyTagClassName
{
color: #083C27;
}
</style>
background-color css
<style>
a { background-color: #083C27; }
a { background-color: rgb(8,60,39); }
div.DivClassName
{
background-color: #083C27;
}
.BgClassName
{
background-color: #083C27;
}
</style>
border-color css
<style>
span { border-color: #083C27; }
span { border-color: rgb(8,60,39); }
td.TdClassName
{
border-color: #083C27;
}
.TagClassName
{
border-color: #083C27;
}
</style>