Shades of British Racing Green #083C2D
Tints of British Racing Green #083C2D
RGB
CMYK
RGB Variations
Color information
#083C2D (or 0x083C2D) is known color: British Racing Green. HEX triplet: 08, 3C and 2D. RGB value is (8,60,45). Sum of RGB (Red+Green+Blue) = 8+60+45=113 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.08% from 113); Green value is 60 (23.83% from 255 or 53.10% from 113); Blue value is 45 (17.97% from 255 or 39.82% from 113); Max value from RGB is 60 - color contains mainly: green. Hex color #083C2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083C2D is #F7C3D2. Grayscale: #2A2A2A. Windows color (decimal): -16237523 or 2964488. OLE color: 2964488.
HSL color Cylindrical-coordinate representation of color #083C2D: hue angle of 162.69º 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 #083C2D is Cyan = 0.87, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 8 | 60 | 45 | - |
| CMYK | 0.87 | 0 | 0.25 | 0.76 |
| HSL | 162.69º | 0.76% | 0.13% | - |
| HSV(B) | 162.69º | 0.87% | 0.24% | - |
| XYZ | 2.19 | 3.47 | 3.04 | - |
| YUV | 42.74 | 129.27 | 103.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 60 | 45 | 0.87 | 0 | 0.25 | 0.76 | 162.69 | 0.76 | 0.13 |
| Hex | 8 | 3C | 2D | 57 | 0 | 19 | 4C | A3 | 4C | D |
| Octal | 10 | 74 | 55 | 127 | 0 | 31 | 114 | 243 | 114 | 15 |
| Binary | 1000 | 111100 | 101101 | 1010111 | 0 | 11001 | 1001100 | 10100011 | 1001100 | 1101 |
Color Harmonies of #083C2D
Complementary color
Monochromatic Colors of #083C2D
Black with #083C2D
Text Example
Text Example
White with #083C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083C2D; }
p { color: rgb(8,60,45); }
H1.HeaderClassName
{
color: #083C2D;
}
.AnyTagClassName
{
color: #083C2D;
}
</style>
background-color css
<style>
a { background-color: #083C2D; }
a { background-color: rgb(8,60,45); }
div.DivClassName
{
background-color: #083C2D;
}
.BgClassName
{
background-color: #083C2D;
}
</style>
border-color css
<style>
span { border-color: #083C2D; }
span { border-color: rgb(8,60,45); }
td.TdClassName
{
border-color: #083C2D;
}
.TagClassName
{
border-color: #083C2D;
}
</style>