Html Css Color HEX #084820 British Racing Green

📋 copy color: '#084820'

red 8 ◦ green 72 ◦ blue 32

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

Shades of British Racing Green #084820

Tints of British Racing Green #084820

RGB

 RED value IS 8 (3.52% from 255) = 7.14%

 GREEN value IS 72 (28.52% from 255) = 64.29%

 BLUE value IS 32 (12.89% from 255) = 28.57%

R = 7.14%
G = 64.29%
B = 28.57%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.56

 K value IS 0.72

RGB Variations

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

Color information

#084820 (or 0x084820) is known color: British Racing Green. HEX triplet: 08, 48 and 20. RGB value is (8,72,32). Sum of RGB (Red+Green+Blue) = 8+72+32=112 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.14% from 112); Green value is 72 (28.52% from 255 or 64.29% from 112); Blue value is 32 (12.89% from 255 or 28.57% from 112); Max value from RGB is 72 - color contains mainly: green. Hex color #084820 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084820 is #F7B7DF. Grayscale: #303030. Windows color (decimal): -16234464 or 2115592. OLE color: 2115592.

HSL color Cylindrical-coordinate representation of color #084820: hue angle of 142.5º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #084820 is Cyan = 0.89, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.72.

Color convert

RGB 8 72 32 -
CMYK 0.89 0 0.56 0.72
HSL 142.5º 0.8% 0.16% -
HSV(B) 142.5º 0.89% 0.28% -
XYZ 2.68 4.79 2.15 -
YUV 48.3 118.8 99.25 -
System Red Green Blue C M Y K H S L
Decimal 8 72 32 0.89 0 0.56 0.72 142.5 0.8 0.16
Hex 8 48 20 59 0 38 48 8E 50 10
Octal 10 110 40 131 0 70 110 216 120 20
Binary 1000 1001000 100000 1011001 0 111000 1001000 10001110 1010000 10000

Color Harmonies of #084820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084820

Black with #084820

Text Example


Text Example

White with #084820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084820; }

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

 H1.HeaderClassName
 {
   color: #084820;
 }
 .AnyTagClassName
 {
   color: #084820;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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