#083F31

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

Shades of British Racing Green #083F31

Tints of British Racing Green #083F31

Color information

#083F31 (or 0x083F31) is unknown color: approx British Racing Green. HEX triplet: 08, 3F and 31. RGB value is (8,63,49). Sum of RGB (Red+Green+Blue) = 8+63+49=120 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.67% from 120); Green value is 63 (25% from 255 or 52.5% from 120); Blue value is 49 (19.53% from 255 or 40.83% from 120); Max value from RGB is 63 - color contains mainly: green. Hex color #083F31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083F31 is #F7C0CE. Grayscale: #2C2C2C. Windows color (decimal): -16236751 or 3227400. OLE color: 3227400.

HSL color Cylindrical-coordinate representation of color #083F31: hue angle of 164.73º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #083F31 is Cyan = 0.87, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.75.

Color convert

RGB86349-
CMYK0.8700.220.75
HSL164.73º77.46%13.92%-
HSV(B)164.73º87.3%24.71%-
XYZ2.433.833.52-
YUV44.96130.28101.64-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.67%
GREEN value IS 63 (25% from 255) = 52.5%
BLUE value IS 49 (19.53% from 255) = 40.83%
R=6.67%
G=52.5%
B=40.83%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal863490.8700.220.75164.7377.4613.92
Hex83F31570164Ba54de
Octal10776112702611324511516
Binary1000111111110001101011101011010010111010010110011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083F31; }

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

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

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

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

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

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

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

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