#084B2C

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

Shades of British Racing Green #084B2C

Tints of British Racing Green #084B2C

Color information

#084B2C (or 0x084B2C) is unknown color: approx British Racing Green. HEX triplet: 08, 4B and 2C. RGB value is (8,75,44). Sum of RGB (Red+Green+Blue) = 8+75+44=127 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.30% from 127); Green value is 75 (29.69% from 255 or 59.06% from 127); Blue value is 44 (17.58% from 255 or 34.65% from 127); Max value from RGB is 75 - color contains mainly: green. Hex color #084B2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084B2C is #F7B4D3. Grayscale: #333333. Windows color (decimal): -16233684 or 2902792. OLE color: 2902792.

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

Color convert

RGB87544-
CMYK0.8900.410.71
HSL152.24º80.72%16.27%-
HSV(B)152.24º89.33%29.41%-
XYZ3.075.273.24-
YUV51.43123.897.02-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.30%
GREEN value IS 75 (29.69% from 255) = 59.06%
BLUE value IS 44 (17.58% from 255) = 34.65%
R=6.30%
G=59.06%
B=34.65%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal875440.8900.410.71152.2480.7216.27
Hex84B2C5902947985110
Octal101135413105110723012120
Binary1000100101110110010110010101001100011110011000101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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