#084B20

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

Shades of British Racing Green #084B20

Tints of British Racing Green #084B20

Color information

#084B20 (or 0x084B20) is unknown color: approx British Racing Green. HEX triplet: 08, 4B and 20. RGB value is (8,75,32). Sum of RGB (Red+Green+Blue) = 8+75+32=115 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.96% from 115); Green value is 75 (29.69% from 255 or 65.22% from 115); Blue value is 32 (12.89% from 255 or 27.83% from 115); Max value from RGB is 75 - color contains mainly: green. Hex color #084B20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084B20 is #F7B4DF. Grayscale: #323232. Windows color (decimal): -16233696 or 2116360. OLE color: 2116360.

HSL color Cylindrical-coordinate representation of color #084B20: hue angle of 141.49º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #084B20 is Cyan = 0.89, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.71.

Color convert

RGB87532-
CMYK0.8900.570.71
HSL141.49º80.72%16.27%-
HSV(B)141.49º89.33%29.41%-
XYZ2.885.192.22-
YUV50.07117.898-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.96%
GREEN value IS 75 (29.69% from 255) = 65.22%
BLUE value IS 32 (12.89% from 255) = 27.83%
R=6.96%
G=65.22%
B=27.83%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal875320.8900.570.71141.4980.7216.27
Hex84B2059039478d5110
Octal101134013107110721512120
Binary1000100101110000010110010111001100011110001101101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,75,32); }

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

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

 a { background-color: rgb(8,75,32); }

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

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

 span { border-color: rgb(8,75,32); }

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