#084932

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

Shades of British Racing Green #084932

Tints of British Racing Green #084932

Color information

#084932 (or 0x084932) is unknown color: approx British Racing Green. HEX triplet: 08, 49 and 32. RGB value is (8,73,50). Sum of RGB (Red+Green+Blue) = 8+73+50=131 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.11% from 131); Green value is 73 (28.91% from 255 or 55.73% from 131); Blue value is 50 (19.92% from 255 or 38.17% from 131); Max value from RGB is 73 - color contains mainly: green. Hex color #084932 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084932 is #F7B6CD. Grayscale: #323232. Windows color (decimal): -16234190 or 3295496. OLE color: 3295496.

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

Color convert

RGB87350-
CMYK0.8900.320.71
HSL158.77º80.25%15.88%-
HSV(B)158.77º89.04%28.63%-
XYZ3.065.053.83-
YUV50.94127.4797.37-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.11%
GREEN value IS 73 (28.91% from 255) = 55.73%
BLUE value IS 50 (19.92% from 255) = 38.17%
R=6.11%
G=55.73%
B=38.17%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal873500.8900.320.71158.7780.2515.88
Hex8493259020479f5010
Octal101116213104010723712020
Binary1000100100111001010110010100000100011110011111101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084932; }

 p { color: rgb(8,73,50); }

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

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

 a { background-color: rgb(8,73,50); }

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

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

 span { border-color: rgb(8,73,50); }

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