#084031

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

Shades of British Racing Green #084031

Tints of British Racing Green #084031

Color information

#084031 (or 0x084031) is unknown color: approx British Racing Green. HEX triplet: 08, 40 and 31. RGB value is (8,64,49). Sum of RGB (Red+Green+Blue) = 8+64+49=121 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.61% from 121); Green value is 64 (25.39% from 255 or 52.89% from 121); Blue value is 49 (19.53% from 255 or 40.50% from 121); Max value from RGB is 64 - color contains mainly: green. Hex color #084031 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084031 is #F7BFCE. Grayscale: #2D2D2D. Windows color (decimal): -16236495 or 3227656. OLE color: 3227656.

HSL color Cylindrical-coordinate representation of color #084031: hue angle of 163.93º 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 #084031 is Cyan = 0.87, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.75.

Color convert

RGB86449-
CMYK0.8700.230.75
HSL163.93º77.78%14.12%-
HSV(B)163.93º87.5%25.1%-
XYZ2.493.943.54-
YUV45.55129.95101.22-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.61%
GREEN value IS 64 (25.39% from 255) = 52.89%
BLUE value IS 49 (19.53% from 255) = 40.50%
R=6.61%
G=52.89%
B=40.50%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal864490.8700.230.75163.9377.7814.12
Hex84031570174Ba44ee
Octal101006112702711324411616
Binary10001000000110001101011101011110010111010010010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084031; }

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

 H1.HeaderClassName
 {
   color: #084031;
 }
 .AnyTagClassName
 {
   color: #084031;
 }
</style>
background-color css

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

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

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

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

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

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