#084D2A

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

Shades of British Racing Green #084D2A

Tints of British Racing Green #084D2A

Color information

#084D2A (or 0x084D2A) is unknown color: approx British Racing Green. HEX triplet: 08, 4D and 2A. RGB value is (8,77,42). Sum of RGB (Red+Green+Blue) = 8+77+42=127 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.30% from 127); Green value is 77 (30.47% from 255 or 60.63% from 127); Blue value is 42 (16.80% from 255 or 33.07% from 127); Max value from RGB is 77 - color contains mainly: green. Hex color #084D2A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #084D2A is #F7B2D5. Grayscale: #343434. Windows color (decimal): -16233174 or 2772232. OLE color: 2772232.

HSL color Cylindrical-coordinate representation of color #084D2A: hue angle of 149.57º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #084D2A is Cyan = 0.90, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.70.

Color convert

RGB87742-
CMYK0.9000.450.70
HSL149.57º81.18%16.67%-
HSV(B)149.57º89.61%30.2%-
XYZ3.175.533.09-
YUV52.38122.1496.35-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.30%
GREEN value IS 77 (30.47% from 255) = 60.63%
BLUE value IS 42 (16.80% from 255) = 33.07%
R=6.30%
G=60.63%
B=33.07%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal877420.9000.450.70149.5781.1816.67
Hex84D2A5A02D46965111
Octal101155213205510622612121
Binary1000100110110101010110100101101100011010010110101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,77,42); }

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

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

 a { background-color: rgb(8,77,42); }

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

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

 span { border-color: rgb(8,77,42); }

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