Html Css Color HEX #084020 British Racing Green

📋 copy color: '#084020'

red 8 ◦ green 64 ◦ blue 32

#084020
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of British Racing Green #084020

Tints of British Racing Green #084020

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 value IS 0.87

 M value IS 0

 Y value IS 0.50

 K value IS 0.75

RGB Variations

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

Color information

#084020 (or 0x084020) is known color: 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

RGB 8 64 32 -
CMYK 0.87 0 0.50 0.75
HSL 145.71º 0.78% 0.14% -
HSV(B) 145.71º 0.88% 0.25% -
XYZ 2.19 3.82 1.99 -
YUV 43.61 121.45 102.6 -
System Red Green Blue C M Y K H S L
Decimal 8 64 32 0.87 0 0.50 0.75 145.71 0.78 0.14
Hex 8 40 20 57 0 32 4B 92 4E E
Octal 10 100 40 127 0 62 113 222 116 16
Binary 1000 1000000 100000 1010111 0 110010 1001011 10010010 1001110 1110

Color Harmonies of #084020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084020

Black with #084020

Text Example


Text Example

White with #084020

Text Example


Text Example

HTML Codes & Css Web 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>