#084920

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

Shades of British Racing Green #084920

Tints of British Racing Green #084920

Color information

#084920 (or 0x084920) is unknown color: approx British Racing Green. HEX triplet: 08, 49 and 20. RGB value is (8,73,32). Sum of RGB (Red+Green+Blue) = 8+73+32=113 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.08% from 113); Green value is 73 (28.91% from 255 or 64.60% from 113); Blue value is 32 (12.89% from 255 or 28.32% from 113); Max value from RGB is 73 - color contains mainly: green. Hex color #084920 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084920 is #F7B6DF. Grayscale: #303030. Windows color (decimal): -16234208 or 2115848. OLE color: 2115848.

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

Color convert

RGB87332-
CMYK0.8900.560.71
HSL142.15º80.25%15.88%-
HSV(B)142.15º89.04%28.63%-
XYZ2.744.922.17-
YUV48.89118.4798.83-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.08%
GREEN value IS 73 (28.91% from 255) = 64.60%
BLUE value IS 32 (12.89% from 255) = 28.32%
R=7.08%
G=64.60%
B=28.32%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal873320.8900.560.71142.1580.2515.88
Hex8492059038478e5010
Octal101114013107010721612020
Binary1000100100110000010110010111000100011110001110101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084920; }

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

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

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

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

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

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

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

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