#084020

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

Shades of British Racing Green #084020

Tints of British Racing Green #084020

Color information

#084020 (or 0x084020) is unknown color: approx British Racing Green. HEX triplet: 08, 40 and 20. RGB value is (8,64,32). Sum of RGB (Red+Green+Blue) = 8+64+32=104 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.69% from 104); Green value is 64 (25.39% from 255 or 61.54% from 104); Blue value is 32 (12.89% from 255 or 30.77% from 104); Max value from RGB is 64 - color contains mainly: green. Hex color #084020 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084020 is #F7BFDF. Grayscale: #2B2B2B. Windows color (decimal): -16236512 or 2113544. OLE color: 2113544.

HSL color Cylindrical-coordinate representation of color #084020: hue angle of 145.71º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #084020 is Cyan = 0.87, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.75.

Color convert

RGB86432-
CMYK0.8700.500.75
HSL145.71º77.78%14.12%-
HSV(B)145.71º87.5%25.1%-
XYZ2.193.821.99-
YUV43.61121.45102.6-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.69%
GREEN value IS 64 (25.39% from 255) = 61.54%
BLUE value IS 32 (12.89% from 255) = 30.77%
R=7.69%
G=61.54%
B=30.77%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal864320.8700.500.75145.7177.7814.12
Hex84020570324B924ee
Octal101004012706211322211616
Binary100010000001000001010111011001010010111001001010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084020; }

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

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

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

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

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

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

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

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