Html Css Color HEX #084931 British Racing Green

📋 copy color: '#084931'

red 8 ◦ green 73 ◦ blue 49

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

Shades of British Racing Green #084931

Tints of British Racing Green #084931

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 37.69%

R = 6.15%
G = 56.15%
B = 37.69%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.33

 K value IS 0.71

RGB Variations

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

Color information

#084931 (or 0x084931) is known color: British Racing Green. HEX triplet: 08, 49 and 31. RGB value is (8,73,49). Sum of RGB (Red+Green+Blue) = 8+73+49=130 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.15% from 130); Green value is 73 (28.91% from 255 or 56.15% from 130); Blue value is 49 (19.53% from 255 or 37.69% from 130); Max value from RGB is 73 - color contains mainly: green. Hex color #084931 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084931 is #F7B6CE. Grayscale: #323232. Windows color (decimal): -16234191 or 3229960. OLE color: 3229960.

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

Color convert

RGB 8 73 49 -
CMYK 0.89 0 0.33 0.71
HSL 157.85º 0.8% 0.16% -
HSV(B) 157.85º 0.89% 0.29% -
XYZ 3.04 5.04 3.72 -
YUV 50.83 126.97 97.45 -
System Red Green Blue C M Y K H S L
Decimal 8 73 49 0.89 0 0.33 0.71 157.85 0.8 0.16
Hex 8 49 31 59 0 21 47 9E 50 10
Octal 10 111 61 131 0 41 107 236 120 20
Binary 1000 1001001 110001 1011001 0 100001 1000111 10011110 1010000 10000

Color Harmonies of #084931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084931

Black with #084931

Text Example


Text Example

White with #084931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084931; }

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

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

background-color css

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

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

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

border-color css

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

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

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