#084D2E

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

Shades of British Racing Green #084D2E

Tints of British Racing Green #084D2E

Color information

#084D2E (or 0x084D2E) is unknown color: approx British Racing Green. HEX triplet: 08, 4D and 2E. RGB value is (8,77,46). Sum of RGB (Red+Green+Blue) = 8+77+46=131 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.11% from 131); Green value is 77 (30.47% from 255 or 58.78% from 131); Blue value is 46 (18.36% from 255 or 35.11% from 131); Max value from RGB is 77 - color contains mainly: green. Hex color #084D2E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #084D2E is #F7B2D1. Grayscale: #343434. Windows color (decimal): -16233170 or 3034376. OLE color: 3034376.

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

Color convert

RGB87746-
CMYK0.9000.400.70
HSL153.04º81.18%16.67%-
HSV(B)153.04º89.61%30.2%-
XYZ3.255.563.49-
YUV52.84124.1496.02-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.11%
GREEN value IS 77 (30.47% from 255) = 58.78%
BLUE value IS 46 (18.36% from 255) = 35.11%
R=6.11%
G=58.78%
B=35.11%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal877460.9000.400.70153.0481.1816.67
Hex84D2E5A02846995111
Octal101155613205010623112121
Binary1000100110110111010110100101000100011010011001101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,77,46); }

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

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

 a { background-color: rgb(8,77,46); }

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

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

 span { border-color: rgb(8,77,46); }

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