Shades of British Racing Green #083C2F
Tints of British Racing Green #083C2F
RGB
CMYK
RGB Variations
Color information
#083C2F (or 0x083C2F) is known color: British Racing Green. HEX triplet: 08, 3C and 2F. RGB value is (8,60,47). Sum of RGB (Red+Green+Blue) = 8+60+47=115 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.96% from 115); Green value is 60 (23.83% from 255 or 52.17% from 115); Blue value is 47 (18.75% from 255 or 40.87% from 115); Max value from RGB is 60 - color contains mainly: green. Hex color #083C2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083C2F is #F7C3D0. Grayscale: #2A2A2A. Windows color (decimal): -16237521 or 3095560. OLE color: 3095560.
HSL color Cylindrical-coordinate representation of color #083C2F: hue angle of 165º 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 #083C2F is Cyan = 0.87, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 8 | 60 | 47 | - |
| CMYK | 0.87 | 0 | 0.22 | 0.76 |
| HSL | 165º | 0.76% | 0.13% | - |
| HSV(B) | 165º | 0.87% | 0.24% | - |
| XYZ | 2.23 | 3.49 | 3.25 | - |
| YUV | 42.97 | 130.27 | 103.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 60 | 47 | 0.87 | 0 | 0.22 | 0.76 | 165 | 0.76 | 0.13 |
| Hex | 8 | 3C | 2F | 57 | 0 | 16 | 4C | A5 | 4C | D |
| Octal | 10 | 74 | 57 | 127 | 0 | 26 | 114 | 245 | 114 | 15 |
| Binary | 1000 | 111100 | 101111 | 1010111 | 0 | 10110 | 1001100 | 10100101 | 1001100 | 1101 |
Color Harmonies of #083C2F
Complementary color
Monochromatic Colors of #083C2F
Black with #083C2F
Text Example
Text Example
White with #083C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083C2F; }
p { color: rgb(8,60,47); }
H1.HeaderClassName
{
color: #083C2F;
}
.AnyTagClassName
{
color: #083C2F;
}
</style>
background-color css
<style>
a { background-color: #083C2F; }
a { background-color: rgb(8,60,47); }
div.DivClassName
{
background-color: #083C2F;
}
.BgClassName
{
background-color: #083C2F;
}
</style>
border-color css
<style>
span { border-color: #083C2F; }
span { border-color: rgb(8,60,47); }
td.TdClassName
{
border-color: #083C2F;
}
.TagClassName
{
border-color: #083C2F;
}
</style>