#084B1E

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

Shades of British Racing Green #084B1E

Tints of British Racing Green #084B1E

Color information

#084B1E (or 0x084B1E) is unknown color: approx British Racing Green. HEX triplet: 08, 4B and 1E. RGB value is (8,75,30). Sum of RGB (Red+Green+Blue) = 8+75+30=113 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.08% from 113); Green value is 75 (29.69% from 255 or 66.37% from 113); Blue value is 30 (12.11% from 255 or 26.55% from 113); Max value from RGB is 75 - color contains mainly: green. Hex color #084B1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084B1E is #F7B4E1. Grayscale: #313131. Windows color (decimal): -16233698 or 1985288. OLE color: 1985288.

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

Color convert

RGB87530-
CMYK0.8900.600.71
HSL139.7º80.72%16.27%-
HSV(B)139.7º89.33%29.41%-
XYZ2.855.182.08-
YUV49.84116.898.16-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.08%
GREEN value IS 75 (29.69% from 255) = 66.37%
BLUE value IS 30 (12.11% from 255) = 26.55%
R=7.08%
G=66.37%
B=26.55%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal875300.8900.600.71139.780.7216.27
Hex84B1E5903C478c5110
Octal101133613107410721412120
Binary100010010111111010110010111100100011110001100101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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