#084E1C

Color #084E1C British Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of British Racing Green #084E1C

Tints of British Racing Green #084E1C

Color information

#084E1C (or 0x084E1C) is unknown color: approx British Racing Green. HEX triplet: 08, 4E and 1C. RGB value is (8,78,28). Sum of RGB (Red+Green+Blue) = 8+78+28=114 (15% of max value = 765). Red value is 8 (3.52% from 255 or 7.02% from 114); Green value is 78 (30.86% from 255 or 68.42% from 114); Blue value is 28 (11.33% from 255 or 24.56% from 114); Max value from RGB is 78 - color contains mainly: green. Hex color #084E1C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #084E1C is #F7B1E3. Grayscale: #333333. Windows color (decimal): -16232932 or 1854984. OLE color: 1854984.

HSL color Cylindrical-coordinate representation of color #084E1C: hue angle of 137.14º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #084E1C is Cyan = 0.90, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.69.

Color convert

RGB87828-
CMYK0.9000.640.69
HSL137.14º81.4%16.86%-
HSV(B)137.14º89.74%30.59%-
XYZ3.035.582.02-
YUV51.37114.8197.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 8 (3.52% from 255) = 7.02%
GREEN value IS 78 (30.86% from 255) = 68.42%
BLUE value IS 28 (11.33% from 255) = 24.56%
R=7.02%
G=68.42%
B=24.56%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal878280.9000.640.69137.1481.416.86
Hex84E1C5A04045895111
Octal1011634132010010521112121
Binary1000100111011100101101001000000100010110001001101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084E1C; }

 p { color: rgb(8,78,28); }

 H1.HeaderClassName
 {
   color: #084E1C;
 }
 .AnyTagClassName
 {
   color: #084E1C;
 }
</style>
background-color css

<style>
 a { background-color: #084E1C; }

 a { background-color: rgb(8,78,28); }

 div.DivClassName
 {
   background-color: #084E1C;
 }
 .BgClassName
 {
   background-color: #084E1C;
 }
</style>
border-color css

<style>
 span { border-color: #084E1C; }

 span { border-color: rgb(8,78,28); }

 td.TdClassName
 {
   border-color: #084E1C;
 }
 .TagClassName
 {
   border-color: #084E1C;
 }
</style>