#084931

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

Shades of British Racing Green #084931

Tints of British Racing Green #084931

Color information

#084931 (or 0x084931) is unknown color: approx 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

RGB87349-
CMYK0.8900.330.71
HSL157.85º80.25%15.88%-
HSV(B)157.85º89.04%28.63%-
XYZ3.045.043.72-
YUV50.83126.9797.45-

RGB Variations

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

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 (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal873490.8900.330.71157.8580.2515.88
Hex8493159021479e5010
Octal101116113104110723612020
Binary1000100100111000110110010100001100011110011110101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>