#084B2B

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

Shades of British Racing Green #084B2B

Tints of British Racing Green #084B2B

Color information

#084B2B (or 0x084B2B) is unknown color: approx British Racing Green. HEX triplet: 08, 4B and 2B. RGB value is (8,75,43). Sum of RGB (Red+Green+Blue) = 8+75+43=126 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.35% from 126); Green value is 75 (29.69% from 255 or 59.52% from 126); Blue value is 43 (17.19% from 255 or 34.13% from 126); Max value from RGB is 75 - color contains mainly: green. Hex color #084B2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084B2B is #F7B4D4. Grayscale: #333333. Windows color (decimal): -16233685 or 2837256. OLE color: 2837256.

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

Color convert

RGB87543-
CMYK0.8900.430.71
HSL151.34º80.72%16.27%-
HSV(B)151.34º89.33%29.41%-
XYZ3.055.263.14-
YUV51.32123.397.1-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.35%
GREEN value IS 75 (29.69% from 255) = 59.52%
BLUE value IS 43 (17.19% from 255) = 34.13%
R=6.35%
G=59.52%
B=34.13%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal875430.8900.430.71151.3480.7216.27
Hex84B2B5902B47975110
Octal101135313105310722712120
Binary1000100101110101110110010101011100011110010111101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084B2B; }

 p { color: rgb(8,75,43); }

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

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

 a { background-color: rgb(8,75,43); }

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

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

 span { border-color: rgb(8,75,43); }

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