Html Css Color HEX #084920 British Racing Green

📋 copy color: '#084920'

red 8 ◦ green 73 ◦ blue 32

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

Shades of British Racing Green #084920

Tints of British Racing Green #084920

RGB

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

 GREEN value IS 73 (28.91% from 255) = 64.6%

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

R = 7.08%
G = 64.6%
B = 28.32%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.56

 K value IS 0.71

RGB Variations

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

Color information

#084920 (or 0x084920) is known color: British Racing Green. HEX triplet: 08, 49 and 20. RGB value is (8,73,32). Sum of RGB (Red+Green+Blue) = 8+73+32=113 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.08% from 113); Green value is 73 (28.91% from 255 or 64.60% from 113); Blue value is 32 (12.89% from 255 or 28.32% from 113); Max value from RGB is 73 - color contains mainly: green. Hex color #084920 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084920 is #F7B6DF. Grayscale: #303030. Windows color (decimal): -16234208 or 2115848. OLE color: 2115848.

HSL color Cylindrical-coordinate representation of color #084920: hue angle of 142.15º degrees, saturation: 0.8, 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 #084920 is Cyan = 0.89, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.71.

Color convert

RGB 8 73 32 -
CMYK 0.89 0 0.56 0.71
HSL 142.15º 0.8% 0.16% -
HSV(B) 142.15º 0.89% 0.29% -
XYZ 2.74 4.92 2.17 -
YUV 48.89 118.47 98.83 -
System Red Green Blue C M Y K H S L
Decimal 8 73 32 0.89 0 0.56 0.71 142.15 0.8 0.16
Hex 8 49 20 59 0 38 47 8E 50 10
Octal 10 111 40 131 0 70 107 216 120 20
Binary 1000 1001001 100000 1011001 0 111000 1000111 10001110 1010000 10000

Color Harmonies of #084920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084920

Black with #084920

Text Example


Text Example

White with #084920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084920; }

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

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

background-color css

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

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

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

border-color css

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

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

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